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

Unified Diff: media/BUILD.gn

Issue 1123343007: iOS experiments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added media_blink dependency on media_mime_util 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 | « content/shell/app/shell_main_delegate.cc ('k') | media/base/BUILD.gn » ('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 16098af9be653e756f77c53b9b53cc8913e34945..7f2f181bdf74f7ea68ca492a6abd11f8d7b911bb 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -82,6 +82,17 @@ if (use_ozone) {
}
}
+static_library("media_mime_util") {
+ sources = [
+ "base/mime_util.cc",
+ "base/mime_util.h",
+ ]
+
+ deps = [
+ "//base",
+ ]
+}
+
component("media") {
sources = [
"blink/skcanvas_video_renderer.cc",
@@ -456,6 +467,7 @@ component("media") {
]
deps += [
+ ":media_mime_util",
":shared_memory_support",
"//base",
"//base:i18n",
« no previous file with comments | « content/shell/app/shell_main_delegate.cc ('k') | media/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698