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 2875233002: Move code from from ComputedStyleBase.cpp.tmpl to .h.tmpl (Closed)
Patch Set: Indent 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
« no previous file with comments | « third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4804605f9a966c1b850acfc1acd7d3aecde58455..53100d6cfd37d989686354d3bdb88da3da80a01f 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -420,12 +420,10 @@ css_properties("make_core_generated_computed_style_base") {
"../build/scripts/templates/fields/monotonic_flag.tmpl",
"../build/scripts/templates/fields/storage_only.tmpl",
"../build/scripts/templates/fields/external.tmpl",
- "../build/scripts/templates/ComputedStyleBase.cpp.tmpl",
"../build/scripts/templates/ComputedStyleBase.h.tmpl",
"../build/scripts/templates/ComputedStyleBaseConstants.h.tmpl",
]
outputs = [
- "$blink_core_output_dir/ComputedStyleBase.cpp",
"$blink_core_output_dir/ComputedStyleBase.h",
"$blink_core_output_dir/ComputedStyleBaseConstants.h",
]
« no previous file with comments | « third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698