Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(370)

Unified Diff: cc/cc_tests.gyp

Issue 1398443008: Add support for (de)serializing cc::Layer hierarchy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@review-1394353002
Patch Set: Fix GYP build in //cc Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/cc.gyp ('k') | cc/layers/layer.h » ('j') | cc/layers/layer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 9cef4f7c06eb59a359ad065af2e18908e1e0ac0f..1c63f94fd1c7d4b4dbb0bf833b72ac06f67eadd3 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -45,6 +45,7 @@
'layers/layer_impl_unittest.cc',
'layers/layer_iterator_unittest.cc',
'layers/layer_position_constraint_unittest.cc',
+ 'layers/layer_proto_converter_unittest.cc',
'layers/layer_unittest.cc',
'layers/layer_utils_unittest.cc',
'layers/nine_patch_layer_impl_unittest.cc',
@@ -405,6 +406,7 @@
'../ui/gfx/gfx.gyp:gfx_test_support',
'../ui/gl/gl.gyp:gl',
'../ui/gl/gl.gyp:gl_test_support',
+ 'cc.gyp:cc_proto',
],
'sources': [
'<@(cc_tests_support_files)',
« no previous file with comments | « cc/cc.gyp ('k') | cc/layers/layer.h » ('j') | cc/layers/layer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698