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

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: gn build too 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
« 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..f9334ed71346eabb1cc2862a4d419d04f6c3a115 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
+ deps += [ "//chrome/installer/mini_installer:mini_installer" ]
dtu 2016/05/03 23:50:25 Redundant "deps +="
hans 2016/05/03 23:53:37 Done.
]
} 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