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

Unified Diff: blimp/common/proto/BUILD.gn

Issue 1450423002: Add glue between the client and engine for Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_ipc2
Patch Set: Fix build break 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: blimp/common/proto/BUILD.gn
diff --git a/blimp/common/proto/BUILD.gn b/blimp/common/proto/BUILD.gn
index 5ca8283784c28078b0b7f7af69fdccb5ea510128..fa564ebbb973b6465bae3c19abc9bf226c1941d9 100644
--- a/blimp/common/proto/BUILD.gn
+++ b/blimp/common/proto/BUILD.gn
@@ -26,11 +26,12 @@ proto_library("proto_internal") {
sources = [
"blimp_message.proto",
- "common.proto",
"compositor.proto",
"control.proto",
"input.proto",
"navigation.proto",
+ "render_widget.proto",
+ "size.proto",
]
cc_generator_options = "dllexport_decl=BLIMP_PROTO_EXPORT:"
« no previous file with comments | « blimp/client/compositor/render_widget_message_processor_unittest.cc ('k') | blimp/common/proto/blimp_message.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698