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

Unified Diff: cc/cc.gyp

Issue 1417963011: Added serialization to protobufs for property trees. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update PropertyTree::operator== signature Created 5 years, 1 month 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 | « no previous file | cc/proto/BUILD.gn » ('j') | cc/proto/gfx_conversions_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 709bfc1eda326ddd5de639ea4ce11cfcb37bf567..0a2fd617e75f401f16de77276d72ff6468ea12a9 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -590,14 +590,17 @@
'proto/layer.proto',
'proto/point.proto',
'proto/pointf.proto',
+ 'proto/property_tree.proto',
'proto/rect.proto',
'proto/rectf.proto',
+ 'proto/scroll_offset.proto',
'proto/size.proto',
'proto/sizef.proto',
'proto/skregion.proto',
'proto/skrrect.proto',
'proto/skxfermode.proto',
'proto/transform.proto',
+ 'proto/vector2df.proto',
],
'defines': [
'CC_PROTO_IMPLEMENTATION=1',
« no previous file with comments | « no previous file | cc/proto/BUILD.gn » ('j') | cc/proto/gfx_conversions_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698