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

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

Issue 1476323002: Add base to "gn check". (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 unified diff | Download patch
« no previous file with comments | « base/debug/BUILD.gn ('k') | base/trace_event/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "field_trial.cc", 9 "field_trial.cc",
10 "field_trial.h", 10 "field_trial.h",
(...skipping 21 matching lines...) Expand all
32 "user_metrics.h", 32 "user_metrics.h",
33 "user_metrics_action.h", 33 "user_metrics_action.h",
34 ] 34 ]
35 35
36 configs += [ "//base:base_implementation" ] 36 configs += [ "//base:base_implementation" ]
37 37
38 deps = [ 38 deps = [
39 "//base/debug", 39 "//base/debug",
40 "//base/json", 40 "//base/json",
41 "//base/memory", 41 "//base/memory",
42 "//base/process",
42 ] 43 ]
43 44
44 allow_circular_includes_from = [ "//base/memory" ] 45 allow_circular_includes_from = [
46 "//base/memory",
47 "//base/process",
48 ]
45 49
46 visibility = [ "//base/*" ] 50 visibility = [ "//base/*" ]
47 } 51 }
OLDNEW
« no previous file with comments | « base/debug/BUILD.gn ('k') | base/trace_event/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698