Index: Source/bindings/dart/gyp/dartium.gyp |
diff --git a/Source/bindings/dart/gyp/dartium.gyp b/Source/bindings/dart/gyp/dartium.gyp |
index 182bfc466fb910b98f106b2c1005ffa1cd5ae939..d1eb3a06e542cc2f2af6df894cb1eefdaa796fd6 100644 |
--- a/Source/bindings/dart/gyp/dartium.gyp |
+++ b/Source/bindings/dart/gyp/dartium.gyp |
@@ -39,37 +39,6 @@ |
'targets': [ |
{ |
- 'target_name': 'generate_vmservice_cpp_file', |
- 'type': 'none', |
- 'toolsets':['host'], |
- 'includes': [ |
- 'resources_sources.gypi', |
- ], |
- 'variables': { |
- 'output_path': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart', |
- }, |
- 'actions': [ |
- { |
- 'action_name': 'generate_vmservice_cpp', |
- 'inputs': [ |
- 'scripts/create_resources.py', |
- '<@(_sources)', |
- ], |
- 'outputs': [ |
- '<(output_path)/vmservice_gen.cpp' |
- ], |
- 'action': [ |
- 'python', |
- 'scripts/create_resources.py', |
- '--output', '<(output_path)/vmservice_gen.cpp', |
- '--root_prefix', '<(dart_dir)/runtime/bin/', |
- '<@(_sources)' |
- ], |
- 'message': 'Generating ''<(output_path)/vmservice_gen.cpp'' file.' |
- }, |
- ] |
- }, |
- { |
'target_name': 'dart_debug_hooks_source', |
'type': 'none', |
'actions': [ |
@@ -238,7 +207,6 @@ |
'hard_dependency': 1, |
'dependencies': [ |
'dart_generated_sources', |
- 'generate_vmservice_cpp_file', |
'<(dart_dir)/runtime/dart-runtime.gyp:gen_snapshot#host', |
], |
'variables': { |