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

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: 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index fd414bedee0b3f60898bc2192dc8ab618e5952e2..0923a66e9da7132d2d281217b541468a8adf6b05 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3255,16 +3255,12 @@
'../breakpad/breakpad.gyp:dump_syms#host',
],
}],
- ['OS=="mac"', {
+ ['OS=="mac" or OS=="win"', {
'dependencies': [
+ # TODO(kbr): port this dependency to GN.
Ken Russell (switch to Gerrit) 2016/04/04 19:14:11 dpranke: should I file a bug about this? If so wha
'../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_database_util',
],
}],
- ['OS=="win"', {
- 'dependencies': [
- 'chrome.gyp:crash_service',
- ],
- }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698