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

Unified Diff: tools/testing/bin/jsshell.bat

Issue 1544463002: Move third_party/firefox_jsshell dependency to cloud storage (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Add download hook. Created 5 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 | « tools/testing/bin/jsshell ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/bin/jsshell.bat
diff --git a/tools/testing/bin/jsshell.bat b/tools/testing/bin/jsshell.bat
index e99335fede9d74e5540f8c3b5d6a5b824589655b..0666885fb2522878afaa93fdbc7c1a8720c1963a 100644
--- a/tools/testing/bin/jsshell.bat
+++ b/tools/testing/bin/jsshell.bat
@@ -10,4 +10,4 @@ if %SCRIPTPATH:~-1%== set SCRIPTPATH=%SCRIPTPATH:~0,-1%
set arguments=%*
-"%SCRIPTPATH%..\..\..\third_party\firefox_jsshell\windows\js.exe" %arguments%
+"%SCRIPTPATH%..\..\..\third_party\firefox_jsshell\win\jsshell\js.exe" %arguments%
« no previous file with comments | « tools/testing/bin/jsshell ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698