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

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

Issue 2419383002: Add function to check what HTML Element interface corresponds to a given tag name. (Closed)
Patch Set: Made changes Created 4 years, 1 month 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/scripts/templates/ElementTypeHelpers.h.tmpl ('k') | no next file » | 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("//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 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 "$blink_core_output_dir/HTMLNames.h", 488 "$blink_core_output_dir/HTMLNames.h",
489 ] 489 ]
490 } 490 }
491 491
492 process_in_files("make_core_generated_html_element_type_helpers") { 492 process_in_files("make_core_generated_html_element_type_helpers") {
493 script = "../build/scripts/make_element_type_helpers.py" 493 script = "../build/scripts/make_element_type_helpers.py"
494 494
495 in_files = [ "html/HTMLTagNames.in" ] 495 in_files = [ "html/HTMLTagNames.in" ]
496 other_inputs = make_element_type_helpers_files 496 other_inputs = make_element_type_helpers_files
497 outputs = [ 497 outputs = [
498 "$blink_core_output_dir/HTMLElementTypeHelpers.cpp",
498 "$blink_core_output_dir/HTMLElementTypeHelpers.h", 499 "$blink_core_output_dir/HTMLElementTypeHelpers.h",
499 ] 500 ]
500 } 501 }
501 502
502 process_in_files("make_core_generated_svg_names") { 503 process_in_files("make_core_generated_svg_names") {
503 script = "../build/scripts/make_element_factory.py" 504 script = "../build/scripts/make_element_factory.py"
504 505
505 in_files = [ 506 in_files = [
506 "svg/SVGTagNames.in", 507 "svg/SVGTagNames.in",
507 "svg/SVGAttributeNames.in", 508 "svg/SVGAttributeNames.in",
(...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
1289 sources = [ 1290 sources = [
1290 "html/parser/HTMLPreloadScannerFuzzer.cpp", 1291 "html/parser/HTMLPreloadScannerFuzzer.cpp",
1291 "html/parser/TextResourceDecoderForFuzzing.h", 1292 "html/parser/TextResourceDecoderForFuzzing.h",
1292 ] 1293 ]
1293 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" 1294 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser"
1294 deps = [ 1295 deps = [
1295 ":core", 1296 ":core",
1296 "../platform:blink_fuzzer_test_support", 1297 "../platform:blink_fuzzer_test_support",
1297 ] 1298 ]
1298 } 1299 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/build/scripts/templates/ElementTypeHelpers.h.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698