| Index: runtime/dart-runtime.gyp
|
| diff --git a/runtime/dart-runtime.gyp b/runtime/dart-runtime.gyp
|
| index 9b19767f05260b1def532184a11dc61fbc28197a..7519576d41870df3a073f045d8882cd2982cd3a8 100644
|
| --- a/runtime/dart-runtime.gyp
|
| +++ b/runtime/dart-runtime.gyp
|
| @@ -98,7 +98,7 @@
|
| 'type': 'executable',
|
| 'toolsets':['target','host'],
|
| # The dependencies here are the union of the dependencies of libdart and
|
| - # libdart_withcore.
|
| + # libdart_withcore.
|
| 'dependencies': [
|
| 'libdart_lib_withcore',
|
| 'libdart_lib',
|
| @@ -109,7 +109,6 @@
|
| 'sources': [
|
| 'vm/libdart_dependency_helper.cc',
|
| ],
|
| - 'product_dir':'<(PRODUCT_DIR)/<(_toolset)'
|
| },
|
| {
|
| 'target_name': 'runtime_packages',
|
|
|