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

Unified Diff: media/cast/test/proto/BUILD.gn

Issue 362123005: Cast: Update simulator tool with more inputs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: namespace Created 6 years, 5 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 | « media/cast/cast_testing.gypi ('k') | media/cast/test/proto/network_simulation_model.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/test/proto/BUILD.gn
diff --git a/media/cast/logging/proto/BUILD.gn b/media/cast/test/proto/BUILD.gn
similarity index 65%
copy from media/cast/logging/proto/BUILD.gn
copy to media/cast/test/proto/BUILD.gn
index c9fb89bbae3492c64659bd84bb80f0efd26902fe..7ac71d2e7f6cd37a6a156c3180fea342a7aebcd5 100644
--- a/media/cast/logging/proto/BUILD.gn
+++ b/media/cast/test/proto/BUILD.gn
@@ -5,18 +5,10 @@
import("//third_party/protobuf/proto_library.gni")
# GYP version: media/cast/cast.gyp:cast_logging_proto
-source_set("proto") {
- sources = [
- "proto_utils.cc",
- ]
- deps = [
- ":cast_logging_proto",
- ]
-}
-
-proto_library("cast_logging_proto") {
+proto_library("cast_network_simulation_proto") {
visibility = ":proto"
sources = [
- "raw_events.proto",
+ "network_simulation_model.proto",
]
}
+
« no previous file with comments | « media/cast/cast_testing.gypi ('k') | media/cast/test/proto/network_simulation_model.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698