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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1416133003: Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn secondary, mac .S not on windows Created 5 years, 1 month 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_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 8cec80c1e2cd8277d2ffef94b3debdb9cb57f9ef..a04a3b080d93975e1cb3b859b66a7fc05e5000fa 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2053,13 +2053,13 @@
'include_dirs': [
'<(DEPTH)/third_party/wtl/include',
],
- 'conditions': [
- ['use_aura==1', {
- 'dependencies': [
- '../win8/win8.gyp:test_registrar_constants',
- '../win8/win8.gyp:test_support_win8',
- ],
- }],
+ 'dependencies': [
+ '../components/components.gyp:crash_component',
+ '../win8/win8.gyp:test_registrar_constants',
+ '../win8/win8.gyp:test_support_win8',
+ ],
+ 'sources': [
+ 'app/chrome_crash_reporter_client.cc',
Mark Mentovai 2015/11/19 22:21:37 Weird file, being built in several targets…
scottmg 2015/11/20 19:52:48 Yeah, I don't love it. I'm hoping to simplify in f
],
}],
['OS=="win" or OS=="mac"', {

Powered by Google App Engine
This is Rietveld 408576698