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

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

Issue 2812823004: Revert of Separate CSSValueID mappings generator from ComputedStyleBase generator. (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/build/scripts/make_css_value_id_mappings.py ('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 1a8a4281d4490d31da890ecd06e734937b1b28f7..4e8b448aaa51077524a034f1ef9570534a4e76e9 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -418,19 +418,12 @@
"../build/scripts/templates/ComputedStyleBase.cpp.tmpl",
"../build/scripts/templates/ComputedStyleBase.h.tmpl",
"../build/scripts/templates/ComputedStyleBaseConstants.h.tmpl",
+ "../build/scripts/templates/CSSValueIDMappingsGenerated.h.tmpl",
]
outputs = [
"$blink_core_output_dir/ComputedStyleBase.cpp",
"$blink_core_output_dir/ComputedStyleBase.h",
"$blink_core_output_dir/ComputedStyleBaseConstants.h",
- ]
-}
-
-css_properties("make_core_generated_css_value_id_mappings") {
- script = "../build/scripts/make_css_value_id_mappings.py"
- other_inputs =
- [ "../build/scripts/templates/CSSValueIDMappingsGenerated.h.tmpl" ]
- outputs = [
"$blink_core_output_dir/CSSValueIDMappingsGenerated.h",
]
}
« no previous file with comments | « third_party/WebKit/Source/build/scripts/make_css_value_id_mappings.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698