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

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
« no previous file with comments | « remoting/client/plugin/BUILD.gn ('k') | remoting/proto/chromotocol.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/proto/BUILD.gn
diff --git a/components/rappor/proto/BUILD.gn b/remoting/proto/BUILD.gn
similarity index 69%
copy from components/rappor/proto/BUILD.gn
copy to remoting/proto/BUILD.gn
index 7b11a2c87bdaec6c41110b6099301b27a0236722..2b0b20d0c0f4f1893aec8c925091bed8f3518c4e 100644
--- a/components/rappor/proto/BUILD.gn
+++ b/remoting/proto/BUILD.gn
@@ -6,6 +6,11 @@ import("//third_party/protobuf/proto_library.gni")
proto_library("proto") {
sources = [
- "rappor_metric.proto",
+ "audio.proto",
+ "control.proto",
+ "event.proto",
+ "internal.proto",
+ "mux.proto",
+ "video.proto"
]
}
« no previous file with comments | « remoting/client/plugin/BUILD.gn ('k') | remoting/proto/chromotocol.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698