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

Unified Diff: runtime/bin/bin.gypi

Issue 26686005: Revert 28422 (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') | no next file with comments »
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 cc3f1f7e78d89b8c2bec37b0a3edbdbe0dc2c6c2..d33f9ac8804355aff5c7f944661d91ff02fc0eac 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -354,9 +354,6 @@
'tools/create_resources.py',
'--output', '<(resources_cc_file)',
'--root_prefix', 'bin/',
- '--package_dir', '<(PRODUCT_DIR)/',
- '--third_party_dir', '../third_party/',
- '--rebase', 'vmservice/client/',
'<@(_sources)',
],
'message': 'Generating ''<(resources_cc_file)'' file.'
@@ -368,7 +365,6 @@
'target_name': 'dart',
'type': 'executable',
'dependencies': [
- '../pkg/pkg.gyp:pkg_packages',
'libdart',
'libdart_builtin',
'libdart_io',
@@ -434,7 +430,6 @@
'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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698