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

Unified Diff: dart/pkg/pkg.gyp

Issue 11478021: Have list_pkg_directories.py print something. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 | dart/tools/list_pkg_directories.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/pkg.gyp
diff --git a/dart/pkg/pkg.gyp b/dart/pkg/pkg.gyp
index 7a7ab0957a173a01bf339d2c24883d41cd4a9320..9dbc8741ef5d51af752917d625d2f1e2aad75c1f 100644
--- a/dart/pkg/pkg.gyp
+++ b/dart/pkg/pkg.gyp
@@ -11,7 +11,9 @@
{
'action_name': 'make_pkg_packages',
'inputs': [
- '<!@(["python", "../tools/list_pkg_directories.py"])',
+ '../tools/make_links.py',
+ '../tools/list_pkg_directories.py',
+ '<!@(["python", "../tools/list_pkg_directories.py", "."])',
],
'outputs': [
'<(PRODUCT_DIR)/packages',
« no previous file with comments | « no previous file | dart/tools/list_pkg_directories.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698