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

Unified Diff: Source/core/BUILD.gn

Issue 415613002: Merge CSSPropertyNames.in and SVGCSSPropertyNames.in with CSSProperties.in (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix crash without experimental flag Created 6 years, 4 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 | « Source/build/scripts/make_css_property_names.py ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/BUILD.gn
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
index 296ec37f93b9968594c194aa6081bb29c51e6912..ac18ee8c9beb5dacdfdb1a25936187a7deb0ef54 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -589,12 +589,8 @@ group("make_core_generated") {
}
# "CSSPropertyNames" in make_core_generated from GYP.
-process_in_files("make_core_generated_css_property_names") {
+css_properties("make_core_generated_css_property_names") {
script = "../build/scripts/make_css_property_names.py"
- in_files = [
- "css/CSSPropertyNames.in",
- "css/SVGCSSPropertyNames.in",
- ]
outputs = [
"$blink_core_output_dir/CSSPropertyNames.cpp",
"$blink_core_output_dir/CSSPropertyNames.h",
« no previous file with comments | « Source/build/scripts/make_css_property_names.py ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698