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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 "//content/browser/speech/proto", | 60 "//content/browser/speech/proto", |
61 "//content/child:for_content_tests", | 61 "//content/child:for_content_tests", |
62 "//content/gpu", | 62 "//content/gpu", |
63 "//content/public/browser", | 63 "//content/public/browser", |
64 "//content/public/child", | 64 "//content/public/child", |
65 "//content/public/renderer", | 65 "//content/public/renderer", |
66 "//content/public/utility", | 66 "//content/public/utility", |
67 "//content/renderer:for_content_tests", | 67 "//content/renderer:for_content_tests", |
68 "//content/shell:pak", | 68 "//content/shell:pak", |
69 "//content/utility:for_content_tests", | 69 "//content/utility:for_content_tests", |
| 70 "//device/nfc:mojo_bindings", |
70 "//ipc:test_support", | 71 "//ipc:test_support", |
71 "//ipc/mojo", | 72 "//ipc/mojo", |
72 "//media", | 73 "//media", |
73 "//mojo/edk/test:test_support", | 74 "//mojo/edk/test:test_support", |
74 "//net:test_support", | 75 "//net:test_support", |
75 "//services/shell/public/cpp", | 76 "//services/shell/public/cpp", |
76 "//skia", | 77 "//skia", |
77 "//storage/browser", | 78 "//storage/browser", |
78 "//storage/common", | 79 "//storage/common", |
79 "//testing/gmock", | 80 "//testing/gmock", |
(...skipping 828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
908 | 909 |
909 fuzzer_test("renderer_fuzzer") { | 910 fuzzer_test("renderer_fuzzer") { |
910 sources = [ | 911 sources = [ |
911 "renderer_fuzzer.cc", | 912 "renderer_fuzzer.cc", |
912 ] | 913 ] |
913 deps = [ | 914 deps = [ |
914 ":test_support", | 915 ":test_support", |
915 "//content/shell:content_shell_lib", | 916 "//content/shell:content_shell_lib", |
916 ] | 917 ] |
917 } | 918 } |
OLD | NEW |