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

Unified Diff: cc/cc.gyp

Issue 1736073002: cc: Move SyncedScrollOffset to scroll tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix after rebase Created 4 years, 10 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
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index a8f991e6eaeabec3e0976418a1c97141d03492c8..3af4d70c068e4c1dbc8017721db84a8d99955fda 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -386,7 +386,9 @@
'proto/image_serialization_processor.h',
'proto/skia_conversions.cc',
'proto/skia_conversions.h',
- 'quads/content_draw_quad_base.cc',
+ 'proto/synced_property_conversions.cc',
+ 'proto/synced_property_conversions.h',
ajuma 2016/03/01 22:54:20 This looks weird. Is it a tab instead of spaces?
sunxd 2016/03/02 17:45:34 Done.
+ 'quads/content_draw_quad_base.cc',
'quads/content_draw_quad_base.h',
'quads/debug_border_draw_quad.cc',
'quads/debug_border_draw_quad.h',
@@ -636,7 +638,8 @@
'proto/skregion.proto',
'proto/skrrect.proto',
'proto/skxfermode.proto',
- 'proto/transform.proto',
+ 'proto/synced_property.proto',
+ 'proto/transform.proto',
'proto/vector2d.proto',
'proto/vector2df.proto',
],
« no previous file with comments | « cc/base/synced_property.h ('k') | cc/cc_tests.gyp » ('j') | cc/layers/layer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698