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

Unified Diff: chrome/app/BUILD.gn

Issue 2487783002: Make Crashpad use the user data dir, rather than always default location (Closed)
Patch Set: install_static for swarming Created 4 years, 1 month 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/app/BUILD.gn
diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn
index 5a588496dd5ed9651db745b813118273943b63ac..9e958891b93d3b459eaa9babc18ca873696f7712 100644
--- a/chrome/app/BUILD.gn
+++ b/chrome/app/BUILD.gn
@@ -332,6 +332,7 @@ static_library("test_support") {
if (is_win) {
deps += [
"//chrome:chrome_initial",
+ "//chrome/install_static:install_static_util",
"//sandbox/win:sandbox",
]
}

Powered by Google App Engine
This is Rietveld 408576698