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

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: fix and 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
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 452746991cf6e721e48a209550236ee746fe7b15..9117c87e6cc847be61a6a43564b3a958df4446f7 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -71,10 +71,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,8 +105,13 @@
'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',
],
+ 'sources': [
+ 'app/chrome_crash_reporter_client.cc',
+ 'app/chrome_crash_reporter_client.h',
+ ],
'conditions': [
['kasko==1', {
'dependencies': [
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698