| 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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/gamepad", |
| 674 "//device/gamepad:test_helpers", |
| 673 "//gin", | 675 "//gin", |
| 674 "//gpu", | 676 "//gpu", |
| 675 "//gpu:test_support", | 677 "//gpu:test_support", |
| 676 "//ipc:test_support", | 678 "//ipc:test_support", |
| 677 "//media:shared_memory_support", | 679 "//media:shared_memory_support", |
| 678 "//media:test_support", | 680 "//media:test_support", |
| 679 "//media/audio:test_support", | 681 "//media/audio:test_support", |
| 680 "//media/base:test_support", | 682 "//media/base:test_support", |
| 681 "//media/capture", | 683 "//media/capture", |
| 682 "//media/midi:midi", | 684 "//media/midi:midi", |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 920 | 922 |
| 921 fuzzer_test("renderer_fuzzer") { | 923 fuzzer_test("renderer_fuzzer") { |
| 922 sources = [ | 924 sources = [ |
| 923 "renderer_fuzzer.cc", | 925 "renderer_fuzzer.cc", |
| 924 ] | 926 ] |
| 925 deps = [ | 927 deps = [ |
| 926 ":test_support", | 928 ":test_support", |
| 927 "//content/shell:content_shell_lib", | 929 "//content/shell:content_shell_lib", |
| 928 ] | 930 ] |
| 929 } | 931 } |
| OLD | NEW |