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

Unified Diff: content/test/BUILD.gn

Issue 2214533002: move //media/capture to //device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/android/BUILD.gn ('k') | device/capture/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 54c640319b36afaf9005399e0f82cb726dec9f34..0774ec66c2eaa44fe6ec0f4e1dc0d0e1f1619e02 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -78,11 +78,11 @@ static_library("test_support") {
"//content/renderer:for_content_tests",
"//content/shell:pak",
"//content/utility:for_content_tests",
+ "//device/capture",
"//device/geolocation:device_geolocation",
"//device/nfc:mojo_bindings",
"//ipc:test_support",
"//media",
- "//media/capture",
"//media/mojo/interfaces:image_capture",
"//mojo/edk/system",
"//mojo/edk/test:test_support",
@@ -193,8 +193,8 @@ static_library("test_support") {
if (is_android) {
deps += [
+ "//device/capture:capture_java",
"//device/geolocation:geolocation_java",
- "//media/capture/video/android:android",
"//ui/android",
"//ui/shell_dialogs",
]
@@ -654,6 +654,7 @@ test("content_unittests") {
"//device/battery:mojo_bindings",
"//device/bluetooth",
"//device/bluetooth:mocks",
+ "//device/capture",
"//device/gamepad",
"//device/gamepad:test_helpers",
"//gin",
@@ -664,7 +665,6 @@ test("content_unittests") {
"//media:test_support",
"//media/audio:test_support",
"//media/base:test_support",
- "//media/capture",
"//media/midi:midi",
"//mojo/edk/test:test_support",
"//mojo/public/cpp/bindings",
@@ -808,6 +808,7 @@ test("content_unittests") {
deps += [
"//base:base_java_unittest_support",
"//content/public/android:content_java",
+ "//device/capture:capture_java",
"//device/geolocation:geolocation_java",
"//v8:v8_external_startup_data_assets",
]
« no previous file with comments | « content/shell/android/BUILD.gn ('k') | device/capture/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698