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

Unified Diff: base/metrics/BUILD.gn

Issue 1540953003: Move base GN subprojects into base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « base/memory/BUILD.gn ('k') | base/process/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/metrics/BUILD.gn
diff --git a/base/metrics/BUILD.gn b/base/metrics/BUILD.gn
deleted file mode 100644
index 6dd212f887eb9b5541298123c844d1447ac84501..0000000000000000000000000000000000000000
--- a/base/metrics/BUILD.gn
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright (c) 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-source_set("metrics") {
- sources = [
- "bucket_ranges.cc",
- "bucket_ranges.h",
- "field_trial.cc",
- "field_trial.h",
- "histogram.cc",
- "histogram.h",
- "histogram_base.cc",
- "histogram_base.h",
- "histogram_delta_serialization.cc",
- "histogram_delta_serialization.h",
- "histogram_flattener.h",
- "histogram_macros.h",
- "histogram_samples.cc",
- "histogram_samples.h",
- "histogram_snapshot_manager.cc",
- "histogram_snapshot_manager.h",
- "metrics_hashes.cc",
- "metrics_hashes.h",
- "sample_map.cc",
- "sample_map.h",
- "sample_vector.cc",
- "sample_vector.h",
- "sparse_histogram.cc",
- "sparse_histogram.h",
- "statistics_recorder.cc",
- "statistics_recorder.h",
- "user_metrics.cc",
- "user_metrics.h",
- "user_metrics_action.h",
- ]
-
- configs += [ "//base:base_implementation" ]
-
- deps = [
- "//base/debug",
- "//base/json",
- "//base/memory",
- "//base/process",
- ]
-
- allow_circular_includes_from = [
- "//base/memory",
- "//base/process",
- ]
-
- visibility = [ "//base/*" ]
-}
« no previous file with comments | « base/memory/BUILD.gn ('k') | base/process/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698