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

Side by Side Diff: build/args/bots/chromium.fyi/blimp_engine_rel.gn

Issue 2427743004: Improve compile time for 'Blimp Client Engine Integration' bot (Closed)
Patch Set: case comment Created 4 years, 2 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 unified diff | Download patch
« no previous file with comments | « build/args/bots/chromium.fyi/blimp_client_rel.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 import("//build/args/blimp_engine.gn") 1 import("//build/args/blimp_engine.gn")
2 2
3 # release + official + DCHECKs is a weird combination of arguments! 3 # release + official + DCHECKs is a weird combination of arguments!
4 # However, it's an attempt to both: 4 # However, it's an attempt to both:
5 # - emulate how the engine will be deployed 5 # - emulate how the engine will be deployed
6 # - catch as many errors as possible 6 # - catch as many errors as possible
7 # If it proves to be less than entirely stable, drop official and just do 7 # If it proves to be less than entirely stable, drop official and just do
8 # release + DCHECKs 8 # release + DCHECKs
9 is_debug = false 9 is_debug = false
10 is_official_build = true 10 is_official_build = true
11 dcheck_always_on = true 11 dcheck_always_on = true
12 use_goma = true
OLDNEW
« no previous file with comments | « build/args/bots/chromium.fyi/blimp_client_rel.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698