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

Unified Diff: runtime/dart-runtime.gyp

Issue 11434106: Part of fix for http://dartbug.com/6528 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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/vm/libdart_dependency_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « no previous file | runtime/vm/libdart_dependency_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698