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

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: add forward declaration 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
« no previous file with comments | « no previous file | base/trace_event/auto_open_close_event.h » ('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 877 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 "time/time_win.cc", 888 "time/time_win.cc",
889 "timer/elapsed_timer.cc", 889 "timer/elapsed_timer.cc",
890 "timer/elapsed_timer.h", 890 "timer/elapsed_timer.h",
891 "timer/hi_res_timer_manager.h", 891 "timer/hi_res_timer_manager.h",
892 "timer/hi_res_timer_manager_posix.cc", 892 "timer/hi_res_timer_manager_posix.cc",
893 "timer/hi_res_timer_manager_win.cc", 893 "timer/hi_res_timer_manager_win.cc",
894 "timer/mock_timer.cc", 894 "timer/mock_timer.cc",
895 "timer/mock_timer.h", 895 "timer/mock_timer.h",
896 "timer/timer.cc", 896 "timer/timer.cc",
897 "timer/timer.h", 897 "timer/timer.h",
898 "trace_event/auto_open_close_event.cc",
899 "trace_event/auto_open_close_event.h",
898 "trace_event/blame_context.cc", 900 "trace_event/blame_context.cc",
899 "trace_event/blame_context.h", 901 "trace_event/blame_context.h",
900 "trace_event/common/trace_event_common.h", 902 "trace_event/common/trace_event_common.h",
901 "trace_event/heap_profiler.h", 903 "trace_event/heap_profiler.h",
902 "trace_event/heap_profiler_allocation_context.cc", 904 "trace_event/heap_profiler_allocation_context.cc",
903 "trace_event/heap_profiler_allocation_context.h", 905 "trace_event/heap_profiler_allocation_context.h",
904 "trace_event/heap_profiler_allocation_context_tracker.cc", 906 "trace_event/heap_profiler_allocation_context_tracker.cc",
905 "trace_event/heap_profiler_allocation_context_tracker.h", 907 "trace_event/heap_profiler_allocation_context_tracker.h",
906 "trace_event/heap_profiler_allocation_register.cc", 908 "trace_event/heap_profiler_allocation_register.cc",
907 "trace_event/heap_profiler_allocation_register.h", 909 "trace_event/heap_profiler_allocation_register.h",
(...skipping 1546 matching lines...) Expand 10 before | Expand all | Expand 10 after
2454 testonly = true 2456 testonly = true
2455 deps = [ 2457 deps = [
2456 ":base_java", 2458 ":base_java",
2457 ] 2459 ]
2458 java_files = [ 2460 java_files = [
2459 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", 2461 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java",
2460 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", 2462 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java",
2461 ] 2463 ]
2462 } 2464 }
2463 } 2465 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/auto_open_close_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698