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

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

Issue 404323002: Cast: Build cast targets with GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: media/cast/logging/proto/BUILD.gn
diff --git a/media/cast/logging/proto/BUILD.gn b/media/cast/logging/proto/BUILD.gn
index c9fb89bbae3492c64659bd84bb80f0efd26902fe..c195053826564eebb28e844d9a25f2f2aed79852 100644
--- a/media/cast/logging/proto/BUILD.gn
+++ b/media/cast/logging/proto/BUILD.gn
@@ -12,6 +12,9 @@ source_set("proto") {
deps = [
":cast_logging_proto",
]
+ direct_dependent_configs = [
brettw 2014/07/22 17:18:14 Can this be: forward_dependent_configs = [ ":cast_
Alpha Left Google 2014/07/24 18:24:30 I tried but it says: ERROR at //media/cast/loggin
brettw 2014/07/24 18:27:58 Sorry, "forward_dependent_configs_from"
+ "//third_party/protobuf:protobuf_config"
+ ]
}
proto_library("cast_logging_proto") {

Powered by Google App Engine
This is Rietveld 408576698