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

Unified Diff: chrome/chrome_exe.gypi

Issue 1481703002: win: Move Crashpad all into chrome.exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 27bd63ee8d967e6afc0212a34f11bad332b86aeb..dfca4e8fd01f976a6835c5188cd295d8307346c2 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -62,6 +62,8 @@
# into chrome.exe, not into a dependent.
'<(DEPTH)/content/app/sandbox_helper_win.cc',
'<(DEPTH)/content/public/common/content_switches.cc',
+ 'app/chrome_crash_reporter_client.cc',
+ 'app/chrome_crash_reporter_client.h',
'app/chrome_exe_load_config_win.cc',
'app/chrome_exe_main_aura.cc',
'app/chrome_exe_main_mac.c',
@@ -71,10 +73,10 @@
'app/chrome_watcher_client_win.h',
'app/chrome_watcher_command_line_win.cc',
'app/chrome_watcher_command_line_win.h',
- 'app/main_dll_loader_win.cc',
- 'app/main_dll_loader_win.h',
'app/kasko_client.cc',
'app/kasko_client.h',
+ 'app/main_dll_loader_win.cc',
+ 'app/main_dll_loader_win.h',
'app/signature_validator_win.cc',
'app/signature_validator_win.h',
],
@@ -105,6 +107,7 @@
'chrome_watcher',
'chrome_watcher_client',
'../components/components.gyp:browser_watcher_client',
+ '../components/components.gyp:crash_component',
'../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handler_lib',
],
'conditions': [

Powered by Google App Engine
This is Rietveld 408576698