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

Side by Side Diff: chrome/browser_tests.isolate

Issue 468773003: Add PDBs to .isolate files so that tests show stack traces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 'variables': { 118 'variables': {
119 'isolate_dependency_tracked': [ 119 'isolate_dependency_tracked': [
120 '../native_client/build/build_nexe.py', 120 '../native_client/build/build_nexe.py',
121 '<(PRODUCT_DIR)/chrome_elf.dll', 121 '<(PRODUCT_DIR)/chrome_elf.dll',
122 '<(PRODUCT_DIR)/clearkeycdm.dll', 122 '<(PRODUCT_DIR)/clearkeycdm.dll',
123 '<(PRODUCT_DIR)/clearkeycdmadapter.dll', 123 '<(PRODUCT_DIR)/clearkeycdmadapter.dll',
124 '<(PRODUCT_DIR)/ppapi_tests.dll', 124 '<(PRODUCT_DIR)/ppapi_tests.dll',
125 'tools/build/repack_locales.py', 125 'tools/build/repack_locales.py',
126 ], 126 ],
127 'isolate_dependency_untracked': [ 127 'isolate_dependency_untracked': [
128 '<(PRODUCT_DIR)/browser_tests.exe.pdb',
128 '<(PRODUCT_DIR)/plugins/', 129 '<(PRODUCT_DIR)/plugins/',
129 ], 130 ],
130 }, 131 },
131 }], 132 }],
132 ['OS=="win" and libpeer_target_type=="loadable_module"', { 133 ['OS=="win" and libpeer_target_type=="loadable_module"', {
133 'variables': { 134 'variables': {
134 'isolate_dependency_tracked': [ 135 'isolate_dependency_tracked': [
135 '<(PRODUCT_DIR)/libpeerconnection.dll', 136 '<(PRODUCT_DIR)/libpeerconnection.dll',
136 ], 137 ],
137 }, 138 },
(...skipping 13 matching lines...) Expand all
151 '../ui/file_manager/file_manager/', 152 '../ui/file_manager/file_manager/',
152 '../ui/webui/resources/js/', 153 '../ui/webui/resources/js/',
153 '<(PRODUCT_DIR)/chromevox_test_data/', 154 '<(PRODUCT_DIR)/chromevox_test_data/',
154 '<(PRODUCT_DIR)/locales/', 155 '<(PRODUCT_DIR)/locales/',
155 '<(PRODUCT_DIR)/resources/chromeos/', 156 '<(PRODUCT_DIR)/resources/chromeos/',
156 ], 157 ],
157 }, 158 },
158 }], 159 }],
159 ], 160 ],
160 } 161 }
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