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

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

Issue 2659283002: Convert CSSPrimitiveValueUnits.in to json5 format (Closed)
Patch Set: add deprecation notice to in_generator.py Created 3 years, 10 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 02b42571dff7c21b5acf938991c137d9d2681bff..95b1136f9d27ad580d4f2de1c27a86d01f22b5db 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -338,7 +338,7 @@ group("generated_testing_idls") {
action("generated_settings_macros") {
script = "../build/scripts/make_settings.py"
- inputs = scripts_for_in_files + [
+ inputs = scripts_for_json5_files + [
"../build/scripts/make_settings.py",
"../build/scripts/templates/SettingsMacros.h.tmpl",
"frame/Settings.json5",
@@ -357,7 +357,7 @@ action("generated_settings_macros") {
action("generated_testing_idls_settings") {
script = "../build/scripts/make_internal_settings.py"
- inputs = scripts_for_in_files + [
+ inputs = scripts_for_json5_files + [
"../build/scripts/make_internal_settings.py",
"../build/scripts/templates/InternalSettingsGenerated.idl.tmpl",
"../build/scripts/templates/InternalSettingsGenerated.cpp.tmpl",
@@ -380,7 +380,7 @@ action("generated_testing_idls_settings") {
action("generated_testing_idls_internal_runtime_flags") {
script = "../build/scripts/make_internal_runtime_flags.py"
- inputs = scripts_for_in_files + [
+ inputs = scripts_for_json5_files + [
"../build/scripts/make_internal_runtime_flags.py",
"../platform/RuntimeEnabledFeatures.json5",
"../build/scripts/templates/InternalRuntimeFlags.h.tmpl",
@@ -745,7 +745,7 @@ action("make_core_generated_css_primitive_value_unit_trie") {
visibility = [ ":*" ]
script = "../build/scripts/make_css_primitive_value_unit_trie.py"
- input_file = "css/CSSPrimitiveValueUnits.in"
+ input_file = "css/CSSPrimitiveValueUnits.json5"
inputs = make_trie_helpers_files + [
input_file,
"../build/scripts/templates/CSSPrimitiveValueUnitTrie.cpp.tmpl",
@@ -803,7 +803,7 @@ action("make_core_generated_html_element_lookup_trie") {
action("make_core_generated_origin_trials") {
script = "../build/scripts/make_origin_trials.py"
- inputs = scripts_for_in_files + [
+ inputs = scripts_for_json5_files + [
"../build/scripts/make_origin_trials.py",
"../platform/RuntimeEnabledFeatures.json5",
"../build/scripts/templates/OriginTrials.cpp.tmpl",
« no previous file with comments | « third_party/WebKit/Source/build/scripts/scripts.gni ('k') | third_party/WebKit/Source/core/css/CSSPrimitiveValueUnits.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698