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

Unified Diff: Source/core/core.gyp/core_derived_sources.gyp

Issue 15095002: Use jinja2 for make_runtime_features and make_internal_runtime_flags (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Updated for Eric's suggestions Created 7 years, 7 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/core.gypi ('k') | Source/core/scripts/in_generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp/core_derived_sources.gyp
diff --git a/Source/core/core.gyp/core_derived_sources.gyp b/Source/core/core.gyp/core_derived_sources.gyp
index 6edbe644881d7d8ecd4cec17ff4546c345e7a8f9..e21908cb9694e63ec30db825887b5d3033927add 100644
--- a/Source/core/core.gyp/core_derived_sources.gyp
+++ b/Source/core/core.gyp/core_derived_sources.gyp
@@ -67,6 +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',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/webkit/InternalRuntimeFlags.idl',
@@ -172,6 +174,8 @@
'<@(scripts_for_in_files)',
'../scripts/make_runtime_features.py',
'../page/RuntimeEnabledFeatures.in',
+ '../scripts/templates/RuntimeEnabledFeatures.cpp.tmpl',
+ '../scripts/templates/RuntimeEnabledFeatures.h.tmpl',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/webkit/RuntimeEnabledFeatures.cpp',
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/scripts/in_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698