Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index e9eb02af382129fe65e657f787e315eeb4d030a1..a719a3ee81dc8308ec24b01d8206b399a03b1568 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -448,6 +448,16 @@ |
'../chrome/chrome.gyp:linux_symbols' |
], |
}], |
+ ['OS=="win"', { |
+ 'dependencies': [ |
+ '../chrome/chrome.gyp:crash_service', |
+ ], |
+ }], |
+ ['OS=="win" and target_arch=="ia32"', { |
+ 'dependencies': [ |
+ '../chrome/chrome.gyp:crash_service_win64', |
+ ], |
+ }], |
], |
}, # target_name: chromium_builder_perf |
{ |