summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/base_unittests.isolate1
-rw-r--r--chrome/browser_tests.isolate2
-rw-r--r--chrome/interactive_ui_tests.isolate1
-rw-r--r--components/nacl_helper_nonsfi_unittests.isolate1
-rw-r--r--components/nacl_loader_unittests.isolate1
-rw-r--r--crypto/crypto_unittests.isolate1
-rw-r--r--net/net_unittests.isolate1
-rw-r--r--skia/skia_unittests.isolate1
-rw-r--r--testing/chromoting/chromoting_integration_tests.isolate1
-rwxr-xr-xtools/mb/mb.py1
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')