OLD | NEW |
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 878 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
889 "timer/hi_res_timer_manager_posix.cc", | 889 "timer/hi_res_timer_manager_posix.cc", |
890 "timer/hi_res_timer_manager_win.cc", | 890 "timer/hi_res_timer_manager_win.cc", |
891 "timer/mock_timer.cc", | 891 "timer/mock_timer.cc", |
892 "timer/mock_timer.h", | 892 "timer/mock_timer.h", |
893 "timer/timer.cc", | 893 "timer/timer.cc", |
894 "timer/timer.h", | 894 "timer/timer.h", |
895 "trace_event/auto_open_close_event.cc", | 895 "trace_event/auto_open_close_event.cc", |
896 "trace_event/auto_open_close_event.h", | 896 "trace_event/auto_open_close_event.h", |
897 "trace_event/blame_context.cc", | 897 "trace_event/blame_context.cc", |
898 "trace_event/blame_context.h", | 898 "trace_event/blame_context.h", |
| 899 "trace_event/category_registry.cc", |
| 900 "trace_event/category_registry.h", |
899 "trace_event/common/trace_event_common.h", | 901 "trace_event/common/trace_event_common.h", |
900 "trace_event/heap_profiler.h", | 902 "trace_event/heap_profiler.h", |
901 "trace_event/heap_profiler_allocation_context.cc", | 903 "trace_event/heap_profiler_allocation_context.cc", |
902 "trace_event/heap_profiler_allocation_context.h", | 904 "trace_event/heap_profiler_allocation_context.h", |
903 "trace_event/heap_profiler_allocation_context_tracker.cc", | 905 "trace_event/heap_profiler_allocation_context_tracker.cc", |
904 "trace_event/heap_profiler_allocation_context_tracker.h", | 906 "trace_event/heap_profiler_allocation_context_tracker.h", |
905 "trace_event/heap_profiler_allocation_register.cc", | 907 "trace_event/heap_profiler_allocation_register.cc", |
906 "trace_event/heap_profiler_allocation_register.h", | 908 "trace_event/heap_profiler_allocation_register.h", |
907 "trace_event/heap_profiler_allocation_register_posix.cc", | 909 "trace_event/heap_profiler_allocation_register_posix.cc", |
908 "trace_event/heap_profiler_allocation_register_win.cc", | 910 "trace_event/heap_profiler_allocation_register_win.cc", |
(...skipping 21 matching lines...) Expand all Loading... |
930 "trace_event/memory_infra_background_whitelist.cc", | 932 "trace_event/memory_infra_background_whitelist.cc", |
931 "trace_event/memory_infra_background_whitelist.h", | 933 "trace_event/memory_infra_background_whitelist.h", |
932 "trace_event/process_memory_dump.cc", | 934 "trace_event/process_memory_dump.cc", |
933 "trace_event/process_memory_dump.h", | 935 "trace_event/process_memory_dump.h", |
934 "trace_event/process_memory_maps.cc", | 936 "trace_event/process_memory_maps.cc", |
935 "trace_event/process_memory_maps.h", | 937 "trace_event/process_memory_maps.h", |
936 "trace_event/process_memory_totals.cc", | 938 "trace_event/process_memory_totals.cc", |
937 "trace_event/process_memory_totals.h", | 939 "trace_event/process_memory_totals.h", |
938 "trace_event/trace_buffer.cc", | 940 "trace_event/trace_buffer.cc", |
939 "trace_event/trace_buffer.h", | 941 "trace_event/trace_buffer.h", |
| 942 "trace_event/trace_category.h", |
940 "trace_event/trace_config.cc", | 943 "trace_event/trace_config.cc", |
941 "trace_event/trace_config.h", | 944 "trace_event/trace_config.h", |
942 "trace_event/trace_event.h", | 945 "trace_event/trace_event.h", |
943 "trace_event/trace_event_android.cc", | 946 "trace_event/trace_event_android.cc", |
944 "trace_event/trace_event_argument.cc", | 947 "trace_event/trace_event_argument.cc", |
945 "trace_event/trace_event_argument.h", | 948 "trace_event/trace_event_argument.h", |
946 "trace_event/trace_event_etw_export_win.cc", | 949 "trace_event/trace_event_etw_export_win.cc", |
947 "trace_event/trace_event_etw_export_win.h", | 950 "trace_event/trace_event_etw_export_win.h", |
948 "trace_event/trace_event_impl.cc", | 951 "trace_event/trace_event_impl.cc", |
949 "trace_event/trace_event_impl.h", | 952 "trace_event/trace_event_impl.h", |
(...skipping 1506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2456 testonly = true | 2459 testonly = true |
2457 deps = [ | 2460 deps = [ |
2458 ":base_java", | 2461 ":base_java", |
2459 ] | 2462 ] |
2460 java_files = [ | 2463 java_files = [ |
2461 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", | 2464 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", |
2462 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", | 2465 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", |
2463 ] | 2466 ] |
2464 } | 2467 } |
2465 } | 2468 } |
OLD | NEW |