| Index: runtime/bin/bin.gypi
|
| diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
|
| index 18f22a96269eaf610e32e43f27cd3cdd59a27aeb..433b6e883cb9f0efd8ba88000dfb87d8eb1edd57 100644
|
| --- a/runtime/bin/bin.gypi
|
| +++ b/runtime/bin/bin.gypi
|
| @@ -354,10 +354,7 @@
|
| 'tools/create_resources.py',
|
| '--output', '<(resources_cc_file)',
|
| '--root_prefix', 'bin/',
|
| - '--package_dir', '<(PRODUCT_DIR)/',
|
| - '--third_party_dir', '../third_party/',
|
| - '--rebase', 'vmservice/client/',
|
| - 'bin/resources_sources.gypi',
|
| + '<@(_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',
|
|
|