summaryrefslogtreecommitdiffstats
path: root/sandbox
diff options
context:
space:
mode:
authormaruel <maruel@chromium.org>2015-07-14 15:19:34 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-14 22:20:17 +0000
commitaa3af0df12438f525d374c8f61772b77e339091d (patch)
tree0336a6b635d1bc5c7ef60718a1c05632457656fd /sandbox
parent2f114fc2087cd473ebf005497c1d4a082861b377 (diff)
downloadchromium_src-aa3af0df12438f525d374c8f61772b77e339091d.zip
chromium_src-aa3af0df12438f525d374c8f61772b77e339091d.tar.gz
chromium_src-aa3af0df12438f525d374c8f61772b77e339091d.tar.bz2
Add debug symbols to sbox_integration_tests.
R=jam@chromium.org BUG=509161 Review URL: https://codereview.chromium.org/1235183002 Cr-Commit-Position: refs/heads/master@{#338751}
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/sbox_integration_tests.isolate9
1 files changed, 9 insertions, 0 deletions
diff --git a/sandbox/sbox_integration_tests.isolate b/sandbox/sbox_integration_tests.isolate
index 5a92ac0..00befe0 100644
--- a/sandbox/sbox_integration_tests.isolate
+++ b/sandbox/sbox_integration_tests.isolate
@@ -24,6 +24,15 @@
],
},
}],
+ # These PDBs are needed in order to get reasonable stack traces if
+ # an assertion fires or a crash occurs. Add more as necessary.
+ ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/sbox_integration_tests.exe.pdb',
+ ],
+ },
+ }],
],
'includes': [
'../base/base.isolate',