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

Unified Diff: site/try/build_try.gyp

Issue 962543002: Fix build after package moves, try has direct dependency on some of the packages (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/try/build_try.gyp
diff --git a/site/try/build_try.gyp b/site/try/build_try.gyp
index c8c21f6152a6973540bb2594344db14ff3e950ea..88503f3240782049ada6e0c76db44e58de0c3377 100644
--- a/site/try/build_try.gyp
+++ b/site/try/build_try.gyp
@@ -47,8 +47,8 @@
# These packages are uploaded to Try Dart and can be used in code
# there.
'../../pkg/analyzer/lib',
- '../../pkg/collection/lib',
- '../../pkg/crypto/lib',
+ '../../third-party/pkg/collection/lib',
+ '../../third_party/pkg/crypto/lib',
'../../third_party/pkg/args/lib',
'../../third_party/pkg/http/lib',
'../../third_party/pkg/http_parser/lib',
« 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