| 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 | 237 |
| 238 sources = [ | 238 sources = [ |
| 239 "$blink_core_output_dir/testing/InternalSettingsGenerated.cpp", | 239 "$blink_core_output_dir/testing/InternalSettingsGenerated.cpp", |
| 240 "$blink_core_output_dir/testing/InternalSettingsGenerated.h", | 240 "$blink_core_output_dir/testing/InternalSettingsGenerated.h", |
| 241 "testing/CallbackFunctionTest.cpp", | 241 "testing/CallbackFunctionTest.cpp", |
| 242 "testing/CallbackFunctionTest.h", | 242 "testing/CallbackFunctionTest.h", |
| 243 "testing/DeathAwareScriptWrappable.cpp", | 243 "testing/DeathAwareScriptWrappable.cpp", |
| 244 "testing/DeathAwareScriptWrappable.h", | 244 "testing/DeathAwareScriptWrappable.h", |
| 245 "testing/DictionaryTest.cpp", | 245 "testing/DictionaryTest.cpp", |
| 246 "testing/DictionaryTest.h", | 246 "testing/DictionaryTest.h", |
| 247 "testing/DummyModulator.h", |
| 247 "testing/DummyPageHolder.cpp", | 248 "testing/DummyPageHolder.cpp", |
| 248 "testing/DummyPageHolder.h", | 249 "testing/DummyPageHolder.h", |
| 249 "testing/GCObservation.cpp", | 250 "testing/GCObservation.cpp", |
| 250 "testing/GCObservation.h", | 251 "testing/GCObservation.h", |
| 251 "testing/GarbageCollectedScriptWrappable.cpp", | 252 "testing/GarbageCollectedScriptWrappable.cpp", |
| 252 "testing/GarbageCollectedScriptWrappable.h", | 253 "testing/GarbageCollectedScriptWrappable.h", |
| 253 "testing/InternalSettings.cpp", | 254 "testing/InternalSettings.cpp", |
| 254 "testing/InternalSettings.h", | 255 "testing/InternalSettings.h", |
| 255 "testing/Internals.cpp", | 256 "testing/Internals.cpp", |
| 256 "testing/Internals.h", | 257 "testing/Internals.h", |
| (...skipping 936 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1193 "layout/shapes/BoxShapeTest.cpp", | 1194 "layout/shapes/BoxShapeTest.cpp", |
| 1194 "layout/svg/LayoutSVGRootTest.cpp", | 1195 "layout/svg/LayoutSVGRootTest.cpp", |
| 1195 "loader/DocumentLoadTimingTest.cpp", | 1196 "loader/DocumentLoadTimingTest.cpp", |
| 1196 "loader/FrameFetchContextTest.cpp", | 1197 "loader/FrameFetchContextTest.cpp", |
| 1197 "loader/LinkLoaderTest.cpp", | 1198 "loader/LinkLoaderTest.cpp", |
| 1198 "loader/MixedContentCheckerTest.cpp", | 1199 "loader/MixedContentCheckerTest.cpp", |
| 1199 "loader/PingLoaderTest.cpp", | 1200 "loader/PingLoaderTest.cpp", |
| 1200 "loader/ProgressTrackerTest.cpp", | 1201 "loader/ProgressTrackerTest.cpp", |
| 1201 "loader/TextResourceDecoderBuilderTest.cpp", | 1202 "loader/TextResourceDecoderBuilderTest.cpp", |
| 1202 "loader/ThreadableLoaderTest.cpp", | 1203 "loader/ThreadableLoaderTest.cpp", |
| 1204 "loader/modulescript/ModuleScriptLoaderTest.cpp", |
| 1203 "loader/resource/CSSStyleSheetResourceTest.cpp", | 1205 "loader/resource/CSSStyleSheetResourceTest.cpp", |
| 1204 "loader/resource/FontResourceTest.cpp", | 1206 "loader/resource/FontResourceTest.cpp", |
| 1205 "loader/resource/ImageResourceTest.cpp", | 1207 "loader/resource/ImageResourceTest.cpp", |
| 1206 "loader/resource/MockFontResourceClient.cpp", | 1208 "loader/resource/MockFontResourceClient.cpp", |
| 1207 "loader/resource/MockFontResourceClient.h", | 1209 "loader/resource/MockFontResourceClient.h", |
| 1208 "loader/resource/MockImageResourceObserver.cpp", | 1210 "loader/resource/MockImageResourceObserver.cpp", |
| 1209 "loader/resource/MockImageResourceObserver.h", | 1211 "loader/resource/MockImageResourceObserver.h", |
| 1210 "loader/resource/MultipartImageResourceParserTest.cpp", | 1212 "loader/resource/MultipartImageResourceParserTest.cpp", |
| 1211 "origin_trials/OriginTrialContextTest.cpp", | 1213 "origin_trials/OriginTrialContextTest.cpp", |
| 1212 "page/ChromeClientTest.cpp", | 1214 "page/ChromeClientTest.cpp", |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1310 sources = [ | 1312 sources = [ |
| 1311 "frame/csp/ContentSecurityPolicyFuzzer.cpp", | 1313 "frame/csp/ContentSecurityPolicyFuzzer.cpp", |
| 1312 ] | 1314 ] |
| 1313 deps = [ | 1315 deps = [ |
| 1314 ":core", | 1316 ":core", |
| 1315 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", | 1317 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", |
| 1316 ] | 1318 ] |
| 1317 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" | 1319 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" |
| 1318 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" | 1320 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" |
| 1319 } | 1321 } |
| OLD | NEW |