| 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/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
| 6 import("//build/toolchain/toolchain.gni") | 6 import("//build/toolchain/toolchain.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
| 9 import("//testing/libfuzzer/fuzzer_test.gni") | 9 import("//testing/libfuzzer/fuzzer_test.gni") |
| 10 import("//third_party/WebKit/Source/bindings/bindings.gni") | 10 import("//third_party/WebKit/Source/bindings/bindings.gni") |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 "//third_party/libpng", | 87 "//third_party/libpng", |
| 88 "//third_party/libwebp", | 88 "//third_party/libwebp", |
| 89 "//third_party/libxml", | 89 "//third_party/libxml", |
| 90 "//third_party/libxslt", | 90 "//third_party/libxslt", |
| 91 "//third_party/sqlite", | 91 "//third_party/sqlite", |
| 92 | 92 |
| 93 # FIXME: don't depend on bindings/modules http://crbug.com/358074 | 93 # FIXME: don't depend on bindings/modules http://crbug.com/358074 |
| 94 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated", | 94 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated", |
| 95 "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated"
, | 95 "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated"
, |
| 96 "//third_party/WebKit/Source/platform:make_platform_generated", | 96 "//third_party/WebKit/Source/platform:make_platform_generated", |
| 97 "//third_party/WebKit/Source/wtf", | 97 "//third_party/WebKit/Source/platform/wtf", |
| 98 "//url", | 98 "//url", |
| 99 "//v8", | 99 "//v8", |
| 100 ] | 100 ] |
| 101 } | 101 } |
| 102 | 102 |
| 103 source_set("prerequisites") { | 103 source_set("prerequisites") { |
| 104 public_deps = [ | 104 public_deps = [ |
| 105 "//gpu/command_buffer/client:gles2_c_lib", | 105 "//gpu/command_buffer/client:gles2_c_lib", |
| 106 "//skia", | 106 "//skia", |
| 107 "//third_party/WebKit/Source/core/inspector:generated", | 107 "//third_party/WebKit/Source/core/inspector:generated", |
| 108 "//third_party/WebKit/Source/core/probe:generated", | 108 "//third_party/WebKit/Source/core/probe:generated", |
| 109 "//third_party/WebKit/Source/wtf", | 109 "//third_party/WebKit/Source/platform/wtf", |
| 110 "//third_party/angle:translator", | 110 "//third_party/angle:translator", |
| 111 "//third_party/iccjpeg", | 111 "//third_party/iccjpeg", |
| 112 "//third_party/icu", | 112 "//third_party/icu", |
| 113 "//third_party/libpng", | 113 "//third_party/libpng", |
| 114 "//third_party/libwebp", | 114 "//third_party/libwebp", |
| 115 "//third_party/libxml", | 115 "//third_party/libxml", |
| 116 "//third_party/libxslt", | 116 "//third_party/libxslt", |
| 117 "//third_party/ots", | 117 "//third_party/ots", |
| 118 "//third_party/snappy", | 118 "//third_party/snappy", |
| 119 "//third_party/sqlite", | 119 "//third_party/sqlite", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 "CoreInitializer.h", | 159 "CoreInitializer.h", |
| 160 ] | 160 ] |
| 161 | 161 |
| 162 configs -= core_config_remove | 162 configs -= core_config_remove |
| 163 configs += core_config_add | 163 configs += core_config_add |
| 164 | 164 |
| 165 public_deps = [ | 165 public_deps = [ |
| 166 ":core_generated", | 166 ":core_generated", |
| 167 "//skia", | 167 "//skia", |
| 168 "//third_party/WebKit/Source/platform", | 168 "//third_party/WebKit/Source/platform", |
| 169 "//third_party/WebKit/Source/wtf", | 169 "//third_party/WebKit/Source/platform/wtf", |
| 170 "//url", | 170 "//url", |
| 171 "//v8", | 171 "//v8", |
| 172 ] | 172 ] |
| 173 deps = [ | 173 deps = [ |
| 174 "//third_party/WebKit/Source/core/animation", | 174 "//third_party/WebKit/Source/core/animation", |
| 175 "//third_party/WebKit/Source/core/clipboard", | 175 "//third_party/WebKit/Source/core/clipboard", |
| 176 "//third_party/WebKit/Source/core/css", | 176 "//third_party/WebKit/Source/core/css", |
| 177 "//third_party/WebKit/Source/core/dom", | 177 "//third_party/WebKit/Source/core/dom", |
| 178 "//third_party/WebKit/Source/core/editing", | 178 "//third_party/WebKit/Source/core/editing", |
| 179 "//third_party/WebKit/Source/core/events", | 179 "//third_party/WebKit/Source/core/events", |
| (...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1060 "//third_party/libpng", | 1060 "//third_party/libpng", |
| 1061 "//third_party/libwebp", | 1061 "//third_party/libwebp", |
| 1062 "//third_party/libxml", | 1062 "//third_party/libxml", |
| 1063 "//third_party/libxslt", | 1063 "//third_party/libxslt", |
| 1064 "//third_party/sqlite", | 1064 "//third_party/sqlite", |
| 1065 | 1065 |
| 1066 # FIXME: don't depend on bindings/modules http://crbug.com/358074 | 1066 # FIXME: don't depend on bindings/modules http://crbug.com/358074 |
| 1067 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated", | 1067 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated", |
| 1068 "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated"
, | 1068 "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated"
, |
| 1069 "//third_party/WebKit/Source/platform:make_platform_generated", | 1069 "//third_party/WebKit/Source/platform:make_platform_generated", |
| 1070 "//third_party/WebKit/Source/wtf", | 1070 "//third_party/WebKit/Source/platform/wtf", |
| 1071 "//url", | 1071 "//url", |
| 1072 "//v8", | 1072 "//v8", |
| 1073 ] | 1073 ] |
| 1074 | 1074 |
| 1075 configs += [ | 1075 configs += [ |
| 1076 ":core_include_dirs", | 1076 ":core_include_dirs", |
| 1077 | 1077 |
| 1078 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1078 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 1079 "//build/config/compiler:no_size_t_to_int_warning", | 1079 "//build/config/compiler:no_size_t_to_int_warning", |
| 1080 ] | 1080 ] |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1458 sources = [ | 1458 sources = [ |
| 1459 "frame/csp/ContentSecurityPolicyFuzzer.cpp", | 1459 "frame/csp/ContentSecurityPolicyFuzzer.cpp", |
| 1460 ] | 1460 ] |
| 1461 deps = [ | 1461 deps = [ |
| 1462 ":core", | 1462 ":core", |
| 1463 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", | 1463 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", |
| 1464 ] | 1464 ] |
| 1465 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" | 1465 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" |
| 1466 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" | 1466 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" |
| 1467 } | 1467 } |
| OLD | NEW |