Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(423)

Unified Diff: tools/mb/mb.py

Issue 1240303002: Remove 'read_only': 1 from most .isolate files. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/chromoting/chromoting_integration_tests.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb.py
diff --git a/tools/mb/mb.py b/tools/mb/mb.py
index 294e501c081b8372ac8a8c597968ada7740e00af..026a1945c1ab98eacb2b221c1c4f1ba51c9d6861 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')
« no previous file with comments | « testing/chromoting/chromoting_integration_tests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698