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

Side by Side Diff: base/BUILD.gn

Issue 2427503003: Rename ScopedThreadHeapUsage to ThreadHeapUsageTracker. (Closed)
Patch Set: Address Lei Zhang's comments, fix leak in test. Created 4 years, 2 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
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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "containers/hash_tables.h", 256 "containers/hash_tables.h",
257 "containers/linked_list.h", 257 "containers/linked_list.h",
258 "containers/mru_cache.h", 258 "containers/mru_cache.h",
259 "containers/scoped_ptr_hash_map.h", 259 "containers/scoped_ptr_hash_map.h",
260 "containers/small_map.h", 260 "containers/small_map.h",
261 "containers/stack_container.h", 261 "containers/stack_container.h",
262 "cpu.cc", 262 "cpu.cc",
263 "cpu.h", 263 "cpu.h",
264 "critical_closure.h", 264 "critical_closure.h",
265 "critical_closure_internal_ios.mm", 265 "critical_closure_internal_ios.mm",
266
267 # This file depends on files from the "debug/allocator" target,
268 # but this target does not depend on "debug/allocator".
269 "debug/activity_analyzer.cc",
270 "debug/activity_analyzer.h",
271 "debug/activity_tracker.cc",
272 "debug/activity_tracker.h",
266 "debug/alias.cc", 273 "debug/alias.cc",
267 "debug/alias.h", 274 "debug/alias.h",
268 "debug/asan_invalid_access.cc", 275 "debug/asan_invalid_access.cc",
269 "debug/asan_invalid_access.h", 276 "debug/asan_invalid_access.h",
270 "debug/close_handle_hook_win.cc", 277 "debug/close_handle_hook_win.cc",
271 "debug/close_handle_hook_win.h", 278 "debug/close_handle_hook_win.h",
272 "debug/crash_logging.cc", 279 "debug/crash_logging.cc",
273 "debug/crash_logging.h", 280 "debug/crash_logging.h",
274 "debug/debugger.cc", 281 "debug/debugger.cc",
275 "debug/debugger.h", 282 "debug/debugger.h",
276 "debug/debugger_posix.cc", 283 "debug/debugger_posix.cc",
277 "debug/debugger_win.cc", 284 "debug/debugger_win.cc",
278 "debug/dump_without_crashing.cc", 285 "debug/dump_without_crashing.cc",
279 "debug/dump_without_crashing.h", 286 "debug/dump_without_crashing.h",
280 "debug/gdi_debug_util_win.cc", 287 "debug/gdi_debug_util_win.cc",
281 "debug/gdi_debug_util_win.h", 288 "debug/gdi_debug_util_win.h",
282
283 # This file depends on files from the "debug/allocator" target,
284 # but this target does not depend on "debug/allocator" (see
285 # allocator.gyp for details).
286 "debug/activity_analyzer.cc",
287 "debug/activity_analyzer.h",
288 "debug/activity_tracker.cc",
289 "debug/activity_tracker.h",
290 "debug/leak_annotations.h", 289 "debug/leak_annotations.h",
291 "debug/leak_tracker.h", 290 "debug/leak_tracker.h",
292 "debug/proc_maps_linux.cc", 291 "debug/proc_maps_linux.cc",
293 "debug/proc_maps_linux.h", 292 "debug/proc_maps_linux.h",
294 "debug/profiler.cc", 293 "debug/profiler.cc",
295 "debug/profiler.h", 294 "debug/profiler.h",
296 "debug/scoped_thread_heap_usage.cc",
297 "debug/scoped_thread_heap_usage.h",
298 "debug/stack_trace.cc", 295 "debug/stack_trace.cc",
299 "debug/stack_trace.h", 296 "debug/stack_trace.h",
300 "debug/stack_trace_android.cc", 297 "debug/stack_trace_android.cc",
301 "debug/stack_trace_posix.cc", 298 "debug/stack_trace_posix.cc",
302 "debug/stack_trace_win.cc", 299 "debug/stack_trace_win.cc",
303 "debug/task_annotator.cc", 300 "debug/task_annotator.cc",
304 "debug/task_annotator.h", 301 "debug/task_annotator.h",
302 "debug/thread_heap_usage_tracker.cc",
303 "debug/thread_heap_usage_tracker.h",
305 "deferred_sequenced_task_runner.cc", 304 "deferred_sequenced_task_runner.cc",
306 "deferred_sequenced_task_runner.h", 305 "deferred_sequenced_task_runner.h",
307 "environment.cc", 306 "environment.cc",
308 "environment.h", 307 "environment.h",
309 "feature_list.cc", 308 "feature_list.cc",
310 "feature_list.h", 309 "feature_list.h",
311 "file_descriptor_posix.h", 310 "file_descriptor_posix.h",
312 "file_version_info.h", 311 "file_version_info.h",
313 "file_version_info_mac.h", 312 "file_version_info_mac.h",
314 "file_version_info_mac.mm", 313 "file_version_info_mac.mm",
(...skipping 1460 matching lines...) Expand 10 before | Expand all | Expand 10 after
1775 "containers/scoped_ptr_hash_map_unittest.cc", 1774 "containers/scoped_ptr_hash_map_unittest.cc",
1776 "containers/small_map_unittest.cc", 1775 "containers/small_map_unittest.cc",
1777 "containers/stack_container_unittest.cc", 1776 "containers/stack_container_unittest.cc",
1778 "cpu_unittest.cc", 1777 "cpu_unittest.cc",
1779 "debug/activity_analyzer_unittest.cc", 1778 "debug/activity_analyzer_unittest.cc",
1780 "debug/activity_tracker_unittest.cc", 1779 "debug/activity_tracker_unittest.cc",
1781 "debug/crash_logging_unittest.cc", 1780 "debug/crash_logging_unittest.cc",
1782 "debug/debugger_unittest.cc", 1781 "debug/debugger_unittest.cc",
1783 "debug/leak_tracker_unittest.cc", 1782 "debug/leak_tracker_unittest.cc",
1784 "debug/proc_maps_linux_unittest.cc", 1783 "debug/proc_maps_linux_unittest.cc",
1785 "debug/scoped_thread_heap_usage_unittest.cc",
1786 "debug/stack_trace_unittest.cc", 1784 "debug/stack_trace_unittest.cc",
1787 "debug/task_annotator_unittest.cc", 1785 "debug/task_annotator_unittest.cc",
1786 "debug/thread_heap_usage_tracker_unittest.cc",
1788 "deferred_sequenced_task_runner_unittest.cc", 1787 "deferred_sequenced_task_runner_unittest.cc",
1789 "environment_unittest.cc", 1788 "environment_unittest.cc",
1790 "feature_list_unittest.cc", 1789 "feature_list_unittest.cc",
1791 "file_version_info_win_unittest.cc", 1790 "file_version_info_win_unittest.cc",
1792 "files/dir_reader_posix_unittest.cc", 1791 "files/dir_reader_posix_unittest.cc",
1793 "files/file_descriptor_watcher_posix_unittest.cc", 1792 "files/file_descriptor_watcher_posix_unittest.cc",
1794 "files/file_locking_unittest.cc", 1793 "files/file_locking_unittest.cc",
1795 "files/file_path_unittest.cc", 1794 "files/file_path_unittest.cc",
1796 "files/file_path_watcher_unittest.cc", 1795 "files/file_path_watcher_unittest.cc",
1797 "files/file_proxy_unittest.cc", 1796 "files/file_proxy_unittest.cc",
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
2449 testonly = true 2448 testonly = true
2450 deps = [ 2449 deps = [
2451 ":base_java", 2450 ":base_java",
2452 ] 2451 ]
2453 java_files = [ 2452 java_files = [
2454 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", 2453 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java",
2455 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", 2454 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java",
2456 ] 2455 ]
2457 } 2456 }
2458 } 2457 }
OLDNEW
« no previous file with comments | « no previous file | base/debug/scoped_thread_heap_usage.h » ('j') | base/debug/thread_heap_usage_tracker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698