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

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: 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 591dda9760e7c76c5d5e0ebe6058d03886a73be8..98cfcc80988e2aae79ef0a72cf5b6ff1a4d4df4d 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -194,7 +194,10 @@ source_set("test_support") {
]
}
if (is_win) {
- public_deps += [ "//third_party/wtl" ]
+ public_deps += [
+ "//components/crash/content/app",
+ "//third_party/wtl",
+ ]
if (use_aura) {
public_deps += [
"//win8:test_registrar_constants",

Powered by Google App Engine
This is Rietveld 408576698