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

Unified Diff: chrome/browser/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 | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 63e6b86ac97421d24823826cd6f3e80704e44cbd..f01d984ea132ecb8294f5f628782496195e17997 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1642,6 +1642,7 @@ split_static_library("browser") {
"//media:media_features",
"//media/cast:net",
"//media/midi",
+ "//media/mojo:features",
"//media/mojo/interfaces:remoting",
"//mojo/common",
"//mojo/edk/system",
@@ -4070,7 +4071,6 @@ split_static_library("browser") {
}
if (enable_mojo_media) {
- configs += [ "//media/mojo/services:mojo_media_config" ]
sources += [
"media/output_protection_impl.cc",
"media/output_protection_impl.h",
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698