summaryrefslogtreecommitdiffstats
path: root/build/isolate.gypi
Commit message (Collapse)AuthorAgeFilesLines
* Disable isolate_dependency_tracked in build driver for .isolate files.maruel@chromium.org2012-11-051-1/+11
| | | | | | | | | | | | | This is to help speed up the switch over. This will be reenabled once the switch over is in progress. R=csharp@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11365087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165965 0039d316-1c4b-4281-b951-d872f2087c98
* Fix isolate steps on Windows; regressed in r163144maruel@chromium.org2012-10-241-0/+1
| | | | | | | | | | | | | | | 'python' must be explicitly stated on the command line for it to work on Windows. Otherwise a prompt appears to select the tool to open 'isolate.py' with. TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11264009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163832 0039d316-1c4b-4281-b951-d872f2087c98
* Convert all the foo_test_run from using actions to use rules.maruel@chromium.org2012-10-201-0/+61
This removes a lot of the duplication of the exact details about how to run isolate.py exactly.. This will permit inserting arbitrary command line arguments eventually, for --subdir support. TBR=csharp@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11236005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163144 0039d316-1c4b-4281-b951-d872f2087c98