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

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: Add chrome_installer_static.gypi 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
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 930c839ea886a77995d7b7211e5da7193f7c4400..6abc62d29ed890694e63b7626edf619c2ec5a413 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',

Powered by Google App Engine
This is Rietveld 408576698