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

Side by Side Diff: chrome/unit_tests.isolate

Issue 196283016: Add a wrapper script which modifies the .isolate on the fly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address Vadim comments Created 6 years, 8 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 | « chrome/sync_integration_tests.isolate ('k') | content/content_browsertests.isolate » ('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) 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 'conditions': [ 5 'conditions': [
6 ['OS=="android" or OS=="linux"', { 6 ['OS=="android" or OS=="linux"', {
7 'variables': { 7 'variables': {
8 'isolate_dependency_untracked': [ 8 'isolate_dependency_untracked': [
9 '<(PRODUCT_DIR)/test_data/', 9 '<(PRODUCT_DIR)/test_data/',
10 ], 10 ],
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'isolate_dependency_tracked': [ 62 'isolate_dependency_tracked': [
63 '../testing/test_env.py', 63 '../testing/test_env.py',
64 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', 64 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
65 'browser/safe_browsing/two_phase_testserver.py', 65 'browser/safe_browsing/two_phase_testserver.py',
66 ], 66 ],
67 'isolate_dependency_untracked': [ 67 'isolate_dependency_untracked': [
68 '../net/tools/testserver/', 68 '../net/tools/testserver/',
69 '../third_party/pyftpdlib/', 69 '../third_party/pyftpdlib/',
70 '../third_party/pywebsocket/', 70 '../third_party/pywebsocket/',
71 '../third_party/tlslite/', 71 '../third_party/tlslite/',
72 '../tools/swarming_client/',
73 '<(PRODUCT_DIR)/pyproto/', 72 '<(PRODUCT_DIR)/pyproto/',
74 ], 73 ],
75 }, 74 },
76 }], 75 }],
77 ['OS=="linux" or OS=="mac"', { 76 ['OS=="linux" or OS=="mac"', {
78 'variables': { 77 'variables': {
79 # Can't be enabled on Windows due to http://crbug.com/342913 78 # Can't be enabled on Windows due to http://crbug.com/342913
80 'read_only': 1, 79 'read_only': 1,
81 }, 80 },
82 }], 81 }],
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 '../skia/ext/data/', 118 '../skia/ext/data/',
120 '../ui/base/glib/', 119 '../ui/base/glib/',
121 ], 120 ],
122 }, 121 },
123 }], 122 }],
124 ], 123 ],
125 'includes': [ 124 'includes': [
126 '../third_party/icu/icu.isolate', 125 '../third_party/icu/icu.isolate',
127 ], 126 ],
128 } 127 }
OLDNEW
« no previous file with comments | « chrome/sync_integration_tests.isolate ('k') | content/content_browsertests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698