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

Unified Diff: Source/core/core_generated.gyp

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/core/BUILD.gn ('k') | Source/core/css/CSSProperties.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core_generated.gyp
diff --git a/Source/core/core_generated.gyp b/Source/core/core_generated.gyp
index bf85a68ede3c47fcca2f62a54be63a1453093b47..0a92c781f2e0faff5c46b41a938f78cc41c193ef 100644
--- a/Source/core/core_generated.gyp
+++ b/Source/core/core_generated.gyp
@@ -317,11 +317,10 @@
{
'action_name': 'StylePropertyShorthand',
'inputs': [
- '<@(scripts_for_in_files)',
+ '<@(css_properties_files)',
'../build/scripts/make_style_shorthands.py',
'../build/scripts/templates/StylePropertyShorthand.cpp.tmpl',
'../build/scripts/templates/StylePropertyShorthand.h.tmpl',
- 'css/CSSShorthands.in',
],
'outputs': [
'<(blink_core_output_dir)/StylePropertyShorthand.cpp',
@@ -330,7 +329,7 @@
'action': [
'python',
'../build/scripts/make_style_shorthands.py',
- 'css/CSSShorthands.in',
+ 'css/CSSProperties.in',
'--output_dir',
'<(blink_core_output_dir)',
],
@@ -338,12 +337,11 @@
{
'action_name': 'StyleBuilder',
'inputs': [
- '<@(scripts_for_in_files)',
+ '<@(css_properties_files)',
'../build/scripts/make_style_builder.py',
'../build/scripts/templates/StyleBuilder.cpp.tmpl',
'../build/scripts/templates/StyleBuilderFunctions.cpp.tmpl',
'../build/scripts/templates/StyleBuilderFunctions.h.tmpl',
- 'css/CSSProperties.in',
],
'outputs': [
'<(blink_core_output_dir)/StyleBuilder.cpp',
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/css/CSSProperties.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698