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

Unified Diff: media/BUILD.gn

Issue 592863002: Fix mojom dependencies in media/mojo/services, make gn check pass (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 287b23055330afda5931a97e678a22a4ad3c1c7d..af2f6769f2b6a424a27949816cbb83c61f932fda 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -421,6 +421,11 @@ component("media") {
]
}
+ public_deps = [
+ "//media/base",
+ "//media/audio",
+ ]
+
deps += [
":shared_memory_support",
"//base",
@@ -429,8 +434,6 @@ component("media") {
"//crypto",
"//crypto:platform", # TODO(ajwong): This used to be provided by crypto.gyp via export_dependent_settings
"//gpu/command_buffer/common",
- "//media/audio",
- "//media/base",
"//skia",
"//third_party/libyuv",
"//third_party/opus",
« no previous file with comments | « no previous file | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698