| Index: Source/modules/modules.gyp
|
| diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
|
| index a80301990e33b6ce12ab98b963d02b30d7d5308d..0384579e9fb99894d7928da779e94867fd304b24 100644
|
| --- a/Source/modules/modules.gyp
|
| +++ b/Source/modules/modules.gyp
|
| @@ -54,6 +54,31 @@
|
| ],
|
| 'actions': [
|
| {
|
| + 'action_name': 'FetchPolyfill',
|
| + 'process_outputs_as_sources': 1,
|
| + 'variables': {
|
| + 'resources': [
|
| + 'serviceworkers/polyfills/fetchPolyfill.js',
|
| + ],
|
| + },
|
| + 'inputs': [
|
| + '../build/scripts/make-file-arrays.py',
|
| + '<@(resources)',
|
| + ],
|
| + 'outputs': [
|
| + '<(SHARED_INTERMEDIATE_DIR)/blink/FetchPolyfill.h',
|
| + '<(SHARED_INTERMEDIATE_DIR)/blink/FetchPolyfill.cpp',
|
| + ],
|
| + 'action': [
|
| + 'python',
|
| + '../build/scripts/make-file-arrays.py',
|
| + '--out-h=<(SHARED_INTERMEDIATE_DIR)/blink/FetchPolyfill.h',
|
| + '--out-cpp=<(SHARED_INTERMEDIATE_DIR)/blink/FetchPolyfill.cpp',
|
| + '--namespace=WebCore',
|
| + '<@(resources)',
|
| + ],
|
| + },
|
| + {
|
| 'action_name': 'CachePolyfill',
|
| 'process_outputs_as_sources': 1,
|
| 'variables': {
|
|
|