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

Side by Side Diff: base/BUILD.gn

Issue 2159323002: Add tracing AutoOpenCloseEvent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code review changes Created 4 years, 3 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 875 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 "time/time_win.cc", 886 "time/time_win.cc",
887 "timer/elapsed_timer.cc", 887 "timer/elapsed_timer.cc",
888 "timer/elapsed_timer.h", 888 "timer/elapsed_timer.h",
889 "timer/hi_res_timer_manager.h", 889 "timer/hi_res_timer_manager.h",
890 "timer/hi_res_timer_manager_posix.cc", 890 "timer/hi_res_timer_manager_posix.cc",
891 "timer/hi_res_timer_manager_win.cc", 891 "timer/hi_res_timer_manager_win.cc",
892 "timer/mock_timer.cc", 892 "timer/mock_timer.cc",
893 "timer/mock_timer.h", 893 "timer/mock_timer.h",
894 "timer/timer.cc", 894 "timer/timer.cc",
895 "timer/timer.h", 895 "timer/timer.h",
896 "trace_event/auto_open_close_event.cc",
897 "trace_event/auto_open_close_event.h",
896 "trace_event/blame_context.cc", 898 "trace_event/blame_context.cc",
897 "trace_event/blame_context.h", 899 "trace_event/blame_context.h",
898 "trace_event/common/trace_event_common.h", 900 "trace_event/common/trace_event_common.h",
899 "trace_event/heap_profiler.h", 901 "trace_event/heap_profiler.h",
900 "trace_event/heap_profiler_allocation_context.cc", 902 "trace_event/heap_profiler_allocation_context.cc",
901 "trace_event/heap_profiler_allocation_context.h", 903 "trace_event/heap_profiler_allocation_context.h",
902 "trace_event/heap_profiler_allocation_context_tracker.cc", 904 "trace_event/heap_profiler_allocation_context_tracker.cc",
903 "trace_event/heap_profiler_allocation_context_tracker.h", 905 "trace_event/heap_profiler_allocation_context_tracker.h",
904 "trace_event/heap_profiler_allocation_register.cc", 906 "trace_event/heap_profiler_allocation_register.cc",
905 "trace_event/heap_profiler_allocation_register.h", 907 "trace_event/heap_profiler_allocation_register.h",
(...skipping 1541 matching lines...) Expand 10 before | Expand all | Expand 10 after
2447 testonly = true 2449 testonly = true
2448 deps = [ 2450 deps = [
2449 ":base_java", 2451 ":base_java",
2450 ] 2452 ]
2451 java_files = [ 2453 java_files = [
2452 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", 2454 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java",
2453 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", 2455 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java",
2454 ] 2456 ]
2455 } 2457 }
2456 } 2458 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/auto_open_close_event.h » ('j') | base/trace_event/auto_open_close_event.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698