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

Unified Diff: content/test/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 | « 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 bab905c772f44b5837eea8be41009c5ce43b8472..fae3301a8724b5abc67e1fe5fe78bf110eab00b7 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -70,10 +70,10 @@ static_library("test_support") {
"//content/renderer:for_content_tests",
"//content/shell:pak",
"//content/utility:for_content_tests",
+ "//device/capture",
"//device/nfc:mojo_bindings",
"//ipc:test_support",
"//media",
- "//media/capture",
"//media/mojo/interfaces:image_capture",
"//mojo/edk/system",
"//mojo/edk/test:test_support",
@@ -186,7 +186,7 @@ static_library("test_support") {
if (is_android) {
deps += [
- "//media/capture/video/android:android",
+ "//device/capture/video/android:android",
"//ui/android",
"//ui/shell_dialogs",
]
@@ -670,6 +670,7 @@ test("content_unittests") {
"//device/battery:mojo_bindings",
"//device/bluetooth",
"//device/bluetooth:mocks",
+ "//device/capture",
"//device/gamepad",
"//device/gamepad:test_helpers",
"//gin",
@@ -680,7 +681,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",
« 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