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

Unified Diff: cc/proto/BUILD.gn

Issue 1513643010: cc:: Add remote mode to the compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments. Created 4 years, 11 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 2548e592d998f1dcda036427680a6a508e5a82cb..444e6dfe1ee17c645cf89c82f65f2aab7b86a847 100644
--- a/cc/proto/BUILD.gn
+++ b/cc/proto/BUILD.gn
@@ -30,6 +30,8 @@ proto_library("proto_internal") {
# TODO(dtrainor): Move protos to their correct packages once it's possible
# to include protos from other directories/targets (crbug.com/542423).
"compositor_message.proto",
+ "compositor_message_to_impl.proto",
+ "compositor_message_to_main.proto",
"display_item.proto",
"display_list_recording_source.proto",
"layer.proto",

Powered by Google App Engine
This is Rietveld 408576698