diff options
author | maruel <maruel@chromium.org> | 2015-07-20 12:45:45 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-20 19:46:19 +0000 |
commit | 94bc4db5e341fbda8ce8f2210c9fc6b056a82868 (patch) | |
tree | dbaeff46e255107e7b28593ef01da76c2d6e50bb | |
parent | aa22c0858c81fe75f72c1706cf052af85a82b364 (diff) | |
download | chromium_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}
-rw-r--r-- | base/base_unittests.isolate | 1 | ||||
-rw-r--r-- | chrome/browser_tests.isolate | 2 | ||||
-rw-r--r-- | chrome/interactive_ui_tests.isolate | 1 | ||||
-rw-r--r-- | components/nacl_helper_nonsfi_unittests.isolate | 1 | ||||
-rw-r--r-- | components/nacl_loader_unittests.isolate | 1 | ||||
-rw-r--r-- | crypto/crypto_unittests.isolate | 1 | ||||
-rw-r--r-- | net/net_unittests.isolate | 1 | ||||
-rw-r--r-- | skia/skia_unittests.isolate | 1 | ||||
-rw-r--r-- | testing/chromoting/chromoting_integration_tests.isolate | 1 | ||||
-rwxr-xr-x | tools/mb/mb.py | 1 |
10 files changed, 0 insertions, 11 deletions
diff --git a/base/base_unittests.isolate b/base/base_unittests.isolate index 57fc4d2..c4c0fb2 100644 --- a/base/base_unittests.isolate +++ b/base/base_unittests.isolate @@ -27,7 +27,6 @@ '../testing/test_env.py', '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)', ], - 'read_only': 1, }, }], ['OS=="linux"', { diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate index 0cff82a..6de780b 100644 --- a/chrome/browser_tests.isolate +++ b/chrome/browser_tests.isolate @@ -98,7 +98,6 @@ 'test/data/', 'third_party/mock4js/', ], - 'read_only': 1, }, }], ['disable_nacl==0 and (OS=="linux" or OS=="mac" or OS=="win")', { @@ -109,7 +108,6 @@ '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib.nmf', '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl.nmf', ], - 'read_only': 1, }, }], ['OS=="linux" or OS=="win"', { diff --git a/chrome/interactive_ui_tests.isolate b/chrome/interactive_ui_tests.isolate index 1a5c74b..6dfc1fc 100644 --- a/chrome/interactive_ui_tests.isolate +++ b/chrome/interactive_ui_tests.isolate @@ -59,7 +59,6 @@ '<(PRODUCT_DIR)/ui_test.pak', 'test/data/', ], - 'read_only': 1, }, }], ['OS=="linux" or OS=="win"', { diff --git a/components/nacl_helper_nonsfi_unittests.isolate b/components/nacl_helper_nonsfi_unittests.isolate index b7973b9..f0e05a2 100644 --- a/components/nacl_helper_nonsfi_unittests.isolate +++ b/components/nacl_helper_nonsfi_unittests.isolate @@ -12,7 +12,6 @@ '<(PRODUCT_DIR)/nacl_helper_nonsfi_unittests', '<(PRODUCT_DIR)/nacl_helper_nonsfi_unittests_main', ], - 'read_only': 1, }, }], ], diff --git a/components/nacl_loader_unittests.isolate b/components/nacl_loader_unittests.isolate index 501d185..99ad71a 100644 --- a/components/nacl_loader_unittests.isolate +++ b/components/nacl_loader_unittests.isolate @@ -11,7 +11,6 @@ 'files': [ '<(PRODUCT_DIR)/nacl_loader_unittests<(EXECUTABLE_SUFFIX)', ], - 'read_only': 1, }, }], ], 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', { diff --git a/net/net_unittests.isolate b/net/net_unittests.isolate index b5fc6d8..b679490 100644 --- a/net/net_unittests.isolate +++ b/net/net_unittests.isolate @@ -30,7 +30,6 @@ '<(PRODUCT_DIR)/pyproto/google/', 'tools/testserver/', ], - 'read_only': 1, }, }], ['OS=="mac" and asan==1 and fastbuild==0', { diff --git a/skia/skia_unittests.isolate b/skia/skia_unittests.isolate index f88e5a8..6dc1d9a 100644 --- a/skia/skia_unittests.isolate +++ b/skia/skia_unittests.isolate @@ -20,7 +20,6 @@ '../testing/test_env.py', '<(PRODUCT_DIR)/skia_unittests<(EXECUTABLE_SUFFIX)', ], - 'read_only': 1, }, }], ['OS=="mac" and asan==1 and fastbuild==0', { diff --git a/testing/chromoting/chromoting_integration_tests.isolate b/testing/chromoting/chromoting_integration_tests.isolate index eb7fec0..c879e56 100644 --- a/testing/chromoting/chromoting_integration_tests.isolate +++ b/testing/chromoting/chromoting_integration_tests.isolate @@ -55,7 +55,6 @@ '<(PRODUCT_DIR)/resources.pak', '../../remoting/tools/internal/test_accounts.json', ], - 'read_only': 1, }, }], ['OS=="linux" or OS=="win"', { diff --git a/tools/mb/mb.py b/tools/mb/mb.py index 294e501..026a194 100755 --- a/tools/mb/mb.py +++ b/tools/mb/mb.py @@ -373,7 +373,6 @@ class MetaBuildWrapper(object): 'variables': { 'command': command, 'files': sorted(runtime_deps + extra_files), - 'read_only': 1, } }) + '\n') |