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

Unified Diff: BUILD.gn

Issue 1944103002: build mini_installer as part of the chromium_builder_perf target on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove redundant deps+= Created 4 years, 7 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 | build/all.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 96fa27f25d35736cefbe6d9d5c59f4ff092428b7..0a250d140735edcbd7bf714bca2e56831968603b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -900,6 +900,7 @@ group("chromium_builder_perf") {
if (is_win) {
deps += [
# "//gpu:angle_perftests", TODO(GYP): crbug.com/537008
+ "//chrome/installer/mini_installer:mini_installer",
]
} else {
deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ]
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698