summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authormaruel <maruel@chromium.org>2015-07-20 12:45:45 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-20 19:46:19 +0000
commit94bc4db5e341fbda8ce8f2210c9fc6b056a82868 (patch)
treedbaeff46e255107e7b28593ef01da76c2d6e50bb /crypto
parentaa22c0858c81fe75f72c1706cf052af85a82b364 (diff)
downloadchromium_src-94bc4db5e341fbda8ce8f2210c9fc6b056a82868.zip
chromium_src-94bc4db5e341fbda8ce8f2210c9fc6b056a82868.tar.gz
chromium_src-94bc4db5e341fbda8ce8f2210c9fc6b056a82868.tar.bz2
Remove 'read_only': 1 from most .isolate files.
These were mostly due to blind copy-paste. read_only:1 is the default so there's no point in specifying it. As per crbug.com/342913, only unit_tests has issue with running from read only files. R=jam@chromium.org BUG=116251 Review URL: https://codereview.chromium.org/1240303002 Cr-Commit-Position: refs/heads/master@{#339490}
Diffstat (limited to 'crypto')
-rw-r--r--crypto/crypto_unittests.isolate1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/crypto_unittests.isolate b/crypto/crypto_unittests.isolate
index e09095c..619153f 100644
--- a/crypto/crypto_unittests.isolate
+++ b/crypto/crypto_unittests.isolate
@@ -20,7 +20,6 @@
'../testing/test_env.py',
'<(PRODUCT_DIR)/crypto_unittests<(EXECUTABLE_SUFFIX)',
],
- 'read_only': 1,
},
}],
['OS=="mac" and asan==1 and fastbuild==0', {