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

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: add some stub gn files 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 1f6ebff8f45c42ef546a5ad5e1e6e3745a5339a3..6a8ba95fcc7b1fd77053d0f42e550a575938bf38 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2057,13 +2057,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