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

Side by Side Diff: base/metrics/BUILD.gn

Issue 1278403003: Initial implementation of FeatureList in base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 5 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("metrics") { 5 source_set("metrics") {
6 sources = [ 6 sources = [
7 "bucket_ranges.cc", 7 "bucket_ranges.cc",
8 "bucket_ranges.h", 8 "bucket_ranges.h",
9 "feature_list.cc",
10 "feature_list.h",
9 "field_trial.cc", 11 "field_trial.cc",
10 "field_trial.h", 12 "field_trial.h",
11 "histogram.cc", 13 "histogram.cc",
12 "histogram.h", 14 "histogram.h",
13 "histogram_base.cc", 15 "histogram_base.cc",
14 "histogram_base.h", 16 "histogram_base.h",
15 "histogram_delta_serialization.cc", 17 "histogram_delta_serialization.cc",
16 "histogram_delta_serialization.h", 18 "histogram_delta_serialization.h",
17 "histogram_flattener.h", 19 "histogram_flattener.h",
18 "histogram_macros.h", 20 "histogram_macros.h",
(...skipping 17 matching lines...) Expand all
36 configs += [ "//base:base_implementation" ] 38 configs += [ "//base:base_implementation" ]
37 39
38 deps = [ 40 deps = [
39 "//base/debug", 41 "//base/debug",
40 "//base/json", 42 "//base/json",
41 "//base/memory", 43 "//base/memory",
42 ] 44 ]
43 45
44 visibility = [ "//base/*" ] 46 visibility = [ "//base/*" ]
45 } 47 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/metrics/feature_list.h » ('j') | base/metrics/feature_list.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698