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

Unified Diff: BUILD.gn

Issue 1902233003: Add next_version_mini_installer target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: self review 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
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 02d1edd7efe79e07aff6c5d72790e9519d1c377a..463ae9b79823a07e4add164135998919d1d04a99 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -575,6 +575,11 @@ group("both_gn_and_gyp") {
"//crypto:crypto_unittests", # TODO(GYP)
"//net:net_unittests", # TODO(GYP)
]
+
+ if (!is_component_build) {
+ deps +=
+ [ "//chrome/installer/mini_installer:next_version_mini_installer" ]
+ }
} else if (!is_android && !is_ios) {
deps += [ "//breakpad:symupload($host_toolchain)" ]
}
« no previous file with comments | « no previous file | build/all.gyp » ('j') | chrome/installer/mini_installer/generate_next_version_mini_installer.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698