| Index: runtime/dart-runtime.gyp
|
| diff --git a/runtime/dart-runtime.gyp b/runtime/dart-runtime.gyp
|
| index 4188ce68bbd3f1a4c76216d9d1b64b0ccd13620c..86e6c28676d10d7de8ede16eb01f4a6e8edb05be 100644
|
| --- a/runtime/dart-runtime.gyp
|
| +++ b/runtime/dart-runtime.gyp
|
| @@ -60,9 +60,8 @@
|
| 'tools/make_version.py',
|
| '../tools/VERSION',
|
| '<(version_in_cc_file)',
|
| - # We need to list the libdart_dependency_helper executable here
|
| - # otherwise the action doesn't get executed if any of
|
| - # libdart/libdart_withcore changes
|
| + # Depend on libdart_dependency_helper to track the libraries it
|
| + # depends on.
|
| '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)libdart_dependency_helper<(EXECUTABLE_SUFFIX)',
|
| ],
|
| 'outputs': [
|
|
|