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

Unified Diff: chrome/telemetry_gpu_test.isolate

Issue 448773002: Added more PDBs to telemetry_gpu_test.isolate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reorganized based on review feedback from maruel. 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/telemetry_gpu_test.isolate
diff --git a/chrome/telemetry_gpu_test.isolate b/chrome/telemetry_gpu_test.isolate
index be360df6e1e1b12deec0550580abe08d295b625d..4c20bc8d4ec45f75d84fa495c0b4ebe13e7dd3d7 100644
--- a/chrome/telemetry_gpu_test.isolate
+++ b/chrome/telemetry_gpu_test.isolate
@@ -24,13 +24,26 @@
],
},
}],
- # For debugging crbug.com/383963
+ # 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': {
'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/chrome.dll.pdb',
+ '<(PRODUCT_DIR)/chrome.exe.pdb',
'<(PRODUCT_DIR)/chrome_child.dll.pdb',
],
},
}],
+ ['OS=="win" and component=="shared_library" and (fastbuild==0 or fastbuild==1)', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/base.dll.pdb',
+ '<(PRODUCT_DIR)/blink_platform.dll.pdb',
+ '<(PRODUCT_DIR)/blink_web.dll.pdb',
+ '<(PRODUCT_DIR)/content.dll.pdb',
+ ],
+ },
+ }],
]
}
« 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