| Index: Source/core/core_generated.gyp
|
| diff --git a/Source/core/core_generated.gyp b/Source/core/core_generated.gyp
|
| index 4eec57d40368cd18a366c7953d439aaff2e96d70..73fcc61f856cc5269d40bf3cbd1a00c5a4da9f6d 100644
|
| --- a/Source/core/core_generated.gyp
|
| +++ b/Source/core/core_generated.gyp
|
| @@ -186,38 +186,6 @@
|
| ],
|
| },
|
| {
|
| - 'action_name': 'generateXMLViewerCSS',
|
| - 'inputs': [
|
| - 'xml/XMLViewer.css',
|
| - ],
|
| - 'outputs': [
|
| - '<(blink_core_output_dir)/XMLViewerCSS.h',
|
| - ],
|
| - 'action': [
|
| - 'python',
|
| - '../build/scripts/xxd.py',
|
| - 'XMLViewer_css',
|
| - '<@(_inputs)',
|
| - '<@(_outputs)'
|
| - ],
|
| - },
|
| - {
|
| - 'action_name': 'generateXMLViewerJS',
|
| - 'inputs': [
|
| - 'xml/XMLViewer.js',
|
| - ],
|
| - 'outputs': [
|
| - '<(blink_core_output_dir)/XMLViewerJS.h',
|
| - ],
|
| - 'action': [
|
| - 'python',
|
| - '../build/scripts/xxd.py',
|
| - 'XMLViewer_js',
|
| - '<@(_inputs)',
|
| - '<@(_outputs)'
|
| - ],
|
| - },
|
| - {
|
| 'action_name': 'HTMLEntityTable',
|
| 'inputs': [
|
| 'html/parser/create-html-entity-table',
|
|
|