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

Unified Diff: chrome/BUILD.gn

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 | « no previous file | chrome/app/chrome_crash_reporter_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index e20c709add7d2079c05fdcf17e7d48753ea928b1..7828eb1492df3361573bbee4d77eabdcaa6bd73b 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -104,8 +104,8 @@ if (!is_android) {
if (is_win) {
sources += [
- "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",
"app/chrome_exe_load_config_win.cc",
"app/chrome_exe_main_win.cc",
« no previous file with comments | « no previous file | chrome/app/chrome_crash_reporter_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698