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

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

Issue 404323002: Cast: Build cast targets with GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged 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/receiver/frame_receiver_unittest.cc ('k') | no next file » | 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/test/proto/BUILD.gn b/media/cast/test/proto/BUILD.gn
index 7ac71d2e7f6cd37a6a156c3180fea342a7aebcd5..85c19cfe2fe22e3a5c05a6ef6cce94ea94ca9857 100644
--- a/media/cast/test/proto/BUILD.gn
+++ b/media/cast/test/proto/BUILD.gn
@@ -5,6 +5,18 @@
import("//third_party/protobuf/proto_library.gni")
# GYP version: media/cast/cast.gyp:cast_logging_proto
+source_set("proto") {
+ deps = [
+ ":cast_network_simulation_proto",
+ ]
+ direct_dependent_configs = [
+ "//third_party/protobuf:protobuf_config"
+ ]
+ forward_dependent_configs_from = [
+ ":cast_network_simulation_proto",
+ ]
+}
+
proto_library("cast_network_simulation_proto") {
visibility = ":proto"
sources = [
« no previous file with comments | « media/cast/receiver/frame_receiver_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698