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

Unified Diff: runtime/bin/bin.gypi

Issue 24844002: Initial GUI for VM service (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | runtime/bin/main.cc » ('j') | runtime/bin/resources_sources.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/bin.gypi
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
index d33f9ac8804355aff5c7f944661d91ff02fc0eac..18f22a96269eaf610e32e43f27cd3cdd59a27aeb 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -354,7 +354,10 @@
'tools/create_resources.py',
'--output', '<(resources_cc_file)',
'--root_prefix', 'bin/',
- '<@(_sources)',
+ '--package_dir', '<(PRODUCT_DIR)/',
+ '--third_party_dir', '../third_party/',
+ '--rebase', 'vmservice/client/',
+ 'bin/resources_sources.gypi',
],
'message': 'Generating ''<(resources_cc_file)'' file.'
},
@@ -365,6 +368,7 @@
'target_name': 'dart',
'type': 'executable',
'dependencies': [
+ '../pkg/pkg.gyp:pkg_packages',
'libdart',
'libdart_builtin',
'libdart_io',
@@ -430,6 +434,7 @@
'target_name': 'dart_no_snapshot',
'type': 'executable',
'dependencies': [
+ '../pkg/pkg.gyp:pkg_packages',
'libdart_withcore',
'libdart_builtin',
'libdart_io',
« no previous file with comments | « no previous file | runtime/bin/main.cc » ('j') | runtime/bin/resources_sources.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698