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

Unified Diff: Source/platform/platform_derived_sources.gyp

Issue 26763006: Move the generation and inclusion of RuntimeEnabledFeatures to blink_platform.dll since many pieces… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Trying again Created 7 years, 2 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/platform/blink_platform.gyp ('k') | Source/web/web.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/platform_derived_sources.gyp
diff --git a/Source/platform/platform_derived_sources.gyp b/Source/platform/platform_derived_sources.gyp
index 79820b5488a8b075fd7fa7399e682cce7998164a..3d6b7214e9fe5e56e512ae7ccd01fd76313ff75e 100644
--- a/Source/platform/platform_derived_sources.gyp
+++ b/Source/platform/platform_derived_sources.gyp
@@ -58,6 +58,27 @@
'<(SHARED_INTERMEDIATE_DIR)/blink',
],
},
+ {
+ 'action_name': 'RuntimeEnabledFeatures',
+ 'inputs': [
+ '<@(scripts_for_in_files)',
+ '../build/scripts/make_runtime_features.py',
+ 'RuntimeEnabledFeatures.in',
+ '../build/scripts/templates/RuntimeEnabledFeatures.cpp.tmpl',
+ '../build/scripts/templates/RuntimeEnabledFeatures.h.tmpl',
+ ],
+ 'outputs': [
+ '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.h',
+ ],
+ 'action': [
+ 'python',
+ '../build/scripts/make_runtime_features.py',
+ 'RuntimeEnabledFeatures.in',
+ '--output_dir',
+ '<(SHARED_INTERMEDIATE_DIR)/blink',
+ ],
+ },
]
},
],
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/web/web.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698