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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1490613004: Revert of 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: Created 5 years 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 a0968e0e3c97c03132f523ff11045e327da6e05a..efa779828f203ce4b30a70d2e6ec1a3ed2f20780 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2059,13 +2059,13 @@
'include_dirs': [
'<(DEPTH)/third_party/wtl/include',
],
- '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',
+ 'conditions': [
+ ['use_aura==1', {
+ 'dependencies': [
+ '../win8/win8.gyp:test_registrar_constants',
+ '../win8/win8.gyp:test_support_win8',
+ ],
+ }],
],
}],
['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