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

Side by Side Diff: base/BUILD.gn

Issue 1044413002: Record async "task backtraces" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More wording fixes. Created 3 years, 10 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 2001 matching lines...) Expand 10 before | Expand all | Expand 10 after
2012 "metrics/sample_vector_unittest.cc", 2012 "metrics/sample_vector_unittest.cc",
2013 "metrics/sparse_histogram_unittest.cc", 2013 "metrics/sparse_histogram_unittest.cc",
2014 "metrics/statistics_recorder_unittest.cc", 2014 "metrics/statistics_recorder_unittest.cc",
2015 "native_library_unittest.cc", 2015 "native_library_unittest.cc",
2016 "numerics/safe_numerics_unittest.cc", 2016 "numerics/safe_numerics_unittest.cc",
2017 "numerics/saturated_arithmetic_unittest.cc", 2017 "numerics/saturated_arithmetic_unittest.cc",
2018 "observer_list_unittest.cc", 2018 "observer_list_unittest.cc",
2019 "optional_unittest.cc", 2019 "optional_unittest.cc",
2020 "os_compat_android_unittest.cc", 2020 "os_compat_android_unittest.cc",
2021 "path_service_unittest.cc", 2021 "path_service_unittest.cc",
2022 "pending_task_unittest.cc",
2022 "pickle_unittest.cc", 2023 "pickle_unittest.cc",
2023 "posix/file_descriptor_shuffle_unittest.cc", 2024 "posix/file_descriptor_shuffle_unittest.cc",
2024 "posix/unix_domain_socket_linux_unittest.cc", 2025 "posix/unix_domain_socket_linux_unittest.cc",
2025 "power_monitor/power_monitor_unittest.cc", 2026 "power_monitor/power_monitor_unittest.cc",
2026 "process/memory_unittest.cc", 2027 "process/memory_unittest.cc",
2027 "process/memory_unittest_mac.h", 2028 "process/memory_unittest_mac.h",
2028 "process/memory_unittest_mac.mm", 2029 "process/memory_unittest_mac.mm",
2029 "process/process_metrics_unittest.cc", 2030 "process/process_metrics_unittest.cc",
2030 "process/process_metrics_unittest_ios.cc", 2031 "process/process_metrics_unittest_ios.cc",
2031 "process/process_unittest.cc", 2032 "process/process_unittest.cc",
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
2639 } 2640 }
2640 2641
2641 fuzzer_test("base_json_correctness_fuzzer") { 2642 fuzzer_test("base_json_correctness_fuzzer") {
2642 sources = [ 2643 sources = [
2643 "json/correctness_fuzzer.cc", 2644 "json/correctness_fuzzer.cc",
2644 ] 2645 ]
2645 deps = [ 2646 deps = [
2646 ":base", 2647 ":base",
2647 ] 2648 ]
2648 } 2649 }
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