summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
authornyquist <nyquist@chromium.org>2015-12-10 12:12:51 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-10 20:14:21 +0000
commit2fe752c3c8b169b515990c2cb189805836adfcd2 (patch)
tree79dad5b2ecd96584153877b348f325c94c195f97 /cc/cc_tests.gyp
parent2c8d77d23016e6d2b4769a6ed8d3ccf0aeeffdf9 (diff)
downloadchromium_src-2fe752c3c8b169b515990c2cb189805836adfcd2.zip
chromium_src-2fe752c3c8b169b515990c2cb189805836adfcd2.tar.gz
chromium_src-2fe752c3c8b169b515990c2cb189805836adfcd2.tar.bz2
Add support for LayerTreeSettings (de)serialization
As part of serializing cc::LayerTreeHost, we also need to serialize the cc::LayerTreeSettings. BUG=561210 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1504273002 Cr-Commit-Position: refs/heads/master@{#364452}
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 8ce17e2..dba083e 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -144,6 +144,7 @@
'trees/layer_tree_host_unittest_scroll.cc',
'trees/layer_tree_host_unittest_video.cc',
'trees/layer_tree_impl_unittest.cc',
+ 'trees/layer_tree_settings_unittest.cc',
'trees/occlusion_tracker_unittest.cc',
'trees/occlusion_unittest.cc',
'trees/property_tree_unittest.cc',