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

Unified Diff: build/args/bots/official.android/blimp-engine.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/args/bots/chromium.linux/blimp_linux_dbg.gn ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/args/bots/official.android/blimp-engine.gn
diff --git a/build/args/bots/official.android/blimp-engine.gn b/build/args/bots/official.android/blimp-engine.gn
deleted file mode 100644
index 6fbc7b6f4fe88c748a8754021106b011f8bc003a..0000000000000000000000000000000000000000
--- a/build/args/bots/official.android/blimp-engine.gn
+++ /dev/null
@@ -1,16 +0,0 @@
-import("//build/args/blimp_engine.gn")
-
-# Use release build to improve engine performance, especially WebP encoding.
-is_debug = false
-
-# Designate this as an official build to pick up breakpad symbols.
-is_official_build = true
-
-# is_official_build will by default build with loads of symbols that we don't
-# use, thus bloating the engine binary size. Build with symbol_level = 1 to keep
-# binary size reasonable while preserving enough to generate backtraces with
-# source line numbers.
-symbol_level = 1
-
-# Turn on DCHECK to find bugs.
-dcheck_always_on = true
« no previous file with comments | « build/args/bots/chromium.linux/blimp_linux_dbg.gn ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698