Commit fe758c03 authored by kbr@chromium.org's avatar kbr@chromium.org

Added more PDBs to telemetry_gpu_test.isolate.

If new assertions fire or crashes occur, these PDBs are needed in
order to generate reasonable stack traces. Remove the comment about
their presence being temporary.

BUG=383963,385976

Review URL: https://codereview.chromium.org/448773002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287882 0039d316-1c4b-4281-b951-d872f2087c98
parent 2fbac2b5
...@@ -24,13 +24,26 @@ ...@@ -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)', { ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
'variables': { 'variables': {
'isolate_dependency_tracked': [ 'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/chrome.dll.pdb',
'<(PRODUCT_DIR)/chrome.exe.pdb',
'<(PRODUCT_DIR)/chrome_child.dll.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',
],
},
}],
] ]
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment