| Index: Source/core/core_generated.gyp
|
| diff --git a/Source/core/core_generated.gyp b/Source/core/core_generated.gyp
|
| index c2bcab478887c1f1a313c07e1735a4e8c3014b93..ffe943a12182ba14a2b18ee3123d5b23bcbb7a88 100644
|
| --- a/Source/core/core_generated.gyp
|
| +++ b/Source/core/core_generated.gyp
|
| @@ -166,6 +166,25 @@
|
| ],
|
| },
|
| {
|
| + 'action_name': 'generatePrivateScriptForTesting',
|
| + 'private_script_files': [
|
| + 'testing/Internals.js',
|
| + ],
|
| + 'inputs': [
|
| + '../build/scripts/make_private_script_source.py',
|
| + '<@(_private_script_files)',
|
| + ],
|
| + 'outputs': [
|
| + '<(blink_core_output_dir)/PrivateScriptSourcesForTesting.h',
|
| + ],
|
| + 'action': [
|
| + 'python',
|
| + '../build/scripts/make_private_script_source.py',
|
| + '<@(_outputs)',
|
| + '<@(_private_script_files)'
|
| + ],
|
| + },
|
| + {
|
| 'action_name': 'generateXMLViewerCSS',
|
| 'inputs': [
|
| 'xml/XMLViewer.css',
|
|
|