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

Side by Side Diff: chrome/browser_tests.isolate

Issue 137133002: Make all the files mapped in when running browser_tests read only. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'includes': [ 5 'includes': [
6 'chrome.isolate', 6 'chrome.isolate',
7 ], 7 ],
8 'conditions': [ 8 'conditions': [
9 ['OS=="linux"', { 9 ['OS=="linux"', {
10 'variables': { 10 'variables': {
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 '<(PRODUCT_DIR)/pnacl/', 77 '<(PRODUCT_DIR)/pnacl/',
78 '<(PRODUCT_DIR)/pseudo_locales/', 78 '<(PRODUCT_DIR)/pseudo_locales/',
79 '<(PRODUCT_DIR)/pyproto/', 79 '<(PRODUCT_DIR)/pyproto/',
80 '<(PRODUCT_DIR)/test_data/chrome/', 80 '<(PRODUCT_DIR)/test_data/chrome/',
81 '<(PRODUCT_DIR)/test_data/ppapi/', 81 '<(PRODUCT_DIR)/test_data/ppapi/',
82 '<(PRODUCT_DIR)/test_url_loader_data/', 82 '<(PRODUCT_DIR)/test_url_loader_data/',
83 'common/extensions/docs/examples/apps/calculator/tests/', 83 'common/extensions/docs/examples/apps/calculator/tests/',
84 'test/data/', 84 'test/data/',
85 'third_party/mock4js/', 85 'third_party/mock4js/',
86 ], 86 ],
87 'read_only': 1,
87 }, 88 },
88 }], 89 }],
89 ['OS=="linux" or OS=="win"', { 90 ['OS=="linux" or OS=="win"', {
90 'variables': { 91 'variables': {
91 'isolate_dependency_tracked': [ 92 'isolate_dependency_tracked': [
92 '<(PRODUCT_DIR)/mock_nacl_gdb<(EXECUTABLE_SUFFIX)', 93 '<(PRODUCT_DIR)/mock_nacl_gdb<(EXECUTABLE_SUFFIX)',
93 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x64.nexe', 94 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x64.nexe',
94 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x64.nexe', 95 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x64.nexe',
95 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x64.nexe', 96 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x64.nexe',
96 ], 97 ],
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 }], 153 }],
153 ['chromeos==1', { 154 ['chromeos==1', {
154 'variables': { 155 'variables': {
155 'isolate_dependency_untracked': [ 156 'isolate_dependency_untracked': [
156 '<(PRODUCT_DIR)/chromevox_test_data/', 157 '<(PRODUCT_DIR)/chromevox_test_data/',
157 ], 158 ],
158 }, 159 },
159 }], 160 }],
160 ], 161 ],
161 } 162 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698