| 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 875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |