| 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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", |
| 180 "//third_party/WebKit/Source/core/fileapi", | 180 "//third_party/WebKit/Source/core/fileapi", |
| 181 "//third_party/WebKit/Source/core/frame", | 181 "//third_party/WebKit/Source/core/frame", |
| 182 "//third_party/WebKit/Source/core/geometry", | 182 "//third_party/WebKit/Source/core/geometry", |
| 183 "//third_party/WebKit/Source/core/html", | 183 "//third_party/WebKit/Source/core/html", |
| 184 "//third_party/WebKit/Source/core/imagebitmap", | 184 "//third_party/WebKit/Source/core/imagebitmap", |
| 185 "//third_party/WebKit/Source/core/input", | 185 "//third_party/WebKit/Source/core/input", |
| 186 "//third_party/WebKit/Source/core/inspector", | 186 "//third_party/WebKit/Source/core/inspector", |
| 187 "//third_party/WebKit/Source/core/layout", | 187 "//third_party/WebKit/Source/core/layout", |
| 188 "//third_party/WebKit/Source/core/layout/svg", | 188 "//third_party/WebKit/Source/core/layout/svg:svg_layout", |
| 189 "//third_party/WebKit/Source/core/loader", | 189 "//third_party/WebKit/Source/core/loader", |
| 190 "//third_party/WebKit/Source/core/mojo", | 190 "//third_party/WebKit/Source/core/mojo", |
| 191 "//third_party/WebKit/Source/core/offscreencanvas", | 191 "//third_party/WebKit/Source/core/offscreencanvas", |
| 192 "//third_party/WebKit/Source/core/origin_trials", | 192 "//third_party/WebKit/Source/core/origin_trials", |
| 193 "//third_party/WebKit/Source/core/page", | 193 "//third_party/WebKit/Source/core/page", |
| 194 "//third_party/WebKit/Source/core/paint", | 194 "//third_party/WebKit/Source/core/paint", |
| 195 "//third_party/WebKit/Source/core/plugins", | 195 "//third_party/WebKit/Source/core/plugins", |
| 196 "//third_party/WebKit/Source/core/probe", | 196 "//third_party/WebKit/Source/core/probe", |
| 197 "//third_party/WebKit/Source/core/streams", | 197 "//third_party/WebKit/Source/core/streams", |
| 198 "//third_party/WebKit/Source/core/style:rendering", | 198 "//third_party/WebKit/Source/core/style:rendering", |
| 199 "//third_party/WebKit/Source/core/style:svg", | 199 "//third_party/WebKit/Source/core/style:svg_style", |
| 200 "//third_party/WebKit/Source/core/svg", | 200 "//third_party/WebKit/Source/core/svg", |
| 201 "//third_party/WebKit/Source/core/timing", | 201 "//third_party/WebKit/Source/core/timing", |
| 202 "//third_party/WebKit/Source/core/workers", | 202 "//third_party/WebKit/Source/core/workers", |
| 203 "//third_party/WebKit/Source/core/xml", | 203 "//third_party/WebKit/Source/core/xml", |
| 204 "//third_party/WebKit/Source/core/xmlhttprequest", | 204 "//third_party/WebKit/Source/core/xmlhttprequest", |
| 205 ] | 205 ] |
| 206 | 206 |
| 207 if (is_win && is_debug && is_component_build && current_cpu == "x64") { | 207 if (is_win && is_debug && is_component_build && current_cpu == "x64") { |
| 208 # Incremental linking doesn't work on this target in debug mode for | 208 # Incremental linking doesn't work on this target in debug mode for |
| 209 # 64-bit builds - the .ilk file gets too large and the incremental | 209 # 64-bit builds - the .ilk file gets too large and the incremental |
| (...skipping 1236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1446 sources = [ | 1446 sources = [ |
| 1447 "frame/csp/ContentSecurityPolicyFuzzer.cpp", | 1447 "frame/csp/ContentSecurityPolicyFuzzer.cpp", |
| 1448 ] | 1448 ] |
| 1449 deps = [ | 1449 deps = [ |
| 1450 ":core", | 1450 ":core", |
| 1451 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", | 1451 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", |
| 1452 ] | 1452 ] |
| 1453 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" | 1453 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" |
| 1454 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" | 1454 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" |
| 1455 } | 1455 } |
| OLD | NEW |