Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: Source/bindings/dart/gyp/dartium.gyp

Issue 128733002: Refactor service usage in Dartium (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/1700
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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': {

Powered by Google App Engine
This is Rietveld 408576698