diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-16 00:59:54 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-16 00:59:54 +0000 |
commit | 8d34a773bf8eef542bd0ec681360c13c67ee52c4 (patch) | |
tree | 1648d2a5ac76535328cee73dbb236701eaa5face /base/base_unittests.isolate | |
parent | 5e2c1f58f0a14d3763e6468b65e35d78baf88e5c (diff) | |
download | chromium_src-8d34a773bf8eef542bd0ec681360c13c67ee52c4.zip chromium_src-8d34a773bf8eef542bd0ec681360c13c67ee52c4.tar.gz chromium_src-8d34a773bf8eef542bd0ec681360c13c67ee52c4.tar.bz2 |
Roll (bis) swarming_client @ 361bfda6c0e4e2469dd3dab8c2b741639cacb086.
This rolls a single important commit for read only support.
Remove read_only:1 from 'OS=="android"' in base_unittests.isolate. It is
currently not supported.
$ git log 8cacaaaffc..361bfda6 --date=short --format="%ad %ae %s" | sed 's/@chromium\.org//'
2014-01-15 maruel Change the default for isolate.py commands run & remap to copy files.
R=vadimsh@chromium.org
BUG=116251
Review URL: https://codereview.chromium.org/140333002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245043 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base_unittests.isolate')
-rw-r--r-- | base/base_unittests.isolate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/base_unittests.isolate b/base/base_unittests.isolate index 95cf59f..59c7671 100644 --- a/base/base_unittests.isolate +++ b/base/base_unittests.isolate @@ -9,7 +9,6 @@ 'data/', 'test/data/', ], - 'read_only': 1, }, }], ['OS=="linux"', { @@ -36,6 +35,7 @@ 'isolate_dependency_untracked': [ '../tools/swarming_client/', ], + 'read_only': 1, }, }], ['OS=="mac" or OS=="win"', { |