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

Unified Diff: cc/proto/BUILD.gn

Issue 1417963011: Added serialization to protobufs for property trees. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. 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
Index: cc/proto/BUILD.gn
diff --git a/cc/proto/BUILD.gn b/cc/proto/BUILD.gn
index 31d3cd5169bd3d62a2a46dbe2a3e6bac1aaa233e..24a74e039395a661f3b198c1124e774794185634 100644
--- a/cc/proto/BUILD.gn
+++ b/cc/proto/BUILD.gn
@@ -33,14 +33,17 @@ proto_library("proto_internal") {
"layer.proto",
"point.proto",
"pointf.proto",
+ "property_tree.proto",
"rect.proto",
"rectf.proto",
+ "scroll_offset.proto",
"size.proto",
"sizef.proto",
"skregion.proto",
"skrrect.proto",
"skxfermode.proto",
"transform.proto",
+ "vector2df.proto",
]
deps = [
« no previous file with comments | « cc/cc.gyp ('k') | cc/proto/gfx_conversions.h » ('j') | cc/proto/property_tree.proto » ('J')

Powered by Google App Engine
This is Rietveld 408576698