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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1479283002: Reland: Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: with crashpad 1f3ced1846f3956e678c562c90e0d6c970543617 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
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/common/child_process_logging_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index efa779828f203ce4b30a70d2e6ec1a3ed2f20780..a0968e0e3c97c03132f523ff11045e327da6e05a 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2059,13 +2059,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',
],
}],
['OS=="win" or OS=="mac"', {
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/common/child_process_logging_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698