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

Unified Diff: content/renderer/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/gpu/gpu_service_factory.cc ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 9cb5a72a6b5fd53cd04969b1fa29a62416d0d99b..868ea1ef1b44598e94fe06879456b6fda91cf426 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -468,6 +468,7 @@ target(link_target_type, "renderer") {
"//media/gpu/ipc/common",
"//media/midi",
"//media/midi:mojo",
+ "//media/mojo:features",
"//media/mojo/interfaces:remoting",
"//mojo/common",
"//mojo/edk/js",
@@ -952,10 +953,8 @@ target(link_target_type, "renderer") {
]
deps += [
- "//media/mojo/interfaces",
-
- # Defines in mojo_media_config are also pulled in here.
"//media/mojo/clients",
+ "//media/mojo/interfaces",
]
}
@@ -980,11 +979,6 @@ target(link_target_type, "renderer") {
group("for_content_tests") {
visibility = [ "//content/test/*" ]
- if (enable_mojo_media) {
- # For the defines in mojo_media_config.
- public_configs = [ "//media/mojo/services:mojo_media_config" ]
- }
-
if (!is_component_build) {
public_deps = [
":renderer",
« no previous file with comments | « content/gpu/gpu_service_factory.cc ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698