| 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',
|
|
|