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 |
deleted file mode 100644 |
index 05dc14b61473ddf4da735e881b74923582cacad2..0000000000000000000000000000000000000000 |
--- a/build/args/bots/chromium.fyi/blimp_engine_rel.gn |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-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 |
-use_goma = true |