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

Unified Diff: frog/scripts/bootstrap/frog_bootstrap_wrapper.py

Issue 9350022: Add frog build target on Windows and change frogium and webdriver components to use frog instead ... (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 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
Index: frog/scripts/bootstrap/frog_bootstrap_wrapper.py
===================================================================
--- frog/scripts/bootstrap/frog_bootstrap_wrapper.py (revision 4004)
+++ frog/scripts/bootstrap/frog_bootstrap_wrapper.py (working copy)
@@ -26,6 +26,8 @@
shutil.copy(os.path.join(HOME, 'scripts', 'bootstrap', 'frog_wrapper.py'),
frog)
+ shutil.copy(os.path.join(HOME, 'scripts', 'bootstrap', 'frog.bat'),
+ frog + '.bat')
if 'Release' in product_dir:
# We want to run our tests on the VM in production mode and in

Powered by Google App Engine
This is Rietveld 408576698