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

Unified Diff: Source/core/core_generated.gyp

Issue 235673007: Fix deps problems in Jinja template use in build/scripts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « Source/build/scripts/make_media_features.py ('k') | no next file » | 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 1cc734170f6b614fb12a94b619e3975766e1897d..29ab2ab58bad6abc6d8b2476ee16560300815496 100644
--- a/Source/core/core_generated.gyp
+++ b/Source/core/core_generated.gyp
@@ -188,7 +188,7 @@
],
},
'inputs': [
- '<@(scripts_for_in_files)',
+ '<@(make_names_files)',
'../build/scripts/make_media_feature_names.py',
'<@(in_files)'
],
@@ -215,6 +215,7 @@
'inputs': [
'<@(scripts_for_in_files)',
'../build/scripts/make_media_features.py',
+ '../build/scripts/templates/MediaFeatures.h.tmpl',
'<@(in_files)'
],
'outputs': [
@@ -237,8 +238,7 @@
],
},
'inputs': [
- '<@(scripts_for_in_files)',
- '../build/scripts/make_names.py',
+ '<@(make_names_files)',
'<@(in_files)'
],
'outputs': [
@@ -275,9 +275,9 @@
'inputs': [
'<@(scripts_for_in_files)',
'../build/scripts/make_style_shorthands.py',
- 'css/CSSShorthands.in',
- '../build/scripts/templates/StylePropertyShorthand.h.tmpl',
'../build/scripts/templates/StylePropertyShorthand.cpp.tmpl',
+ '../build/scripts/templates/StylePropertyShorthand.h.tmpl',
+ 'css/CSSShorthands.in',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.cpp',
@@ -296,10 +296,10 @@
'inputs': [
'<@(scripts_for_in_files)',
'../build/scripts/make_style_builder.py',
- 'css/CSSProperties.in',
'../build/scripts/templates/StyleBuilder.cpp.tmpl',
- '../build/scripts/templates/StyleBuilderFunctions.h.tmpl',
'../build/scripts/templates/StyleBuilderFunctions.cpp.tmpl',
+ '../build/scripts/templates/StyleBuilderFunctions.h.tmpl',
+ 'css/CSSProperties.in',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/blink/StyleBuilder.cpp',
« no previous file with comments | « Source/build/scripts/make_media_features.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698