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

Unified Diff: media/mojo/services/BUILD.gn

Issue 1836073003: media: Use "public_configs" for "mojo_media_config" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« content/renderer/BUILD.gn ('K') | « content/renderer/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/BUILD.gn
diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn
index 7f55172a57d6b346e59a3b3842dfe734fb1ecde9..c917069a83db314157d01266320e5b5edf695847 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -70,7 +70,7 @@ source_set("proxy") {
"mojo_video_decoder.h",
]
- all_dependent_configs = [ ":mojo_media_config" ]
+ public_configs = [ ":mojo_media_config" ]
deps = [
"//base",
@@ -119,7 +119,7 @@ source_set("cdm_service") {
# which is a bit hacky since we need to access CdmService directly
# from C++ code (AVDA). In the future we'll make those decoders part of
# MojoMediaApplication, then we won't need this.
- all_dependent_configs = [ ":mojo_media_config" ]
+ public_configs = [ ":mojo_media_config" ]
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
}
@@ -172,7 +172,7 @@ source_set("application") {
"service_factory_impl.h",
]
- all_dependent_configs = [ ":mojo_media_config" ]
+ public_configs = [ ":mojo_media_config" ]
deps = [
":audio_decoder_service",
@@ -190,7 +190,7 @@ source_set("application_factory") {
"mojo_media_application_factory.h",
]
- all_dependent_configs = [ ":mojo_media_config" ]
+ public_configs = [ ":mojo_media_config" ]
deps = [
":application",
« content/renderer/BUILD.gn ('K') | « content/renderer/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698