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

Unified Diff: chrome/test/BUILD.gn

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/sync_integration_tests.isolate ('k') | chrome/test/base/chrome_test_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 32a0caaa068a47adb3c35f3100847edbbbdd0eac..2cd871412b3cca8e6c1a5e9464e6e4cb9c165530 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -197,7 +197,11 @@ source_set("test_support") {
]
}
if (is_win) {
- public_deps += [ "//third_party/wtl" ]
+ sources += [ "//chrome/app/chrome_crash_reporter_client.cc" ]
+ public_deps += [
+ "//components/crash/content/app",
+ "//third_party/wtl",
+ ]
if (use_aura) {
public_deps += [
"//win8:test_registrar_constants",
« no previous file with comments | « chrome/sync_integration_tests.isolate ('k') | chrome/test/base/chrome_test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698