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

Unified Diff: utils/tip/copy_libs.py

Issue 9789004: Move copy_dart.py from client to tools (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 | « tools/copy_dart.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tip/copy_libs.py
diff --git a/utils/tip/copy_libs.py b/utils/tip/copy_libs.py
index 10ad6cfe61ebd205e5aa93ad06160c57ebc30fce..36f05c41d90a224f4bb88d3e37442ffcd069bf4d 100644
--- a/utils/tip/copy_libs.py
+++ b/utils/tip/copy_libs.py
@@ -44,7 +44,7 @@ def main():
os.chdir(LIB_PATH)
libs = find_libraries(LIB_PATH)
return subprocess.call([sys.executable,
- '../../client/tools/copy_dart.py', os.path.join(TIP_PATH, 'lib')] + libs)
+ '../../tools/copy_dart.py', os.path.join(TIP_PATH, 'lib')] + libs)
if __name__ == '__main__':
sys.exit(main())
« no previous file with comments | « tools/copy_dart.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698