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

Side by Side Diff: chrome/browser_tests.isolate

Issue 227673004: Fix browser_tests run isolated on OSX. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 '<(PRODUCT_DIR)/lib64/', 102 '<(PRODUCT_DIR)/lib64/',
103 '<(PRODUCT_DIR)/plugins/', 103 '<(PRODUCT_DIR)/plugins/',
104 ], 104 ],
105 }, 105 },
106 }], 106 }],
107 ['OS=="mac"', { 107 ['OS=="mac"', {
108 'variables': { 108 'variables': {
109 'isolate_dependency_tracked': [ 109 'isolate_dependency_tracked': [
110 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin', 110 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin',
111 '<(PRODUCT_DIR)/libclearkeycdm.dylib', 111 '<(PRODUCT_DIR)/libclearkeycdm.dylib',
112 '<(PRODUCT_DIR)/osmesa.so',
112 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x32.nexe', 113 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x32.nexe',
113 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x32.nexe', 114 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x32.nexe',
114 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32.nexe', 115 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32.nexe',
115 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', 116 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
116 ], 117 ],
117 'isolate_dependency_untracked': [ 118 'isolate_dependency_untracked': [
118 '<(PRODUCT_DIR)/lib32/', 119 '<(PRODUCT_DIR)/lib32/',
119 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/', 120 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/',
120 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/', 121 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/',
121 ], 122 ],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 }], 157 }],
157 ['chromeos==1', { 158 ['chromeos==1', {
158 'variables': { 159 'variables': {
159 'isolate_dependency_untracked': [ 160 'isolate_dependency_untracked': [
160 '<(PRODUCT_DIR)/chromevox_test_data/', 161 '<(PRODUCT_DIR)/chromevox_test_data/',
161 ], 162 ],
162 }, 163 },
163 }], 164 }],
164 ], 165 ],
165 } 166 }
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