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

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

Issue 2879563002: Refactor code generation to allow us to diff generic expressions and not just fields (Closed)
Patch Set: Formatting Created 3 years, 7 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 84ccd79ff5a725b8475c3e7a1d4b30f4ff1214cf..86067d8f61a3dfe43698d77fa6be0f577b1a0b29 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -410,7 +410,10 @@ 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" ]
+ in_files = [
+ "css/ComputedStyleExtraFields.json5",
+ "css/ComputedStyleDiffFunctions.json5",
+ ]
other_inputs = [
"../build/scripts/templates/fields/field.tmpl",
"../build/scripts/templates/fields/group.tmpl",

Powered by Google App Engine
This is Rietveld 408576698