Chromium Code Reviews

Unified Diff: build/config/jumbo.gni

Issue 2973603003: Jumbo for blink/core generated files as well (saving 8 CPU minutes) (Closed)
Patch Set: Nicer path format (and enable jumbo for dryrun testing) Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/BUILD.gn » ('j') | 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 4a5f22f4a94ee0d2937adbe6ef5088857679df44..a04d7bf5aab32453ecd20de4c8e0a687fddeef8d 100644
--- a/build/config/jumbo.gni
+++ b/build/config/jumbo.gni
@@ -7,7 +7,7 @@ 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
+ use_jumbo_build = !is_official_build && !(is_android && !is_clang)
Daniel Bratell 2017/07/05 16:14:31 Must not be included in the final commit. Just for
# 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 | third_party/WebKit/Source/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine