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

Unified Diff: media/gpu/BUILD.gn

Issue 2882813002: media: Convert mojo media defines to buildflags (Closed)
Patch Set: rebase Created 3 years, 7 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 | « content/utility/utility_service_factory.cc ('k') | media/gpu/android_video_decode_accelerator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/BUILD.gn
diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
index 96fb0c882541fa06b39a3045854b72edcf1f991c..098b9cd129496055fabbd0bade8f2823d5757f84 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -204,6 +204,8 @@ component("gpu") {
"surface_texture_gl_owner.h",
]
+ deps += [ "//media/mojo:features" ]
+
if (enable_webrtc) {
deps += [ "//third_party/libyuv" ]
sources += [
@@ -224,7 +226,6 @@ component("gpu") {
# media service. See http://crbug.com/522298
if (mojo_media_host == "gpu") {
deps += [ "//media:cdm_manager" ]
- configs += [ "//media/mojo/services:mojo_media_config" ]
}
}
« no previous file with comments | « content/utility/utility_service_factory.cc ('k') | media/gpu/android_video_decode_accelerator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698