| 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 881 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 892 "time/time_win.cc", | 892 "time/time_win.cc", |
| 893 "timer/elapsed_timer.cc", | 893 "timer/elapsed_timer.cc", |
| 894 "timer/elapsed_timer.h", | 894 "timer/elapsed_timer.h", |
| 895 "timer/hi_res_timer_manager.h", | 895 "timer/hi_res_timer_manager.h", |
| 896 "timer/hi_res_timer_manager_posix.cc", | 896 "timer/hi_res_timer_manager_posix.cc", |
| 897 "timer/hi_res_timer_manager_win.cc", | 897 "timer/hi_res_timer_manager_win.cc", |
| 898 "timer/mock_timer.cc", | 898 "timer/mock_timer.cc", |
| 899 "timer/mock_timer.h", | 899 "timer/mock_timer.h", |
| 900 "timer/timer.cc", | 900 "timer/timer.cc", |
| 901 "timer/timer.h", | 901 "timer/timer.h", |
| 902 "trace_event/auto_open_close_event.cc", |
| 903 "trace_event/auto_open_close_event.h", |
| 902 "trace_event/blame_context.cc", | 904 "trace_event/blame_context.cc", |
| 903 "trace_event/blame_context.h", | 905 "trace_event/blame_context.h", |
| 904 "trace_event/common/trace_event_common.h", | 906 "trace_event/common/trace_event_common.h", |
| 905 "trace_event/heap_profiler.h", | 907 "trace_event/heap_profiler.h", |
| 906 "trace_event/heap_profiler_allocation_context.cc", | 908 "trace_event/heap_profiler_allocation_context.cc", |
| 907 "trace_event/heap_profiler_allocation_context.h", | 909 "trace_event/heap_profiler_allocation_context.h", |
| 908 "trace_event/heap_profiler_allocation_context_tracker.cc", | 910 "trace_event/heap_profiler_allocation_context_tracker.cc", |
| 909 "trace_event/heap_profiler_allocation_context_tracker.h", | 911 "trace_event/heap_profiler_allocation_context_tracker.h", |
| 910 "trace_event/heap_profiler_allocation_register.cc", | 912 "trace_event/heap_profiler_allocation_register.cc", |
| 911 "trace_event/heap_profiler_allocation_register.h", | 913 "trace_event/heap_profiler_allocation_register.h", |
| (...skipping 1547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2459 testonly = true | 2461 testonly = true |
| 2460 deps = [ | 2462 deps = [ |
| 2461 ":base_java", | 2463 ":base_java", |
| 2462 ] | 2464 ] |
| 2463 java_files = [ | 2465 java_files = [ |
| 2464 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", | 2466 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", |
| 2465 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", | 2467 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", |
| 2466 ] | 2468 ] |
| 2467 } | 2469 } |
| 2468 } | 2470 } |
| OLD | NEW |