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

Unified Diff: media/base/BUILD.gn

Issue 2143903003: [WIP] Move media/capture to device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « media/BUILD.gn ('k') | media/base/feedback_signal_accumulator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 17eaec1083812ada65c2893ae5ad4b273c70d1e2..d96bcdb75b8ed1fcf0766d45362103ec9f584a18 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -129,6 +129,7 @@ source_set("base") {
"eme_constants.h",
"encryption_scheme.cc",
"encryption_scheme.h",
+ "feedback_signal_accumulator.h",
"key_system_names.cc",
"key_system_names.h",
"key_system_properties.cc",
@@ -403,14 +404,6 @@ source_set("test_support") {
"//testing/gmock",
"//ui/gfx:test_support",
]
- if (is_android) {
- deps += [
- # Needed to register capture Java/Jni objects. TODO(mcasas): Remove when
- # the dependency to capture is not needed, see https://crbug.com/618718.
- "//media/capture",
- "//media/capture/video/android",
- ]
- }
}
source_set("unittests") {
« no previous file with comments | « media/BUILD.gn ('k') | media/base/feedback_signal_accumulator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698