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

Unified Diff: content/content_unittests.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_browsertests.isolate ('k') | net/net_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_unittests.isolate
diff --git a/content/content_unittests.isolate b/content/content_unittests.isolate
index c45ffb11e8611f61ab44aadd0e85c9cebee59292..98f26ede0f03514b7d91521092adff7cdb355df0 100644
--- a/content/content_unittests.isolate
+++ b/content/content_unittests.isolate
@@ -69,6 +69,9 @@
'<(PRODUCT_DIR)/ffmpegsumo.dll',
'<(PRODUCT_DIR)/osmesa.dll',
],
+ 'isolate_dependency_untracked': [
+ '<(PRODUCT_DIR)/content_unittests.exe.pdb',
+ ],
},
}],
],
« no previous file with comments | « content/content_browsertests.isolate ('k') | net/net_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698