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

Unified Diff: build/config/jumbo.gni

Issue 2821333003: Minimal patch to enable jumbo builds for blink core
Patch Set: Rebased to newer origin/master (nothing left) Created 3 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/jumbo.gni
diff --git a/build/config/jumbo.gni b/build/config/jumbo.gni
index baf19f1b6bf91c39a5a3c25aded68027de6485cc..be47b833087e593c9d147d774e93ccb2ebd11df7 100644
--- a/build/config/jumbo.gni
+++ b/build/config/jumbo.gni
@@ -6,8 +6,9 @@ import("//build/split_static_library.gni") # When someone uses that target_type
declare_args() {
# If true, use a jumbo build (files compiled together) to speed up
- # compilation.
- use_jumbo_build = false
+ # compilation. Enabled by default for everything official builds and
+ # Android+gcc builds because of a warning that prevents builds.
+ use_blink_jumbo_build = !is_official_build && !(is_android && !is_clang)
# A target to exclude from jumbo builds, for optimal round trip time
# when frequently changing a single cpp file.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698