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

Unified Diff: cc/proto/BUILD.gn

Issue 1398443008: Add support for (de)serializing cc::Layer hierarchy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@review-1394353002
Patch Set: Moved functionality outside of Layer to LayerProtoConverter. Updated test-comments to be multiline. 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
Index: cc/proto/BUILD.gn
diff --git a/cc/proto/BUILD.gn b/cc/proto/BUILD.gn
index 2fce37ec03829e98737c55012dae4307efe83f08..857d8c09c3376bf4125bc59f5b33bd148ebc0ae4 100644
--- a/cc/proto/BUILD.gn
+++ b/cc/proto/BUILD.gn
@@ -30,6 +30,7 @@ proto_library("proto_internal") {
# TODO(dtrainor): Move the ui/gfx related protos to ui/gfx/proto once it is
# possible to include protos from other directories/targets (see
# crbug.com/542423).
+ "layer.proto",
"point.proto",
"pointf.proto",
"rect.proto",

Powered by Google App Engine
This is Rietveld 408576698