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

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: 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: blimp/common/proto/BUILD.gn
diff --git a/blimp/common/proto/BUILD.gn b/blimp/common/proto/BUILD.gn
index 5ca8283784c28078b0b7f7af69fdccb5ea510128..0c1139186e29f6628a52104c921a380d73c9f0f3 100644
--- a/blimp/common/proto/BUILD.gn
+++ b/blimp/common/proto/BUILD.gn
@@ -31,6 +31,8 @@ proto_library("proto_internal") {
"control.proto",
"input.proto",
"navigation.proto",
+ "render_widget.proto",
+ "size.proto",
]
cc_generator_options = "dllexport_decl=BLIMP_PROTO_EXPORT:"

Powered by Google App Engine
This is Rietveld 408576698