From 94bc4db5e341fbda8ce8f2210c9fc6b056a82868 Mon Sep 17 00:00:00 2001 From: maruel Date: Mon, 20 Jul 2015 12:45:45 -0700 Subject: 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} --- chrome/interactive_ui_tests.isolate | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome/interactive_ui_tests.isolate') 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"', { -- cgit v1.1