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

Side by Side Diff: testing/chromoting/chromoting_integration_tests.isolate

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 unified diff | Download patch
« no previous file with comments | « skia/skia_unittests.isolate ('k') | tools/mb/mb.py » ('j') | 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) 2014 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2014 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 'conditions': [ 5 'conditions': [
6 ['OS=="linux"', { 6 ['OS=="linux"', {
7 'variables': { 7 'variables': {
8 'command': [ 8 'command': [
9 './browser_tests_launcher.py', 9 './browser_tests_launcher.py',
10 '--commands_file', 10 '--commands_file',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'variables': { 48 'variables': {
49 'files': [ 49 'files': [
50 '../test_env.py', 50 '../test_env.py',
51 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', 51 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
52 '<(PRODUCT_DIR)/remoting/remoting.webapp/', 52 '<(PRODUCT_DIR)/remoting/remoting.webapp/',
53 '<(PRODUCT_DIR)/remoting/remoting.webapp.v2/', 53 '<(PRODUCT_DIR)/remoting/remoting.webapp.v2/',
54 '<(PRODUCT_DIR)/remoting/browser_test_resources/', 54 '<(PRODUCT_DIR)/remoting/browser_test_resources/',
55 '<(PRODUCT_DIR)/resources.pak', 55 '<(PRODUCT_DIR)/resources.pak',
56 '../../remoting/tools/internal/test_accounts.json', 56 '../../remoting/tools/internal/test_accounts.json',
57 ], 57 ],
58 'read_only': 1,
59 }, 58 },
60 }], 59 }],
61 ['OS=="linux" or OS=="win"', { 60 ['OS=="linux" or OS=="win"', {
62 'variables': { 61 'variables': {
63 'files': [ 62 'files': [
64 '<(PRODUCT_DIR)/chrome_100_percent.pak', 63 '<(PRODUCT_DIR)/chrome_100_percent.pak',
65 '<(PRODUCT_DIR)/locales/en-US.pak', 64 '<(PRODUCT_DIR)/locales/en-US.pak',
66 ], 65 ],
67 }, 66 },
68 }], 67 }],
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 '<(PRODUCT_DIR)/kasko.dll', 117 '<(PRODUCT_DIR)/kasko.dll',
119 ], 118 ],
120 }, 119 },
121 }], 120 }],
122 ], 121 ],
123 'includes': [ 122 'includes': [
124 '../../base/base.isolate', 123 '../../base/base.isolate',
125 '../../gin/v8.isolate', 124 '../../gin/v8.isolate',
126 ], 125 ],
127 } 126 }
OLDNEW
« no previous file with comments | « skia/skia_unittests.isolate ('k') | tools/mb/mb.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698