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

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

Issue 2469073004: content_shell: Remove deps for resources only needed at runtime. (Closed)
Patch Set: Created 4 years, 1 month 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
« components/test_runner/BUILD.gn ('K') | « content/shell/BUILD.gn ('k') | no next file » | 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "//content/app:both_for_content_tests", 218 "//content/app:both_for_content_tests",
219 "//content/browser:for_content_tests", 219 "//content/browser:for_content_tests",
220 "//content/browser/speech/proto", 220 "//content/browser/speech/proto",
221 "//content/child:for_content_tests", 221 "//content/child:for_content_tests",
222 "//content/gpu", 222 "//content/gpu",
223 "//content/public/browser", 223 "//content/public/browser",
224 "//content/public/child", 224 "//content/public/child",
225 "//content/public/renderer", 225 "//content/public/renderer",
226 "//content/public/utility", 226 "//content/public/utility",
227 "//content/renderer:for_content_tests", 227 "//content/renderer:for_content_tests",
228 "//content/shell:pak",
229 "//content/utility:for_content_tests", 228 "//content/utility:for_content_tests",
230 "//device/base/synchronization", 229 "//device/base/synchronization",
231 "//device/geolocation", 230 "//device/geolocation",
232 "//device/nfc:mojo_bindings", 231 "//device/nfc:mojo_bindings",
233 "//ipc:test_support", 232 "//ipc:test_support",
234 "//media", 233 "//media",
235 "//media/capture", 234 "//media/capture",
236 "//media/mojo/interfaces:image_capture", 235 "//media/mojo/interfaces:image_capture",
237 "//mojo/edk/system", 236 "//mojo/edk/system",
238 "//mojo/edk/test:test_support", 237 "//mojo/edk/test:test_support",
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 "//content/browser:for_content_tests", 665 "//content/browser:for_content_tests",
667 "//content/browser/background_sync:background_sync_proto", 666 "//content/browser/background_sync:background_sync_proto",
668 "//content/child:for_content_tests", 667 "//content/child:for_content_tests",
669 "//content/gpu", 668 "//content/gpu",
670 "//content/public/browser", 669 "//content/public/browser",
671 "//content/public/child", 670 "//content/public/child",
672 "//content/public/common", 671 "//content/public/common",
673 "//content/public/renderer", 672 "//content/public/renderer",
674 "//content/renderer:for_content_tests", 673 "//content/renderer:for_content_tests",
675 "//content/shell:content_shell_lib", 674 "//content/shell:content_shell_lib",
676 "//content/shell:pak",
677 "//content/test:test_support", 675 "//content/test:test_support",
678 "//device/base/synchronization", 676 "//device/base/synchronization",
679 "//device/battery", 677 "//device/battery",
680 "//device/battery:mojo_bindings", 678 "//device/battery:mojo_bindings",
681 "//device/power_save_blocker", 679 "//device/power_save_blocker",
682 "//device/sensors/public/cpp", 680 "//device/sensors/public/cpp",
683 "//device/vibration:mojo_bindings", 681 "//device/vibration:mojo_bindings",
684 "//device/wake_lock", 682 "//device/wake_lock",
685 "//gin", 683 "//gin",
686 "//gpu", 684 "//gpu",
(...skipping 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after
1693 if (is_android) { 1691 if (is_android) {
1694 deps += [ "//testing/android/native_test:native_test_native_code" ] 1692 deps += [ "//testing/android/native_test:native_test_native_code" ]
1695 } 1693 }
1696 } 1694 }
1697 1695
1698 group("fuzzers") { 1696 group("fuzzers") {
1699 deps = [ 1697 deps = [
1700 "//content/test/fuzzer", 1698 "//content/test/fuzzer",
1701 ] 1699 ]
1702 } 1700 }
OLDNEW
« components/test_runner/BUILD.gn ('K') | « content/shell/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698