| OLD | NEW |
| 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 # GYP version: components/metrics.gypi:metrics | 5 # GYP version: components/metrics.gypi:metrics |
| 6 source_set("metrics") { | 6 source_set("metrics") { |
| 7 sources = [ | 7 sources = [ |
| 8 "call_stack_profile_metrics_provider.cc", |
| 9 "call_stack_profile_metrics_provider.h", |
| 8 "clean_exit_beacon.cc", | 10 "clean_exit_beacon.cc", |
| 9 "clean_exit_beacon.h", | 11 "clean_exit_beacon.h", |
| 10 "client_info.cc", | 12 "client_info.cc", |
| 11 "client_info.h", | 13 "client_info.h", |
| 12 "cloned_install_detector.cc", | 14 "cloned_install_detector.cc", |
| 13 "cloned_install_detector.h", | 15 "cloned_install_detector.h", |
| 14 "compression_utils.cc", | 16 "compression_utils.cc", |
| 15 "compression_utils.h", | 17 "compression_utils.h", |
| 16 "daily_event.cc", | 18 "daily_event.cc", |
| 17 "daily_event.h", | 19 "daily_event.h", |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 ":profiler", | 189 ":profiler", |
| 188 ":test_support", | 190 ":test_support", |
| 189 "//base:prefs_test_support", | 191 "//base:prefs_test_support", |
| 190 "//base/test:test_support", | 192 "//base/test:test_support", |
| 191 "//components/variations", | 193 "//components/variations", |
| 192 "//content/public/common", | 194 "//content/public/common", |
| 193 "//testing/gtest", | 195 "//testing/gtest", |
| 194 ] | 196 ] |
| 195 } | 197 } |
| 196 # TODO(GYP): metrics_chromeos | 198 # TODO(GYP): metrics_chromeos |
| OLD | NEW |