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 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
919 } | 919 } |
920 | 920 |
921 fuzzer_test("renderer_fuzzer") { | 921 fuzzer_test("renderer_fuzzer") { |
922 sources = [ | 922 sources = [ |
923 "renderer_fuzzer.cc", | 923 "renderer_fuzzer.cc", |
924 ] | 924 ] |
925 deps = [ | 925 deps = [ |
926 ":test_support", | 926 ":test_support", |
927 "//content/shell:content_shell_lib", | 927 "//content/shell:content_shell_lib", |
928 ] | 928 ] |
| 929 dict = "data/dicts/generated/renderer_fuzzer.dict" |
929 } | 930 } |
OLD | NEW |