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

Side by Side 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 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("//build_overrides/v8.gni") 10 import("//build_overrides/v8.gni")
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "//content/browser/speech/proto", 63 "//content/browser/speech/proto",
64 "//content/child:for_content_tests", 64 "//content/child:for_content_tests",
65 "//content/gpu", 65 "//content/gpu",
66 "//content/public/browser", 66 "//content/public/browser",
67 "//content/public/child", 67 "//content/public/child",
68 "//content/public/renderer", 68 "//content/public/renderer",
69 "//content/public/utility", 69 "//content/public/utility",
70 "//content/renderer:for_content_tests", 70 "//content/renderer:for_content_tests",
71 "//content/shell:pak", 71 "//content/shell:pak",
72 "//content/utility:for_content_tests", 72 "//content/utility:for_content_tests",
73 "//device/capture",
73 "//device/nfc:mojo_bindings", 74 "//device/nfc:mojo_bindings",
74 "//ipc:test_support", 75 "//ipc:test_support",
75 "//media", 76 "//media",
76 "//media/capture",
77 "//media/mojo/interfaces:image_capture", 77 "//media/mojo/interfaces:image_capture",
78 "//mojo/edk/system", 78 "//mojo/edk/system",
79 "//mojo/edk/test:test_support", 79 "//mojo/edk/test:test_support",
80 "//net:test_support", 80 "//net:test_support",
81 "//services/shell/public/cpp", 81 "//services/shell/public/cpp",
82 "//skia", 82 "//skia",
83 "//storage/browser", 83 "//storage/browser",
84 "//storage/common", 84 "//storage/common",
85 "//testing/gmock", 85 "//testing/gmock",
86 "//testing/gtest", 86 "//testing/gtest",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 179
180 if (is_win) { 180 if (is_win) {
181 deps += [ 181 deps += [
182 "//content:sandbox_helper_win", 182 "//content:sandbox_helper_win",
183 "//third_party/iaccessible2", 183 "//third_party/iaccessible2",
184 ] 184 ]
185 } 185 }
186 186
187 if (is_android) { 187 if (is_android) {
188 deps += [ 188 deps += [
189 "//media/capture/video/android:android", 189 "//device/capture/video/android:android",
190 "//ui/android", 190 "//ui/android",
191 "//ui/shell_dialogs", 191 "//ui/shell_dialogs",
192 ] 192 ]
193 } 193 }
194 194
195 if (is_win) { 195 if (is_win) {
196 deps += [ "//sandbox" ] 196 deps += [ "//sandbox" ]
197 } 197 }
198 198
199 if (v8_use_external_startup_data) { 199 if (v8_use_external_startup_data) {
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 "//content/public/browser", 663 "//content/public/browser",
664 "//content/public/child", 664 "//content/public/child",
665 "//content/public/common", 665 "//content/public/common",
666 "//content/public/renderer", 666 "//content/public/renderer",
667 "//content/renderer:for_content_tests", 667 "//content/renderer:for_content_tests",
668 "//crypto", 668 "//crypto",
669 "//device/battery", 669 "//device/battery",
670 "//device/battery:mojo_bindings", 670 "//device/battery:mojo_bindings",
671 "//device/bluetooth", 671 "//device/bluetooth",
672 "//device/bluetooth:mocks", 672 "//device/bluetooth:mocks",
673 "//device/capture",
673 "//device/gamepad", 674 "//device/gamepad",
674 "//device/gamepad:test_helpers", 675 "//device/gamepad:test_helpers",
675 "//gin", 676 "//gin",
676 "//gpu", 677 "//gpu",
677 "//gpu:test_support", 678 "//gpu:test_support",
678 "//ipc:test_support", 679 "//ipc:test_support",
679 "//media:shared_memory_support", 680 "//media:shared_memory_support",
680 "//media:test_support", 681 "//media:test_support",
681 "//media/audio:test_support", 682 "//media/audio:test_support",
682 "//media/base:test_support", 683 "//media/base:test_support",
683 "//media/capture",
684 "//media/midi:midi", 684 "//media/midi:midi",
685 "//mojo/edk/test:test_support", 685 "//mojo/edk/test:test_support",
686 "//mojo/public/cpp/bindings", 686 "//mojo/public/cpp/bindings",
687 "//net:extras", 687 "//net:extras",
688 "//net:test_support", 688 "//net:test_support",
689 "//ppapi/c", 689 "//ppapi/c",
690 "//printing", 690 "//printing",
691 "//skia", 691 "//skia",
692 "//sql", 692 "//sql",
693 "//sql:test_support", 693 "//sql:test_support",
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 fuzzer_test("renderer_fuzzer") { 923 fuzzer_test("renderer_fuzzer") {
924 sources = [ 924 sources = [
925 "renderer_fuzzer.cc", 925 "renderer_fuzzer.cc",
926 ] 926 ]
927 deps = [ 927 deps = [
928 ":test_support", 928 ":test_support",
929 "//content/shell:content_shell_lib", 929 "//content/shell:content_shell_lib",
930 ] 930 ]
931 dict = "data/fuzzer_dictionaries/renderer_fuzzer.dict" 931 dict = "data/fuzzer_dictionaries/renderer_fuzzer.dict"
932 } 932 }
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