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

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

Issue 2788353002: Move hardcoded extra fields to its own JSON5 file. (Closed)
Patch Set: Rebase 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 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 f09f49e0bbd4728427c5ee680f996d0c5d3f44ac..2f95f829b9f78c4b1ec222e4c388ed8fa86b779d 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -407,6 +407,7 @@ action("generated_testing_idls_internal_runtime_flags") {
css_properties("make_core_generated_computed_style_base") {
script = "../build/scripts/make_computed_style_base.py"
+ in_files = [ "css/ComputedStyleExtraFields.json5" ]
other_inputs = [
"../build/scripts/templates/fields/field.tmpl",
"../build/scripts/templates/fields/base.tmpl",

Powered by Google App Engine
This is Rietveld 408576698