| 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 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 837 "time/time_win.cc", | 837 "time/time_win.cc", |
| 838 "timer/elapsed_timer.cc", | 838 "timer/elapsed_timer.cc", |
| 839 "timer/elapsed_timer.h", | 839 "timer/elapsed_timer.h", |
| 840 "timer/hi_res_timer_manager.h", | 840 "timer/hi_res_timer_manager.h", |
| 841 "timer/hi_res_timer_manager_posix.cc", | 841 "timer/hi_res_timer_manager_posix.cc", |
| 842 "timer/hi_res_timer_manager_win.cc", | 842 "timer/hi_res_timer_manager_win.cc", |
| 843 "timer/mock_timer.cc", | 843 "timer/mock_timer.cc", |
| 844 "timer/mock_timer.h", | 844 "timer/mock_timer.h", |
| 845 "timer/timer.cc", | 845 "timer/timer.cc", |
| 846 "timer/timer.h", | 846 "timer/timer.h", |
| 847 "trace_event/blame_context.cc", |
| 848 "trace_event/blame_context.h", |
| 847 "trace_event/common/trace_event_common.h", | 849 "trace_event/common/trace_event_common.h", |
| 848 "trace_event/heap_profiler_allocation_context.cc", | 850 "trace_event/heap_profiler_allocation_context.cc", |
| 849 "trace_event/heap_profiler_allocation_context.h", | 851 "trace_event/heap_profiler_allocation_context.h", |
| 850 "trace_event/heap_profiler_allocation_context_tracker.cc", | 852 "trace_event/heap_profiler_allocation_context_tracker.cc", |
| 851 "trace_event/heap_profiler_allocation_context_tracker.h", | 853 "trace_event/heap_profiler_allocation_context_tracker.h", |
| 852 "trace_event/heap_profiler_allocation_register.cc", | 854 "trace_event/heap_profiler_allocation_register.cc", |
| 853 "trace_event/heap_profiler_allocation_register.h", | 855 "trace_event/heap_profiler_allocation_register.h", |
| 854 "trace_event/heap_profiler_allocation_register_posix.cc", | 856 "trace_event/heap_profiler_allocation_register_posix.cc", |
| 855 "trace_event/heap_profiler_allocation_register_win.cc", | 857 "trace_event/heap_profiler_allocation_register_win.cc", |
| 856 "trace_event/heap_profiler_heap_dump_writer.cc", | 858 "trace_event/heap_profiler_heap_dump_writer.cc", |
| (...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1815 "threading/watchdog_unittest.cc", | 1817 "threading/watchdog_unittest.cc", |
| 1816 "threading/worker_pool_posix_unittest.cc", | 1818 "threading/worker_pool_posix_unittest.cc", |
| 1817 "threading/worker_pool_unittest.cc", | 1819 "threading/worker_pool_unittest.cc", |
| 1818 "time/pr_time_unittest.cc", | 1820 "time/pr_time_unittest.cc", |
| 1819 "time/time_unittest.cc", | 1821 "time/time_unittest.cc", |
| 1820 "time/time_win_unittest.cc", | 1822 "time/time_win_unittest.cc", |
| 1821 "timer/hi_res_timer_manager_unittest.cc", | 1823 "timer/hi_res_timer_manager_unittest.cc", |
| 1822 "timer/mock_timer_unittest.cc", | 1824 "timer/mock_timer_unittest.cc", |
| 1823 "timer/timer_unittest.cc", | 1825 "timer/timer_unittest.cc", |
| 1824 "tools_sanity_unittest.cc", | 1826 "tools_sanity_unittest.cc", |
| 1827 "trace_event/blame_context_unittest.cc", |
| 1825 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc", | 1828 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc", |
| 1826 "trace_event/heap_profiler_allocation_register_unittest.cc", | 1829 "trace_event/heap_profiler_allocation_register_unittest.cc", |
| 1827 "trace_event/heap_profiler_heap_dump_writer_unittest.cc", | 1830 "trace_event/heap_profiler_heap_dump_writer_unittest.cc", |
| 1828 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc", | 1831 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc", |
| 1829 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc", | 1832 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc", |
| 1830 "trace_event/java_heap_dump_provider_android_unittest.cc", | 1833 "trace_event/java_heap_dump_provider_android_unittest.cc", |
| 1831 "trace_event/memory_allocator_dump_unittest.cc", | 1834 "trace_event/memory_allocator_dump_unittest.cc", |
| 1832 "trace_event/memory_dump_manager_unittest.cc", | 1835 "trace_event/memory_dump_manager_unittest.cc", |
| 1833 "trace_event/process_memory_dump_unittest.cc", | 1836 "trace_event/process_memory_dump_unittest.cc", |
| 1834 "trace_event/trace_config_memory_test_util.h", | 1837 "trace_event/trace_config_memory_test_util.h", |
| (...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2183 | 2186 |
| 2184 # GYP: //base.gyp:base_java_unittest_support | 2187 # GYP: //base.gyp:base_java_unittest_support |
| 2185 android_library("base_java_unittest_support") { | 2188 android_library("base_java_unittest_support") { |
| 2186 deps = [ | 2189 deps = [ |
| 2187 ":base_java", | 2190 ":base_java", |
| 2188 ] | 2191 ] |
| 2189 java_files = | 2192 java_files = |
| 2190 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2193 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 2191 } | 2194 } |
| 2192 } | 2195 } |
| OLD | NEW |