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

Unified Diff: runtime/bin/vmservice/client/precommit.sh

Issue 187923009: Fix Dartium Observatory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « runtime/bin/vmservice/client/lib/src/app/vm.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/client/precommit.sh
diff --git a/runtime/bin/vmservice/client/precommit.sh b/runtime/bin/vmservice/client/precommit.sh
index 13325b290283a90f1341654f7d672891996a077f..1957b7fa48217d904ea934d2e4368864a159814c 100755
--- a/runtime/bin/vmservice/client/precommit.sh
+++ b/runtime/bin/vmservice/client/precommit.sh
@@ -48,7 +48,7 @@ perl -pi -e 's/<script src="packages.*"><\/script>//g' \
# The polymer compilation step munges <img> src urls and adds a packages/
# prefix to the url. Because of how we deploy we must undo this and remove
# the prefix. Without this, images will show up as broken links.
-perl -pi -e 's/packages\/observatory\/src\/observatory_elements\///g' \
+perl -pi -e 's/packages\/observatory\/src\/elements\///g' \
$DEPLOYED/index.html
-perl -pi -e 's/packages\/observatory\/src\/observatory_elements\///g' \
- $DEPLOYED/index_devtools.html
+perl -pi -e 's/packages\/observatory\/src\/elements\///g' \
+ $DEPLOYED/index_devtools.html
« no previous file with comments | « runtime/bin/vmservice/client/lib/src/app/vm.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698