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

Side by Side Diff: chrome/browser_tests.isolate

Issue 589633002: Only add pdb to isolate when fastbuild!=2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « base/base_unittests.isolate ('k') | chrome/interactive_ui_tests.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 '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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'variables': { 126 'variables': {
127 'isolate_dependency_tracked': [ 127 'isolate_dependency_tracked': [
128 '../native_client/build/build_nexe.py', 128 '../native_client/build/build_nexe.py',
129 '<(PRODUCT_DIR)/chrome_elf.dll', 129 '<(PRODUCT_DIR)/chrome_elf.dll',
130 '<(PRODUCT_DIR)/clearkeycdm.dll', 130 '<(PRODUCT_DIR)/clearkeycdm.dll',
131 '<(PRODUCT_DIR)/clearkeycdmadapter.dll', 131 '<(PRODUCT_DIR)/clearkeycdmadapter.dll',
132 '<(PRODUCT_DIR)/ppapi_tests.dll', 132 '<(PRODUCT_DIR)/ppapi_tests.dll',
133 'tools/build/repack_locales.py', 133 'tools/build/repack_locales.py',
134 ], 134 ],
135 'isolate_dependency_untracked': [ 135 'isolate_dependency_untracked': [
136 '<(PRODUCT_DIR)/plugins/',
137 ],
138 },
139 }],
140 ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
141 'variables': {
142 'isolate_dependency_untracked': [
136 '<(PRODUCT_DIR)/browser_tests.exe.pdb', 143 '<(PRODUCT_DIR)/browser_tests.exe.pdb',
137 '<(PRODUCT_DIR)/plugins/',
138 ], 144 ],
139 }, 145 },
140 }], 146 }],
141 ['OS=="win" and libpeer_target_type=="loadable_module"', { 147 ['OS=="win" and libpeer_target_type=="loadable_module"', {
142 'variables': { 148 'variables': {
143 'isolate_dependency_tracked': [ 149 'isolate_dependency_tracked': [
144 '<(PRODUCT_DIR)/libpeerconnection.dll', 150 '<(PRODUCT_DIR)/libpeerconnection.dll',
145 ], 151 ],
146 }, 152 },
147 }], 153 }],
(...skipping 12 matching lines...) Expand all
160 '../ui/file_manager/file_manager/', 166 '../ui/file_manager/file_manager/',
161 '../ui/webui/resources/js/', 167 '../ui/webui/resources/js/',
162 '<(PRODUCT_DIR)/chromevox_test_data/', 168 '<(PRODUCT_DIR)/chromevox_test_data/',
163 '<(PRODUCT_DIR)/locales/', 169 '<(PRODUCT_DIR)/locales/',
164 '<(PRODUCT_DIR)/resources/chromeos/', 170 '<(PRODUCT_DIR)/resources/chromeos/',
165 ], 171 ],
166 }, 172 },
167 }], 173 }],
168 ], 174 ],
169 } 175 }
OLDNEW
« no previous file with comments | « base/base_unittests.isolate ('k') | chrome/interactive_ui_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698