summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
authornyquist <nyquist@chromium.org>2015-12-01 16:08:35 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-02 00:09:10 +0000
commitb974b9aeec3ea5941d7e30f2db924fa637180ef2 (patch)
tree96dfbaa27ecf265957edca6b53a42d7d0c24b787 /cc/cc_tests.gyp
parente3e5b6f72c5cb7a669e2a11878c0c416a0cd0dd1 (diff)
downloadchromium_src-b974b9aeec3ea5941d7e30f2db924fa637180ef2.zip
chromium_src-b974b9aeec3ea5941d7e30f2db924fa637180ef2.tar.gz
chromium_src-b974b9aeec3ea5941d7e30f2db924fa637180ef2.tar.bz2
Added support for (de)serializing cc::RendererSettings
As part of serializing cc::LayerTreeHost, we also need to serialize the cc::LayerTreeSettings and the cc::RendererSettings. This CL focuses only on the renderer settings. BUG=561210 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1476753002 Cr-Commit-Position: refs/heads/master@{#362558}
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 b892d97..b653057 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -79,6 +79,7 @@
'output/output_surface_unittest.cc',
'output/overlay_unittest.cc',
'output/renderer_pixeltest.cc',
+ 'output/renderer_settings_unittest.cc',
'output/renderer_unittest.cc',
'output/shader_unittest.cc',
'output/software_renderer_unittest.cc',