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

Side by Side Diff: base/BUILD.gn

Issue 2956683002: chrome://profiler infrastructure uses base time types. (Closed)
Patch Set: Address nit. Created 3 years, 5 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 | base/debug/task_annotator.cc » ('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) 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 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 "profiler/native_stack_sampler.h", 696 "profiler/native_stack_sampler.h",
697 "profiler/native_stack_sampler_mac.cc", 697 "profiler/native_stack_sampler_mac.cc",
698 "profiler/native_stack_sampler_posix.cc", 698 "profiler/native_stack_sampler_posix.cc",
699 "profiler/native_stack_sampler_win.cc", 699 "profiler/native_stack_sampler_win.cc",
700 "profiler/scoped_profile.cc", 700 "profiler/scoped_profile.cc",
701 "profiler/scoped_profile.h", 701 "profiler/scoped_profile.h",
702 "profiler/scoped_tracker.cc", 702 "profiler/scoped_tracker.cc",
703 "profiler/scoped_tracker.h", 703 "profiler/scoped_tracker.h",
704 "profiler/stack_sampling_profiler.cc", 704 "profiler/stack_sampling_profiler.cc",
705 "profiler/stack_sampling_profiler.h", 705 "profiler/stack_sampling_profiler.h",
706 "profiler/tracked_time.cc",
707 "profiler/tracked_time.h",
708 "rand_util.cc", 706 "rand_util.cc",
709 "rand_util.h", 707 "rand_util.h",
710 "rand_util_nacl.cc", 708 "rand_util_nacl.cc",
711 "rand_util_posix.cc", 709 "rand_util_posix.cc",
712 "rand_util_win.cc", 710 "rand_util_win.cc",
713 "run_loop.cc", 711 "run_loop.cc",
714 "run_loop.h", 712 "run_loop.h",
715 "scoped_clear_errno.h", 713 "scoped_clear_errno.h",
716 "scoped_generic.h", 714 "scoped_generic.h",
717 "scoped_native_library.cc", 715 "scoped_native_library.cc",
(...skipping 1420 matching lines...) Expand 10 before | Expand all | Expand 10 after
2138 "power_monitor/power_monitor_unittest.cc", 2136 "power_monitor/power_monitor_unittest.cc",
2139 "process/memory_unittest.cc", 2137 "process/memory_unittest.cc",
2140 "process/memory_unittest_mac.h", 2138 "process/memory_unittest_mac.h",
2141 "process/memory_unittest_mac.mm", 2139 "process/memory_unittest_mac.mm",
2142 "process/process_info_unittest.cc", 2140 "process/process_info_unittest.cc",
2143 "process/process_metrics_unittest.cc", 2141 "process/process_metrics_unittest.cc",
2144 "process/process_metrics_unittest_ios.cc", 2142 "process/process_metrics_unittest_ios.cc",
2145 "process/process_unittest.cc", 2143 "process/process_unittest.cc",
2146 "process/process_util_unittest.cc", 2144 "process/process_util_unittest.cc",
2147 "profiler/stack_sampling_profiler_unittest.cc", 2145 "profiler/stack_sampling_profiler_unittest.cc",
2148 "profiler/tracked_time_unittest.cc",
2149 "rand_util_unittest.cc", 2146 "rand_util_unittest.cc",
2150 "run_loop_unittest.cc", 2147 "run_loop_unittest.cc",
2151 "scoped_clear_errno_unittest.cc", 2148 "scoped_clear_errno_unittest.cc",
2152 "scoped_generic_unittest.cc", 2149 "scoped_generic_unittest.cc",
2153 "scoped_native_library_unittest.cc", 2150 "scoped_native_library_unittest.cc",
2154 "security_unittest.cc", 2151 "security_unittest.cc",
2155 "sequence_checker_unittest.cc", 2152 "sequence_checker_unittest.cc",
2156 "sequence_token_unittest.cc", 2153 "sequence_token_unittest.cc",
2157 "sequenced_task_runner_unittest.cc", 2154 "sequenced_task_runner_unittest.cc",
2158 "sha1_unittest.cc", 2155 "sha1_unittest.cc",
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
2800 } 2797 }
2801 2798
2802 fuzzer_test("base_json_correctness_fuzzer") { 2799 fuzzer_test("base_json_correctness_fuzzer") {
2803 sources = [ 2800 sources = [
2804 "json/correctness_fuzzer.cc", 2801 "json/correctness_fuzzer.cc",
2805 ] 2802 ]
2806 deps = [ 2803 deps = [
2807 ":base", 2804 ":base",
2808 ] 2805 ]
2809 } 2806 }
OLDNEW
« no previous file with comments | « no previous file | base/debug/task_annotator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698