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', |
+ ], |
+ }, |
] |
}, |
], |