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

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

Issue 2742263002: Add 'storage_only' template to make_computed_style_base.py. (Closed)
Patch Set: Add missing file Created 3 years, 9 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 2351669cb8cc6d879ab50ce4b1091768657c6660..f903ae4fc8d027e65840e2ad42d7564584c68667 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -409,6 +409,7 @@ css_properties("make_core_generated_computed_style_base") {
"../build/scripts/templates/fields/keyword.tmpl",
"../build/scripts/templates/fields/flag.tmpl",
"../build/scripts/templates/fields/monotonic_flag.tmpl",
+ "../build/scripts/templates/fields/storage_only.tmpl",
"../build/scripts/templates/ComputedStyleBase.cpp.tmpl",
"../build/scripts/templates/ComputedStyleBase.h.tmpl",
"../build/scripts/templates/ComputedStyleBaseConstants.h.tmpl",

Powered by Google App Engine
This is Rietveld 408576698