From 8d34a773bf8eef542bd0ec681360c13c67ee52c4 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Thu, 16 Jan 2014 00:59:54 +0000 Subject: 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 --- base/base_unittests.isolate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/base_unittests.isolate') 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"', { -- cgit v1.1