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

Unified Diff: content/browser/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/app/android/library_loader_hooks.cc ('k') | content/browser/browser_main_loop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index ceba43cead4e4e4741f7800e9b30a484ef2e4c95..9259492ec71a909937aadabbc63768434f663bcb 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -62,6 +62,7 @@ source_set("browser") {
"//crypto",
"//device/battery",
"//device/bluetooth",
+ "//device/capture",
"//device/gamepad",
"//device/geolocation:device_geolocation",
"//device/geolocation/public/interfaces",
@@ -73,7 +74,6 @@ source_set("browser") {
"//gpu/command_buffer/client:gles2_implementation",
"//gpu/command_buffer/client:gles2_interface",
"//media",
- "//media/capture",
"//media/gpu/ipc/client",
"//media/midi",
"//media/mojo/interfaces",
@@ -247,8 +247,8 @@ source_set("browser") {
if (use_udev) {
deps += [
+ "//device/capture",
"//device/udev_linux",
- "//media/capture",
]
}
@@ -337,9 +337,8 @@ source_set("browser") {
deps -= [ "//device/battery" ]
deps += [
"//content/public/android:jni",
+ "//device/capture:capture_java",
"//media",
- "//media/capture/content/android",
- "//media/capture/video/android",
"//media/mojo/interfaces",
"//mojo/android:libsystem_java",
"//ui/android",
« no previous file with comments | « content/app/android/library_loader_hooks.cc ('k') | content/browser/browser_main_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698