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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « content/shell/android/BUILD.gn ('k') | device/capture/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "//content/browser/speech/proto", 71 "//content/browser/speech/proto",
72 "//content/child:for_content_tests", 72 "//content/child:for_content_tests",
73 "//content/gpu", 73 "//content/gpu",
74 "//content/public/browser", 74 "//content/public/browser",
75 "//content/public/child", 75 "//content/public/child",
76 "//content/public/renderer", 76 "//content/public/renderer",
77 "//content/public/utility", 77 "//content/public/utility",
78 "//content/renderer:for_content_tests", 78 "//content/renderer:for_content_tests",
79 "//content/shell:pak", 79 "//content/shell:pak",
80 "//content/utility:for_content_tests", 80 "//content/utility:for_content_tests",
81 "//device/capture",
81 "//device/geolocation:device_geolocation", 82 "//device/geolocation:device_geolocation",
82 "//device/nfc:mojo_bindings", 83 "//device/nfc:mojo_bindings",
83 "//ipc:test_support", 84 "//ipc:test_support",
84 "//media", 85 "//media",
85 "//media/capture",
86 "//media/mojo/interfaces:image_capture", 86 "//media/mojo/interfaces:image_capture",
87 "//mojo/edk/system", 87 "//mojo/edk/system",
88 "//mojo/edk/test:test_support", 88 "//mojo/edk/test:test_support",
89 "//net:test_support", 89 "//net:test_support",
90 "//services/shell/public/cpp", 90 "//services/shell/public/cpp",
91 "//skia", 91 "//skia",
92 "//storage/browser", 92 "//storage/browser",
93 "//storage/common", 93 "//storage/common",
94 "//testing/gmock", 94 "//testing/gmock",
95 "//testing/gtest", 95 "//testing/gtest",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 186
187 if (is_win) { 187 if (is_win) {
188 deps += [ 188 deps += [
189 "//content:sandbox_helper_win", 189 "//content:sandbox_helper_win",
190 "//third_party/iaccessible2", 190 "//third_party/iaccessible2",
191 ] 191 ]
192 } 192 }
193 193
194 if (is_android) { 194 if (is_android) {
195 deps += [ 195 deps += [
196 "//device/capture:capture_java",
196 "//device/geolocation:geolocation_java", 197 "//device/geolocation:geolocation_java",
197 "//media/capture/video/android:android",
198 "//ui/android", 198 "//ui/android",
199 "//ui/shell_dialogs", 199 "//ui/shell_dialogs",
200 ] 200 ]
201 } 201 }
202 202
203 if (is_win) { 203 if (is_win) {
204 deps += [ "//sandbox" ] 204 deps += [ "//sandbox" ]
205 } 205 }
206 206
207 if (v8_use_external_startup_data) { 207 if (v8_use_external_startup_data) {
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 "//content/public/browser", 647 "//content/public/browser",
648 "//content/public/child", 648 "//content/public/child",
649 "//content/public/common", 649 "//content/public/common",
650 "//content/public/renderer", 650 "//content/public/renderer",
651 "//content/renderer:for_content_tests", 651 "//content/renderer:for_content_tests",
652 "//crypto", 652 "//crypto",
653 "//device/battery", 653 "//device/battery",
654 "//device/battery:mojo_bindings", 654 "//device/battery:mojo_bindings",
655 "//device/bluetooth", 655 "//device/bluetooth",
656 "//device/bluetooth:mocks", 656 "//device/bluetooth:mocks",
657 "//device/capture",
657 "//device/gamepad", 658 "//device/gamepad",
658 "//device/gamepad:test_helpers", 659 "//device/gamepad:test_helpers",
659 "//gin", 660 "//gin",
660 "//gpu", 661 "//gpu",
661 "//gpu:test_support", 662 "//gpu:test_support",
662 "//ipc:test_support", 663 "//ipc:test_support",
663 "//media:shared_memory_support", 664 "//media:shared_memory_support",
664 "//media:test_support", 665 "//media:test_support",
665 "//media/audio:test_support", 666 "//media/audio:test_support",
666 "//media/base:test_support", 667 "//media/base:test_support",
667 "//media/capture",
668 "//media/midi:midi", 668 "//media/midi:midi",
669 "//mojo/edk/test:test_support", 669 "//mojo/edk/test:test_support",
670 "//mojo/public/cpp/bindings", 670 "//mojo/public/cpp/bindings",
671 "//net:extras", 671 "//net:extras",
672 "//net:test_support", 672 "//net:test_support",
673 "//ppapi/c", 673 "//ppapi/c",
674 "//printing", 674 "//printing",
675 "//skia", 675 "//skia",
676 "//sql", 676 "//sql",
677 "//sql:test_support", 677 "//sql:test_support",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 "//content") 801 "//content")
802 sources -= [ 802 sources -= [
803 "../browser/power_usage_monitor_impl_unittest.cc", 803 "../browser/power_usage_monitor_impl_unittest.cc",
804 "../browser/webui/url_data_manager_backend_unittest.cc", 804 "../browser/webui/url_data_manager_backend_unittest.cc",
805 ] 805 ]
806 deps -= [ "//device/battery" ] 806 deps -= [ "//device/battery" ]
807 807
808 deps += [ 808 deps += [
809 "//base:base_java_unittest_support", 809 "//base:base_java_unittest_support",
810 "//content/public/android:content_java", 810 "//content/public/android:content_java",
811 "//device/capture:capture_java",
811 "//device/geolocation:geolocation_java", 812 "//device/geolocation:geolocation_java",
812 "//v8:v8_external_startup_data_assets", 813 "//v8:v8_external_startup_data_assets",
813 ] 814 ]
814 815
815 defines += [ "APPCACHE_USE_SIMPLE_CACHE" ] 816 defines += [ "APPCACHE_USE_SIMPLE_CACHE" ]
816 } 817 }
817 if (!is_android) { 818 if (!is_android) {
818 deps += [ "//third_party/libvpx" ] 819 deps += [ "//third_party/libvpx" ]
819 } 820 }
820 821
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 if (is_android) { 902 if (is_android) {
902 deps += [ "//testing/android/native_test:native_test_native_code" ] 903 deps += [ "//testing/android/native_test:native_test_native_code" ]
903 } 904 }
904 } 905 }
905 906
906 group("fuzzers") { 907 group("fuzzers") {
907 deps = [ 908 deps = [
908 "//content/test/fuzzer", 909 "//content/test/fuzzer",
909 ] 910 ]
910 } 911 }
OLDNEW
« 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