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

Unified Diff: build/args/bots/chromium.fyi/blimp_engine_rel.gn

Issue 2364083002: Add build and test configs for blimp client and engine bots on chromium.fyi. (Closed)
Patch Set: rebase Created 4 years, 3 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 | « build/args/bots/chromium.fyi/blimp_client_rel.gn ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/args/bots/chromium.fyi/blimp_engine_rel.gn
diff --git a/build/args/bots/chromium.fyi/blimp_engine_rel.gn b/build/args/bots/chromium.fyi/blimp_engine_rel.gn
new file mode 100644
index 0000000000000000000000000000000000000000..7a8261a06f5ed4057ec89a62e514abd26cd3dd69
--- /dev/null
+++ b/build/args/bots/chromium.fyi/blimp_engine_rel.gn
@@ -0,0 +1,11 @@
+import("//build/args/blimp_engine.gn")
+
+# release + official + DCHECKs is a weird combination of arguments!
+# However, it's an attempt to both:
+# - emulate how the engine will be deployed
+# - catch as many errors as possible
+# If it proves to be less than entirely stable, drop official and just do
+# release + DCHECKs
+is_debug = false
+is_official_build = true
+dcheck_always_on = true
« no previous file with comments | « build/args/bots/chromium.fyi/blimp_client_rel.gn ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698