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

Unified Diff: remoting/proto/BUILD.gn

Issue 498773005: Add some remoting targets to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: remoting/proto/BUILD.gn
diff --git a/components/enhanced_bookmarks/proto/BUILD.gn b/remoting/proto/BUILD.gn
similarity index 69%
copy from components/enhanced_bookmarks/proto/BUILD.gn
copy to remoting/proto/BUILD.gn
index ddea52b709202ca815497173e84b2760e72bfbad..2b0b20d0c0f4f1893aec8c925091bed8f3518c4e 100644
--- a/components/enhanced_bookmarks/proto/BUILD.gn
+++ b/remoting/proto/BUILD.gn
@@ -6,6 +6,11 @@ import("//third_party/protobuf/proto_library.gni")
proto_library("proto") {
sources = [
- "metadata.proto",
+ "audio.proto",
+ "control.proto",
+ "event.proto",
+ "internal.proto",
+ "mux.proto",
+ "video.proto"
]
}

Powered by Google App Engine
This is Rietveld 408576698