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

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

Issue 2531123002: Record MetricsService's execution phase to the stability file (Closed)
Patch Set: fix issue with incorrect kStabilityExecutionPhase Created 4 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 | « components/browser_watcher/watcher_metrics_provider_win.cc ('k') | components/metrics/DEPS » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 declare_args() { 5 declare_args() {
6 # Overrides os name in uma metrics log to "Blimp". 6 # Overrides os name in uma metrics log to "Blimp".
7 metrics_use_blimp = false 7 metrics_use_blimp = false
8 } 8 }
9 9
10 # These are only used by the blimp team, which has entirely migrated to gn, 10 # These are only used by the blimp team, which has entirely migrated to gn,
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "url_constants.h", 78 "url_constants.h",
79 ] 79 ]
80 80
81 public_deps = [ 81 public_deps = [
82 "//components/metrics/proto", 82 "//components/metrics/proto",
83 ] 83 ]
84 deps = [ 84 deps = [
85 ":call_stack_profile_params", 85 ":call_stack_profile_params",
86 "//base", 86 "//base",
87 "//base:base_static", 87 "//base:base_static",
88 "//components/browser_watcher:stability",
89 "//components/browser_watcher:stability_data",
88 "//components/prefs", 90 "//components/prefs",
89 "//components/variations", 91 "//components/variations",
90 "//third_party/zlib:compression_utils", 92 "//third_party/zlib:compression_utils",
91 ] 93 ]
92 94
93 if (is_chromeos) { 95 if (is_chromeos) {
94 deps += [ ":serialization" ] 96 deps += [ ":serialization" ]
95 } 97 }
96 98
97 if (is_mac) { 99 if (is_mac) {
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 deps += [ "leak_detector:unit_tests" ] 352 deps += [ "leak_detector:unit_tests" ]
351 } 353 }
352 354
353 # iOS is not supported by the profiler and the ios-simulator bot chokes on 355 # iOS is not supported by the profiler and the ios-simulator bot chokes on
354 # these tests. 356 # these tests.
355 if (is_ios) { 357 if (is_ios) {
356 sources -= [ "child_call_stack_profile_collector_unittest.cc" ] 358 sources -= [ "child_call_stack_profile_collector_unittest.cc" ]
357 deps -= [ "//components/metrics/public/cpp:call_stack_unit_tests" ] 359 deps -= [ "//components/metrics/public/cpp:call_stack_unit_tests" ]
358 } 360 }
359 } 361 }
OLDNEW
« no previous file with comments | « components/browser_watcher/watcher_metrics_provider_win.cc ('k') | components/metrics/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698