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

Unified Diff: Source/core/core_derived_sources.gyp

Issue 22546004: Remove .tmpl extension from Jinja templates in core Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | « no previous file | Source/core/scripts/make_internal_runtime_flags.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core_derived_sources.gyp
diff --git a/Source/core/core_derived_sources.gyp b/Source/core/core_derived_sources.gyp
index 7e09172cdc132b83fd25ef5d9c521ea45eafdd09..b34d41d1686e6225a9a96339820910273b0b6fc4 100644
--- a/Source/core/core_derived_sources.gyp
+++ b/Source/core/core_derived_sources.gyp
@@ -67,8 +67,8 @@
'<@(scripts_for_in_files)',
'scripts/make_internal_runtime_flags.py',
'page/RuntimeEnabledFeatures.in',
- 'scripts/templates/InternalRuntimeFlags.h.tmpl',
- 'scripts/templates/InternalRuntimeFlags.idl.tmpl',
+ 'scripts/templates/InternalRuntimeFlags.h',
+ 'scripts/templates/InternalRuntimeFlags.idl',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl',
@@ -175,8 +175,8 @@
'<@(scripts_for_in_files)',
'scripts/make_runtime_features.py',
'page/RuntimeEnabledFeatures.in',
- 'scripts/templates/RuntimeEnabledFeatures.cpp.tmpl',
- 'scripts/templates/RuntimeEnabledFeatures.h.tmpl',
+ 'scripts/templates/RuntimeEnabledFeatures.cpp',
+ 'scripts/templates/RuntimeEnabledFeatures.h',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.cpp',
@@ -223,8 +223,8 @@
'<@(scripts_for_in_files)',
'scripts/make_style_shorthands.py',
'css/CSSShorthands.in',
- 'scripts/templates/StylePropertyShorthand.h.tmpl',
- 'scripts/templates/StylePropertyShorthand.cpp.tmpl',
+ 'scripts/templates/StylePropertyShorthand.h',
+ 'scripts/templates/StylePropertyShorthand.cpp',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.cpp',
@@ -244,9 +244,9 @@
'<@(scripts_for_in_files)',
'scripts/make_style_builder.py',
'css/CSSProperties.in',
- 'scripts/templates/StyleBuilder.cpp.tmpl',
- 'scripts/templates/StyleBuilderFunctions.h.tmpl',
- 'scripts/templates/StyleBuilderFunctions.cpp.tmpl',
+ 'scripts/templates/StyleBuilder.cpp',
+ 'scripts/templates/StyleBuilderFunctions.h',
+ 'scripts/templates/StyleBuilderFunctions.cpp',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/blink/StyleBuilder.cpp',
« no previous file with comments | « no previous file | Source/core/scripts/make_internal_runtime_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698