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

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 2677603002: Revert of Convert make_qualified_names and make_element_factory to use JSON5. (Closed)
Patch Set: Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 6c9f4b71aacbec1d3f82fd9d5cede79cd042b8fa..19c6a9ebc71a8003a2e222214ae679903d909678 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -509,8 +509,8 @@
script = "../build/scripts/make_element_factory.py"
in_files = [
- "html/HTMLTagNames.json5",
- "html/HTMLAttributeNames.json5",
+ "html/HTMLTagNames.in",
+ "html/HTMLAttributeNames.in",
]
other_inputs = make_element_factory_files
outputs = [
@@ -524,7 +524,7 @@
process_in_files("make_core_generated_html_element_type_helpers") {
script = "../build/scripts/make_element_type_helpers.py"
- in_files = [ "html/HTMLTagNames.json5" ]
+ in_files = [ "html/HTMLTagNames.in" ]
other_inputs = make_element_type_helpers_files
outputs = [
"$blink_core_output_dir/HTMLElementTypeHelpers.cpp",
@@ -536,8 +536,8 @@
script = "../build/scripts/make_element_factory.py"
in_files = [
- "svg/SVGTagNames.json5",
- "svg/SVGAttributeNames.json5",
+ "svg/SVGTagNames.in",
+ "svg/SVGAttributeNames.in",
]
other_inputs = make_element_factory_files
outputs = [
@@ -551,7 +551,7 @@
process_in_files("make_core_generated_svg_element_type_helpers") {
script = "../build/scripts/make_element_type_helpers.py"
- in_files = [ "svg/SVGTagNames.json5" ]
+ in_files = [ "svg/SVGTagNames.in" ]
other_inputs = make_element_type_helpers_files
outputs = [
"$blink_core_output_dir/SVGElementTypeHelpers.h",
@@ -643,8 +643,8 @@
make_qualified_names("make_core_generated_math_ml_names") {
in_files = [
- "html/parser/MathMLTagNames.json5",
- "html/parser/MathMLAttributeNames.json5",
+ "html/parser/MathMLTagNames.in",
+ "html/parser/MathMLAttributeNames.in",
]
outputs = [
"$blink_core_output_dir/MathMLNames.cpp",
@@ -653,7 +653,7 @@
}
make_qualified_names("make_core_generated_xlink_names") {
- in_files = [ "svg/xlinkattrs.json5" ]
+ in_files = [ "svg/xlinkattrs.in" ]
outputs = [
"$blink_core_output_dir/XLinkNames.cpp",
"$blink_core_output_dir/XLinkNames.h",
@@ -661,7 +661,7 @@
}
make_qualified_names("make_core_generated_xml_ns_names") {
- in_files = [ "xml/xmlnsattrs.json5" ]
+ in_files = [ "xml/xmlnsattrs.in" ]
outputs = [
"$blink_core_output_dir/XMLNSNames.cpp",
"$blink_core_output_dir/XMLNSNames.h",
@@ -669,7 +669,7 @@
}
make_qualified_names("make_core_generated_xml_names") {
- in_files = [ "xml/xmlattrs.json5" ]
+ in_files = [ "xml/xmlattrs.in" ]
outputs = [
"$blink_core_output_dir/XMLNames.cpp",
"$blink_core_output_dir/XMLNames.h",
@@ -773,7 +773,7 @@
visibility = [ ":*" ]
script = "../build/scripts/make_element_lookup_trie.py"
- input_file = "html/HTMLTagNames.json5"
+ input_file = "html/HTMLTagNames.in"
inputs = make_trie_helpers_files + [
input_file,
"../build/scripts/templates/ElementLookupTrie.cpp.tmpl",
« no previous file with comments | « third_party/WebKit/Source/build/scripts/scripts.gni ('k') | third_party/WebKit/Source/core/html/HTMLAttributeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698