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

Unified Diff: utils/pub/pub.gyp

Issue 1166093002: Switch over testing pub seperately from the the normal packages (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: also roll pub in dartium deps Created 5 years, 6 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
« tools/bots/pub.py ('K') | « tools/run_pub.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/pub.gyp
diff --git a/utils/pub/pub.gyp b/utils/pub/pub.gyp
index 252a255a32df066addbda826d780ebaad6f5e18a..81dcec762fd559b82c5928ba0f144b9c13ff62fd 100644
--- a/utils/pub/pub.gyp
+++ b/utils/pub/pub.gyp
@@ -30,7 +30,7 @@
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
'--package-root=<(PRODUCT_DIR)/packages/',
'--snapshot=<(SHARED_INTERMEDIATE_DIR)/pub.dart.snapshot',
- '../../third_party/pkg_tested/pub/bin/pub.dart',
+ '../../third_party/pkg/pub/bin/pub.dart',
]
},
],
« tools/bots/pub.py ('K') | « tools/run_pub.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698