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

Unified Diff: 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 | « no previous file | android_webview/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index ff313e6a9ac0fbea66c2f3a18e8964838f4a4146..b4b51638f447386ef27dd52ba6b8bc6c7aa5411b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -274,11 +274,11 @@ group("both_gn_and_gyp") {
"//content/test:content_perftests",
"//content/test:content_unittests",
"//device:device_unittests",
+ "//device/capture:capture_unittests",
"//gpu:gpu_unittests",
"//gpu/ipc/service:gpu_ipc_service_unittests",
"//ipc:ipc_tests",
"//media:media_unittests",
- "//media/capture:capture_unittests",
"//media/cast:cast_unittests",
"//media/midi:midi_unittests",
"//mojo",
@@ -1091,6 +1091,7 @@ if (is_win) {
"//courgette:courgette_unittests",
"//crypto:crypto_unittests",
"//device:device_unittests",
+ "//device/capture:capture_unittests",
"//extensions:extensions_browsertests",
"//extensions:extensions_unittests",
"//gin:gin_shell",
@@ -1101,7 +1102,6 @@ if (is_win) {
"//ipc:ipc_tests",
"//jingle:jingle_unittests",
"//media:media_unittests",
- "//media/capture:capture_unittests",
"//media/cast:cast_unittests",
"//media/midi:midi_unittests",
"//mojo",
« no previous file with comments | « no previous file | android_webview/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698