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

Unified Diff: chrome/chrome_exe.gypi

Issue 1904613002: Preparation patch for moving the chrome crashpad integration into chrome_elf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build error on Windows builder Created 4 years, 8 months 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_browser.gypi ('k') | chrome/chrome_installer_static.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 930c839ea886a77995d7b7211e5da7193f7c4400..5731f251c7250cb98a76b3c2725d6c0f0293f096 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -416,8 +416,8 @@
],
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc',
- 'app/chrome_crash_reporter_client.cc',
- 'app/chrome_crash_reporter_client.h',
+ 'app/chrome_crash_reporter_client_win.cc',
+ 'app/chrome_crash_reporter_client_win.h',
'app/chrome_exe.rc',
'common/crash_keys.cc',
'common/crash_keys.h',
@@ -520,7 +520,7 @@
'../content/public/common/content_switches.cc',
'../content/public/common/sandboxed_process_launcher_delegate.cc',
'<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc',
- 'app/chrome_crash_reporter_client.cc',
+ 'app/chrome_crash_reporter_client_win.cc',
'common/crash_keys.cc',
'nacl/nacl_exe_win_64.cc',
],
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_installer_static.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698