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

Unified Diff: chrome/test/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: 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/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 3f5d4d9cd139ca175c6d857deb16cf3c2d78da6b..3538026245439c2f3b3ac057ccbbdce4be42734d 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -189,7 +189,7 @@ source_set("test_support") {
]
}
if (is_win) {
- sources += [ "//chrome/app/chrome_crash_reporter_client.cc" ]
+ sources += [ "//chrome/app/chrome_crash_reporter_client_win.cc" ]
public_deps += [
"//components/crash/content/app",
"//third_party/wtl",

Powered by Google App Engine
This is Rietveld 408576698