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

Unified Diff: BUILD.gn

Issue 2111463002: Add Mac, Win builders back to the CQ for extra coverage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make chrome_official_builder, chrome_official_builder_no_unittests exist unconditionally on windows Created 4 years, 6 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 ab123180dcfc0ddebcb5172ee0045960d7b4ef29..4bd7e4d250eeece78016d8214197b9fde14bb408 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -108,9 +108,10 @@ if (is_win) {
]
if (target_cpu == "x86") {
deps += [ "//courgette(//build/toolchain/win:x64)" ]
- }
- if (is_chrome_branded) {
- deps += [ "//remoting/host:remoting_host_installation" ]
+
+ if (is_chrome_branded) {
+ deps += [ "//remoting/host:remoting_host_installation" ]
+ }
}
}
« 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