summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
authornyquist <nyquist@chromium.org>2015-12-18 12:09:06 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-18 20:10:14 +0000
commit9de8ad81c88e8f82afb072204852d4cd61fa4814 (patch)
tree7c25d17d02a5ae6ef8491ae22a4153d49ee966f3 /cc/cc_tests.gyp
parent6dd347458f4bdcc934ac91092eacce2dfa3ee097 (diff)
downloadchromium_src-9de8ad81c88e8f82afb072204852d4cd61fa4814.zip
chromium_src-9de8ad81c88e8f82afb072204852d4cd61fa4814.tar.gz
chromium_src-9de8ad81c88e8f82afb072204852d4cd61fa4814.tar.bz2
Add support for (de)serializing LayerSelectionBound.
As part of serializing cc::LayerTreeHost, we also need to serialize the cc::LayerTreeBounds. BUG=561210 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1532973002 Cr-Commit-Position: refs/heads/master@{#366155}
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r--cc/cc_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index ddf3e8d..ecffd21 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -34,6 +34,7 @@
'debug/layer_tree_debug_state_unittest.cc',
'debug/micro_benchmark_controller_unittest.cc',
'debug/rendering_stats_unittest.cc',
+ 'input/layer_selection_bound_unittest.cc',
'input/scroll_state_unittest.cc',
'input/top_controls_manager_unittest.cc',
'layers/delegated_frame_provider_unittest.cc',