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

Unified Diff: content/content_gl_tests.isolate

Issue 1213693003: Add PDB files for content_gl_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_gl_tests.isolate
diff --git a/content/content_gl_tests.isolate b/content/content_gl_tests.isolate
index b685ea7e214e580e0b638a590a2d06636de5b1f9..e9626a61ebb3024208fdc7525712b709be5028e3 100644
--- a/content/content_gl_tests.isolate
+++ b/content/content_gl_tests.isolate
@@ -34,6 +34,23 @@
],
},
}],
+ # 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)/content_gl_tests.exe.pdb',
+ ],
+ },
+ }],
+ ['OS=="win" and component=="shared_library" and (fastbuild==0 or fastbuild==1)', {
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/base.dll.pdb',
+ '<(PRODUCT_DIR)/content.dll.pdb',
+ ],
+ },
+ }],
],
'includes': [
'../base/base.isolate',
« 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