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

Unified Diff: media/BUILD.gn

Issue 2059493002: Revert of Make media/capture gn and gyps produce components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/test/BUILD.gn ('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 a0da6256ca0191b0924a29b510c3a0c86a69e84e..b703a3806182c653e130fd55ab9cd8cfe6e9ffb1 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -338,6 +338,8 @@
deps += [
"//media/base/android",
"//media/base/android:media_jni_headers",
+ "//media/capture/video/android:capture_java",
+ "//media/capture/video/android:capture_jni_headers",
]
# Only 64 bit builds are using android-21 NDK library, check common.gypi
@@ -369,6 +371,12 @@
if (is_win) {
deps += [ "//media/base/win" ]
+ libs += [
+ "mf.lib",
+ "mfplat.lib",
+ "mfreadwrite.lib",
+ "mfuuid.lib",
+ ]
}
if (proprietary_codecs) {
@@ -455,6 +463,7 @@
":shared_memory_support",
"//media/audio",
"//media/base",
+ "//media/capture",
"//third_party/opus",
]
@@ -590,8 +599,6 @@
"//media/audio:unittests",
"//media/base:test_support",
"//media/base:unittests",
-
- # TODO(mcasas): Remove the capture sources after https://crbug.com/618718.
"//media/capture:unittests",
"//media/test:pipeline_integration_tests",
"//skia", # Direct dependency required to inherit config.
« no previous file with comments | « content/test/BUILD.gn ('k') | media/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698