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

Unified Diff: chrome/chrome_tests.gypi

Issue 1852393002: Fix stack symbolization in Telemetry on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable stacktrace_unittest on Windows again. Created 4 years, 8 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 | « chrome/chrome.isolate ('k') | tools/perf/chrome_telemetry_build/binary_dependencies.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 445dce98eb2f5a98a10d5b3a9fc06e23809da348..38a00b8bd29851a2b38614ae83eff2b4e59c1646 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3257,16 +3257,12 @@
'../breakpad/breakpad.gyp:dump_syms#host',
],
}],
- ['OS=="mac"', {
+ ['OS=="mac" or OS=="win"', {
'dependencies': [
+ # TODO(kbr): port this dependency to GN.
'../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_database_util',
],
}],
- ['OS=="win"', {
- 'dependencies': [
- 'chrome.gyp:crash_service',
- ],
- }],
],
},
{
« no previous file with comments | « chrome/chrome.isolate ('k') | tools/perf/chrome_telemetry_build/binary_dependencies.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698