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

Unified Diff: components/metrics/BUILD.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/official.android/blimp-engine.gn ('k') | components/metrics/metrics_log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index 58321a5b17a207ef8f1a2459a6398ec7cfa07129..1d082459a11891b8f96785064ef8695a2b7c56e8 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -2,17 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-declare_args() {
- # Overrides os name in uma metrics log to "Blimp".
- metrics_use_blimp = false
-}
-
-# These are only used by the blimp team, which has entirely migrated to gn,
-# so this logic is not replicated in the gyp file.
-if (metrics_use_blimp) {
- defines = [ "OVERRIDE_OS_NAME_TO_BLIMP" ]
-}
-
static_library("metrics") {
sources = [
"call_stack_profile_metrics_provider.cc",
« no previous file with comments | « build/args/bots/official.android/blimp-engine.gn ('k') | components/metrics/metrics_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698