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

Unified Diff: build/config/BUILDCONFIG.gn

Issue 891893002: Disable chrome target and tests on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try #2 with a flag and a dummy chrome target Created 5 years, 11 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 | chrome/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILDCONFIG.gn
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
index 099db5192dfba892a4ff2cacfb7840e0ce0c9026..33449ef780019ae8baedfba2dc4e95648f2e8e42 100644
--- a/build/config/BUILDCONFIG.gn
+++ b/build/config/BUILDCONFIG.gn
@@ -76,6 +76,11 @@ declare_args() {
# cross-compiles (compiling the same target for multiple toolchains in the
# same build) to work.
target_arch = "arm"
+
+ # TODO(brettw) remove this flag (and therefore enable linking all targets) on
+ # Windows when we have sufficient bot capacity. In the meantime, you can
+ # enable linking for local compiles.
+ link_chrome_on_windows = false
}
# =============================================================================
« no previous file with comments | « no previous file | chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698