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

Side by Side Diff: base/BUILD.gn

Issue 2393493002: Expose macros from base/metrics/histogram_macros.h as functions (Closed)
Patch Set: Review comments Created 4 years, 1 month 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # HOW TO WRITE CONDITIONALS IN THIS FILE 5 # HOW TO WRITE CONDITIONALS IN THIS FILE
6 # ====================================== 6 # ======================================
7 # 7 #
8 # In many other places, one would write a conditional that expresses all the 8 # In many other places, one would write a conditional that expresses all the
9 # cases when a source file is used or unused, and then either add or subtract 9 # cases when a source file is used or unused, and then either add or subtract
10 # it from the sources list in that case 10 # it from the sources list in that case
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 "metrics/field_trial.h", 535 "metrics/field_trial.h",
536 "metrics/field_trial_param_associator.cc", 536 "metrics/field_trial_param_associator.cc",
537 "metrics/field_trial_param_associator.h", 537 "metrics/field_trial_param_associator.h",
538 "metrics/histogram.cc", 538 "metrics/histogram.cc",
539 "metrics/histogram.h", 539 "metrics/histogram.h",
540 "metrics/histogram_base.cc", 540 "metrics/histogram_base.cc",
541 "metrics/histogram_base.h", 541 "metrics/histogram_base.h",
542 "metrics/histogram_delta_serialization.cc", 542 "metrics/histogram_delta_serialization.cc",
543 "metrics/histogram_delta_serialization.h", 543 "metrics/histogram_delta_serialization.h",
544 "metrics/histogram_flattener.h", 544 "metrics/histogram_flattener.h",
545 "metrics/histogram_functions.cc",
546 "metrics/histogram_functions.h",
545 "metrics/histogram_macros.h", 547 "metrics/histogram_macros.h",
546 "metrics/histogram_samples.cc", 548 "metrics/histogram_samples.cc",
547 "metrics/histogram_samples.h", 549 "metrics/histogram_samples.h",
548 "metrics/histogram_snapshot_manager.cc", 550 "metrics/histogram_snapshot_manager.cc",
549 "metrics/histogram_snapshot_manager.h", 551 "metrics/histogram_snapshot_manager.h",
550 "metrics/metrics_hashes.cc", 552 "metrics/metrics_hashes.cc",
551 "metrics/metrics_hashes.h", 553 "metrics/metrics_hashes.h",
552 "metrics/persistent_histogram_allocator.cc", 554 "metrics/persistent_histogram_allocator.cc",
553 "metrics/persistent_histogram_allocator.h", 555 "metrics/persistent_histogram_allocator.h",
554 "metrics/persistent_memory_allocator.cc", 556 "metrics/persistent_memory_allocator.cc",
(...skipping 1298 matching lines...) Expand 10 before | Expand all | Expand 10 after
1853 "memory/singleton_unittest.cc", 1855 "memory/singleton_unittest.cc",
1854 "memory/weak_ptr_unittest.cc", 1856 "memory/weak_ptr_unittest.cc",
1855 "message_loop/message_loop_task_runner_unittest.cc", 1857 "message_loop/message_loop_task_runner_unittest.cc",
1856 "message_loop/message_loop_unittest.cc", 1858 "message_loop/message_loop_unittest.cc",
1857 "message_loop/message_pump_glib_unittest.cc", 1859 "message_loop/message_pump_glib_unittest.cc",
1858 "message_loop/message_pump_io_ios_unittest.cc", 1860 "message_loop/message_pump_io_ios_unittest.cc",
1859 "metrics/bucket_ranges_unittest.cc", 1861 "metrics/bucket_ranges_unittest.cc",
1860 "metrics/field_trial_unittest.cc", 1862 "metrics/field_trial_unittest.cc",
1861 "metrics/histogram_base_unittest.cc", 1863 "metrics/histogram_base_unittest.cc",
1862 "metrics/histogram_delta_serialization_unittest.cc", 1864 "metrics/histogram_delta_serialization_unittest.cc",
1865 "metrics/histogram_functions_unittest.cc",
1863 "metrics/histogram_macros_unittest.cc", 1866 "metrics/histogram_macros_unittest.cc",
1864 "metrics/histogram_snapshot_manager_unittest.cc", 1867 "metrics/histogram_snapshot_manager_unittest.cc",
1865 "metrics/histogram_unittest.cc", 1868 "metrics/histogram_unittest.cc",
1866 "metrics/metrics_hashes_unittest.cc", 1869 "metrics/metrics_hashes_unittest.cc",
1867 "metrics/persistent_histogram_allocator_unittest.cc", 1870 "metrics/persistent_histogram_allocator_unittest.cc",
1868 "metrics/persistent_memory_allocator_unittest.cc", 1871 "metrics/persistent_memory_allocator_unittest.cc",
1869 "metrics/persistent_sample_map_unittest.cc", 1872 "metrics/persistent_sample_map_unittest.cc",
1870 "metrics/sample_map_unittest.cc", 1873 "metrics/sample_map_unittest.cc",
1871 "metrics/sample_vector_unittest.cc", 1874 "metrics/sample_vector_unittest.cc",
1872 "metrics/sparse_histogram_unittest.cc", 1875 "metrics/sparse_histogram_unittest.cc",
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
2467 } 2470 }
2468 2471
2469 fuzzer_test("base_json_correctness_fuzzer") { 2472 fuzzer_test("base_json_correctness_fuzzer") {
2470 sources = [ 2473 sources = [
2471 "json/correctness_fuzzer.cc", 2474 "json/correctness_fuzzer.cc",
2472 ] 2475 ]
2473 deps = [ 2476 deps = [
2474 ":base", 2477 ":base",
2475 ] 2478 ]
2476 } 2479 }
OLDNEW
« no previous file with comments | « no previous file | base/metrics/histogram_functions.h » ('j') | base/metrics/histogram_functions_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698