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

Unified Diff: components/BUILD.gn

Issue 1129643002: Moved media mime type and codec checks to media/base/mime_util.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR feedback fixes Created 5 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 | components/html_viewer/web_mime_registry_impl.cc » ('j') | components/mime_util/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 700e862fdf8b42af5a87be903587765d9377c2e5..12c7e60f0d656db7b13881a974b5475ddd528de4 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -302,6 +302,10 @@ test("components_unittests") {
]
data_deps = [ ":components_tests_pak" ]
+ if (!is_ios) {
+ deps += [ "//media" ]
ddorwin 2015/05/14 18:09:59 Why do we need this dependency at all here? We hav
servolk 2015/05/14 22:30:49 Probably not anymore. I've added this dependency i
+ }
+
if (!is_android && !is_ios) {
deps += [ "//components/proximity_auth:unit_tests" ]
}
« no previous file with comments | « no previous file | components/html_viewer/web_mime_registry_impl.cc » ('j') | components/mime_util/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698