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

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
« no previous file with comments | « frog/scripts/bootstrap/frog.bat ('k') | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
@@ -1,4 +1,4 @@
-# Copyright 2011 Google Inc. All Rights Reserved.
+# Copyright 2012 Google Inc. All Rights Reserved.
import os
import platform
@@ -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
« no previous file with comments | « frog/scripts/bootstrap/frog.bat ('k') | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698