Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Side by Side Diff: third_party/WebKit/Source/bindings/core/v8/BUILD.gn

Issue 2822953002: Remove old wtf/ directory. (Closed)
Patch Set: Fixup *.typemap files. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/BUILD.gn ('k') | third_party/WebKit/Source/bindings/modules/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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("//testing/libfuzzer/fuzzer_test.gni") 5 import("//testing/libfuzzer/fuzzer_test.gni")
6 import("//third_party/WebKit/Source/bindings/bindings.gni") 6 import("//third_party/WebKit/Source/bindings/bindings.gni")
7 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni") 7 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni")
8 import("//third_party/WebKit/Source/core/core.gni") 8 import("//third_party/WebKit/Source/core/core.gni")
9 import("//third_party/WebKit/Source/core/core_idl_files.gni") 9 import("//third_party/WebKit/Source/core/core_idl_files.gni")
10 10
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 343
344 configs -= core_config_remove 344 configs -= core_config_remove
345 configs += [ 345 configs += [
346 "//third_party/WebKit/Source:inside_blink", 346 "//third_party/WebKit/Source:inside_blink",
347 "//third_party/WebKit/Source:config", 347 "//third_party/WebKit/Source:config",
348 ] 348 ]
349 349
350 deps = [ 350 deps = [
351 ":bindings_core_impl_generated", 351 ":bindings_core_impl_generated",
352 "//skia", 352 "//skia",
353 "//third_party/WebKit/Source/wtf", 353 "//third_party/WebKit/Source/platform/wtf",
354 "//v8", 354 "//v8",
355 ] 355 ]
356 } 356 }
357 357
358 fuzzer_test("v8_serialized_script_value_fuzzer") { 358 fuzzer_test("v8_serialized_script_value_fuzzer") {
359 sources = [ 359 sources = [
360 "serialization/SerializedScriptValueFuzzer.cpp", 360 "serialization/SerializedScriptValueFuzzer.cpp",
361 ] 361 ]
362 seed_corpus = "serialization/fuzz_corpus" 362 seed_corpus = "serialization/fuzz_corpus"
363 deps = [ 363 deps = [
364 "//third_party/WebKit/Source/core", 364 "//third_party/WebKit/Source/core",
365 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", 365 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support",
366 ] 366 ]
367 } 367 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/BUILD.gn ('k') | third_party/WebKit/Source/bindings/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698