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

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

Issue 14905002: Use jinja2 templating engine for Python code generators (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 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
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 6567c5685a9b3bfb3586f3259f2a03729d7e6a70..14183671c7b8e28acee48b4130edc18622d02811 100644
--- a/Source/core/core.gyp/core_derived_sources.gyp
+++ b/Source/core/core.gyp/core_derived_sources.gyp
@@ -154,6 +154,8 @@
'<@(scripts_for_in_files)',
'../scripts/make_runtime_features.py',
'../page/RuntimeEnabledFeatures.in',
+ '../page/RuntimeEnabledFeatures.cpp.tmpl',
+ '../page/RuntimeEnabledFeatures.h.tmpl',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/webkit/RuntimeEnabledFeatures.cpp',
@@ -310,6 +312,7 @@
'<@(scripts_for_in_files)',
'../scripts/make_event_factory.py',
'../dom/EventNames.in',
+ '../dom/EventFactory.cpp.tmpl',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/webkit/EventFactory.cpp',

Powered by Google App Engine
This is Rietveld 408576698