OLD | NEW |
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 648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
659 "//content/public/browser", | 659 "//content/public/browser", |
660 "//content/public/child", | 660 "//content/public/child", |
661 "//content/public/common", | 661 "//content/public/common", |
662 "//content/public/renderer", | 662 "//content/public/renderer", |
663 "//content/renderer:for_content_tests", | 663 "//content/renderer:for_content_tests", |
664 "//crypto", | 664 "//crypto", |
665 "//device/battery", | 665 "//device/battery", |
666 "//device/battery:mojo_bindings", | 666 "//device/battery:mojo_bindings", |
667 "//device/bluetooth", | 667 "//device/bluetooth", |
668 "//device/bluetooth:mocks", | 668 "//device/bluetooth:mocks", |
| 669 "//device/gamepad", |
| 670 "//device/gamepad:test_helpers", |
669 "//gin", | 671 "//gin", |
670 "//gpu", | 672 "//gpu", |
671 "//gpu:test_support", | 673 "//gpu:test_support", |
672 "//ipc:test_support", | 674 "//ipc:test_support", |
673 "//media:shared_memory_support", | 675 "//media:shared_memory_support", |
674 "//media:test_support", | 676 "//media:test_support", |
675 "//media/audio:test_support", | 677 "//media/audio:test_support", |
676 "//media/base:test_support", | 678 "//media/base:test_support", |
677 "//media/capture", | 679 "//media/capture", |
678 "//media/midi:midi", | 680 "//media/midi:midi", |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
916 | 918 |
917 fuzzer_test("renderer_fuzzer") { | 919 fuzzer_test("renderer_fuzzer") { |
918 sources = [ | 920 sources = [ |
919 "renderer_fuzzer.cc", | 921 "renderer_fuzzer.cc", |
920 ] | 922 ] |
921 deps = [ | 923 deps = [ |
922 ":test_support", | 924 ":test_support", |
923 "//content/shell:content_shell_lib", | 925 "//content/shell:content_shell_lib", |
924 ] | 926 ] |
925 } | 927 } |
OLD | NEW |