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

Side by Side Diff: content/test/BUILD.gn

Issue 2081653004: Revert of Re-Reland: Make media/capture gn and gyps produce components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/renderer/BUILD.gn ('k') | media/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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/nfc:mojo_bindings", 73 "//device/nfc:mojo_bindings",
74 "//ipc:test_support", 74 "//ipc:test_support",
75 "//ipc/mojo", 75 "//ipc/mojo",
76 "//media", 76 "//media",
77 "//media/capture",
78 "//mojo/edk/system", 77 "//mojo/edk/system",
79 "//mojo/edk/test:test_support", 78 "//mojo/edk/test:test_support",
80 "//net:test_support", 79 "//net:test_support",
81 "//services/shell/public/cpp", 80 "//services/shell/public/cpp",
82 "//skia", 81 "//skia",
83 "//storage/browser", 82 "//storage/browser",
84 "//storage/common", 83 "//storage/common",
85 "//testing/gmock", 84 "//testing/gmock",
86 "//testing/gtest", 85 "//testing/gtest",
87 "//ui/accessibility:ax_gen", 86 "//ui/accessibility:ax_gen",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 178
180 if (is_win) { 179 if (is_win) {
181 deps += [ 180 deps += [
182 "//content:sandbox_helper_win", 181 "//content:sandbox_helper_win",
183 "//third_party/iaccessible2", 182 "//third_party/iaccessible2",
184 ] 183 ]
185 } 184 }
186 185
187 if (is_android) { 186 if (is_android) {
188 deps += [ 187 deps += [
189 "//media/capture/video/android:android",
190 "//ui/android", 188 "//ui/android",
191 "//ui/shell_dialogs", 189 "//ui/shell_dialogs",
192 ] 190 ]
193 } 191 }
194 192
195 if (is_win) { 193 if (is_win) {
196 deps += [ "//sandbox" ] 194 deps += [ "//sandbox" ]
197 } 195 }
198 196
199 if (v8_use_external_startup_data) { 197 if (v8_use_external_startup_data) {
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 "//device/bluetooth", 664 "//device/bluetooth",
667 "//device/bluetooth:mocks", 665 "//device/bluetooth:mocks",
668 "//gin", 666 "//gin",
669 "//gpu", 667 "//gpu",
670 "//gpu:test_support", 668 "//gpu:test_support",
671 "//ipc:test_support", 669 "//ipc:test_support",
672 "//media:shared_memory_support", 670 "//media:shared_memory_support",
673 "//media:test_support", 671 "//media:test_support",
674 "//media/audio:test_support", 672 "//media/audio:test_support",
675 "//media/base:test_support", 673 "//media/base:test_support",
676 "//media/capture",
677 "//media/midi:midi", 674 "//media/midi:midi",
678 "//mojo/edk/test:test_support", 675 "//mojo/edk/test:test_support",
679 "//mojo/public/cpp/bindings", 676 "//mojo/public/cpp/bindings",
680 "//net:extras", 677 "//net:extras",
681 "//net:test_support", 678 "//net:test_support",
682 "//ppapi/c", 679 "//ppapi/c",
683 "//printing", 680 "//printing",
684 "//skia", 681 "//skia",
685 "//sql", 682 "//sql",
686 "//sql:test_support", 683 "//sql:test_support",
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 911
915 fuzzer_test("renderer_fuzzer") { 912 fuzzer_test("renderer_fuzzer") {
916 sources = [ 913 sources = [
917 "renderer_fuzzer.cc", 914 "renderer_fuzzer.cc",
918 ] 915 ]
919 deps = [ 916 deps = [
920 ":test_support", 917 ":test_support",
921 "//content/shell:content_shell_lib", 918 "//content/shell:content_shell_lib",
922 ] 919 ]
923 } 920 }
OLDNEW
« no previous file with comments | « content/renderer/BUILD.gn ('k') | media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698