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

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

Issue 2626423004: Remove all //blimp code. (Closed)
Patch Set: One last(?) `git merge` for good measure. Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 import("//build/args/blimp_engine.gn")
2
3 # release + official + DCHECKs is a weird combination of arguments!
4 # However, it's an attempt to both:
5 # - emulate how the engine will be deployed
6 # - catch as many errors as possible
7 # If it proves to be less than entirely stable, drop official and just do
8 # release + DCHECKs
9 is_debug = false
10 is_official_build = 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') | build/args/bots/chromium.linux/blimp_linux_dbg.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698