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

Unified Diff: dart/pkg/pkg.gyp

Issue 11316269: Fix package root deps to avoid cyclic dependencies when following symlinks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 1 month 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 | no next file » | 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 e5c2c35fa30d140fa42d571dae722f740c09327b..6d09c61178ac33a80e18b29cca7b89d16f2aa7d3 100644
--- a/dart/pkg/pkg.gyp
+++ b/dart/pkg/pkg.gyp
@@ -23,15 +23,7 @@
'webdriver/lib',
],
'outputs': [
- '<(PRODUCT_DIR)/packages/args',
- '<(PRODUCT_DIR)/packages/fixnum',
- '<(PRODUCT_DIR)/packages/htmlescape',
- '<(PRODUCT_DIR)/packages/http',
- '<(PRODUCT_DIR)/packages/intl',
- '<(PRODUCT_DIR)/packages/logging',
- '<(PRODUCT_DIR)/packages/meta',
- '<(PRODUCT_DIR)/packages/unittest',
- '<(PRODUCT_DIR)/packages/webdriver',
+ '<(PRODUCT_DIR)/packages',
],
'action': [
'python', '../tools/make_links.py',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698