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

Unified Diff: Source/core/BUILD.gn

Issue 410953002: Merge CSSProperties.in and CSSShorthands.in (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@infiles
Patch Set: 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/templates/StylePropertyShorthand.h.tmpl ('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 f693b2148443a1aea952ac75209c026b5cf29114..4b7d98e2dd90411296ce9bb2a96e1830aeaf3c55 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -591,7 +591,7 @@ group("make_core_generated") {
# "CSSPropertyNames" in make_core_generated from GYP.
process_in_files("make_core_generated_css_property_names") {
script = "../build/scripts/make_css_property_names.py"
- in_files = [
+ in_files = [
"css/CSSPropertyNames.in",
"css/SVGCSSPropertyNames.in",
]
@@ -617,11 +617,8 @@ process_in_files("make_core_generated_media_features") {
}
# "StylePropertyShorthand" in make_core_generated from GYP.
-process_in_files("make_core_generated_style_property_shorthand") {
+css_properties("make_core_generated_style_property_shorthand") {
script = "../build/scripts/make_style_shorthands.py"
- in_files = [
- "css/CSSShorthands.in",
- ]
other_inputs = [
"../build/scripts/templates/StylePropertyShorthand.cpp.tmpl",
"../build/scripts/templates/StylePropertyShorthand.h.tmpl",
@@ -633,12 +630,8 @@ process_in_files("make_core_generated_style_property_shorthand") {
}
# "StyleBuilder" in make_core_generated from GYP.
-process_in_files("make_core_generated_style_builder") {
+css_properties("make_core_generated_style_builder") {
script = "../build/scripts/make_style_builder.py"
-
- in_files = [
- "css/CSSProperties.in",
- ]
other_inputs = [
"../build/scripts/templates/StyleBuilder.cpp.tmpl",
"../build/scripts/templates/StyleBuilderFunctions.cpp.tmpl",
« no previous file with comments | « Source/build/scripts/templates/StylePropertyShorthand.h.tmpl ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698