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

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

Issue 1951083002: Add three missing test files to gn builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | components/safe_json/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 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 # GYP version: components/metrics.gypi:metrics 10 # GYP version: components/metrics.gypi:metrics
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 } 313 }
314 314
315 source_set("unit_tests") { 315 source_set("unit_tests") {
316 testonly = true 316 testonly = true
317 sources = [ 317 sources = [
318 "call_stack_profile_metrics_provider_unittest.cc", 318 "call_stack_profile_metrics_provider_unittest.cc",
319 "cloned_install_detector_unittest.cc", 319 "cloned_install_detector_unittest.cc",
320 "daily_event_unittest.cc", 320 "daily_event_unittest.cc",
321 "data_use_tracker_unittest.cc", 321 "data_use_tracker_unittest.cc",
322 "drive_metrics_provider_unittest.cc", 322 "drive_metrics_provider_unittest.cc",
323 "file_metrics_provider_unittest.cc",
323 "histogram_encoder_unittest.cc", 324 "histogram_encoder_unittest.cc",
324 "machine_id_provider_win_unittest.cc", 325 "machine_id_provider_win_unittest.cc",
325 "metrics_log_manager_unittest.cc", 326 "metrics_log_manager_unittest.cc",
326 "metrics_log_unittest.cc", 327 "metrics_log_unittest.cc",
327 "metrics_reporting_scheduler_unittest.cc", 328 "metrics_reporting_scheduler_unittest.cc",
328 "metrics_service_unittest.cc", 329 "metrics_service_unittest.cc",
329 "metrics_state_manager_unittest.cc", 330 "metrics_state_manager_unittest.cc",
330 "net/net_metrics_log_uploader_unittest.cc", 331 "net/net_metrics_log_uploader_unittest.cc",
331 "persisted_logs_unittest.cc", 332 "persisted_logs_unittest.cc",
332 "profiler/profiler_metrics_provider_unittest.cc", 333 "profiler/profiler_metrics_provider_unittest.cc",
(...skipping 29 matching lines...) Expand all
362 # These are only used by the blimp team, which has entirely migrated to gn, 363 # These are only used by the blimp team, which has entirely migrated to gn,
363 # so this logic is not replicated in the gyp file. 364 # so this logic is not replicated in the gyp file.
364 if (metrics_use_blimp) { 365 if (metrics_use_blimp) {
365 defines = [ 366 defines = [
366 "OVERRIDE_OS_NAME_TO_BLIMP", 367 "OVERRIDE_OS_NAME_TO_BLIMP",
367 "ENABLE_REPORTING_BLIMP", 368 "ENABLE_REPORTING_BLIMP",
368 ] 369 ]
369 } 370 }
370 } 371 }
371 # TODO(GYP): metrics_chromeos 372 # TODO(GYP): metrics_chromeos
OLDNEW
« no previous file with comments | « no previous file | components/safe_json/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698