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/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//build/split_static_library.gni") | 7 import("//build/split_static_library.gni") |
8 import("//testing/libfuzzer/fuzzer_test.gni") | 8 import("//testing/libfuzzer/fuzzer_test.gni") |
9 import("//third_party/WebKit/Source/bindings/bindings.gni") | 9 import("//third_party/WebKit/Source/bindings/bindings.gni") |
10 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") | 10 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 "//third_party/WebKit/Source/bindings/core/v8:testing", | 210 "//third_party/WebKit/Source/bindings/core/v8:testing", |
211 ] | 211 ] |
212 | 212 |
213 sources = [ | 213 sources = [ |
214 "$blink_core_output_dir/testing/InternalSettingsGenerated.cpp", | 214 "$blink_core_output_dir/testing/InternalSettingsGenerated.cpp", |
215 "$blink_core_output_dir/testing/InternalSettingsGenerated.h", | 215 "$blink_core_output_dir/testing/InternalSettingsGenerated.h", |
216 "origin_trials/testing/InternalsFrobulate.cpp", | 216 "origin_trials/testing/InternalsFrobulate.cpp", |
217 "origin_trials/testing/InternalsFrobulate.h", | 217 "origin_trials/testing/InternalsFrobulate.h", |
218 "origin_trials/testing/InternalsFrobulateInterfaceBindings.h", | 218 "origin_trials/testing/InternalsFrobulateInterfaceBindings.h", |
219 "origin_trials/testing/WorkerInternalsFrobulate.h", | 219 "origin_trials/testing/WorkerInternalsFrobulate.h", |
| 220 "testing/CallbackFunctionTest.cpp", |
| 221 "testing/CallbackFunctionTest.h", |
220 "testing/DictionaryTest.cpp", | 222 "testing/DictionaryTest.cpp", |
221 "testing/DictionaryTest.h", | 223 "testing/DictionaryTest.h", |
222 "testing/DummyPageHolder.cpp", | 224 "testing/DummyPageHolder.cpp", |
223 "testing/DummyPageHolder.h", | 225 "testing/DummyPageHolder.h", |
224 "testing/GCObservation.cpp", | 226 "testing/GCObservation.cpp", |
225 "testing/GCObservation.h", | 227 "testing/GCObservation.h", |
226 "testing/GarbageCollectedScriptWrappable.cpp", | 228 "testing/GarbageCollectedScriptWrappable.cpp", |
227 "testing/GarbageCollectedScriptWrappable.h", | 229 "testing/GarbageCollectedScriptWrappable.h", |
228 "testing/InternalSettings.cpp", | 230 "testing/InternalSettings.cpp", |
229 "testing/InternalSettings.h", | 231 "testing/InternalSettings.h", |
(...skipping 1009 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1239 sources = [ | 1241 sources = [ |
1240 "html/parser/HTMLPreloadScannerFuzzer.cpp", | 1242 "html/parser/HTMLPreloadScannerFuzzer.cpp", |
1241 "html/parser/TextResourceDecoderForFuzzing.h", | 1243 "html/parser/TextResourceDecoderForFuzzing.h", |
1242 ] | 1244 ] |
1243 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" | 1245 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" |
1244 deps = [ | 1246 deps = [ |
1245 ":core", | 1247 ":core", |
1246 "../platform:blink_fuzzer_test_support", | 1248 "../platform:blink_fuzzer_test_support", |
1247 ] | 1249 ] |
1248 } | 1250 } |
OLD | NEW |