| 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 829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 840 "time/time_win.cc", | 840 "time/time_win.cc", |
| 841 "timer/elapsed_timer.cc", | 841 "timer/elapsed_timer.cc", |
| 842 "timer/elapsed_timer.h", | 842 "timer/elapsed_timer.h", |
| 843 "timer/hi_res_timer_manager.h", | 843 "timer/hi_res_timer_manager.h", |
| 844 "timer/hi_res_timer_manager_posix.cc", | 844 "timer/hi_res_timer_manager_posix.cc", |
| 845 "timer/hi_res_timer_manager_win.cc", | 845 "timer/hi_res_timer_manager_win.cc", |
| 846 "timer/mock_timer.cc", | 846 "timer/mock_timer.cc", |
| 847 "timer/mock_timer.h", | 847 "timer/mock_timer.h", |
| 848 "timer/timer.cc", | 848 "timer/timer.cc", |
| 849 "timer/timer.h", | 849 "timer/timer.h", |
| 850 "trace_event/blame_context.cc", |
| 851 "trace_event/blame_context.h", |
| 850 "trace_event/common/trace_event_common.h", | 852 "trace_event/common/trace_event_common.h", |
| 851 "trace_event/heap_profiler_allocation_context.cc", | 853 "trace_event/heap_profiler_allocation_context.cc", |
| 852 "trace_event/heap_profiler_allocation_context.h", | 854 "trace_event/heap_profiler_allocation_context.h", |
| 853 "trace_event/heap_profiler_allocation_context_tracker.cc", | 855 "trace_event/heap_profiler_allocation_context_tracker.cc", |
| 854 "trace_event/heap_profiler_allocation_context_tracker.h", | 856 "trace_event/heap_profiler_allocation_context_tracker.h", |
| 855 "trace_event/heap_profiler_allocation_register.cc", | 857 "trace_event/heap_profiler_allocation_register.cc", |
| 856 "trace_event/heap_profiler_allocation_register.h", | 858 "trace_event/heap_profiler_allocation_register.h", |
| 857 "trace_event/heap_profiler_allocation_register_posix.cc", | 859 "trace_event/heap_profiler_allocation_register_posix.cc", |
| 858 "trace_event/heap_profiler_allocation_register_win.cc", | 860 "trace_event/heap_profiler_allocation_register_win.cc", |
| 859 "trace_event/heap_profiler_heap_dump_writer.cc", | 861 "trace_event/heap_profiler_heap_dump_writer.cc", |
| (...skipping 969 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1829 "threading/watchdog_unittest.cc", | 1831 "threading/watchdog_unittest.cc", |
| 1830 "threading/worker_pool_posix_unittest.cc", | 1832 "threading/worker_pool_posix_unittest.cc", |
| 1831 "threading/worker_pool_unittest.cc", | 1833 "threading/worker_pool_unittest.cc", |
| 1832 "time/pr_time_unittest.cc", | 1834 "time/pr_time_unittest.cc", |
| 1833 "time/time_unittest.cc", | 1835 "time/time_unittest.cc", |
| 1834 "time/time_win_unittest.cc", | 1836 "time/time_win_unittest.cc", |
| 1835 "timer/hi_res_timer_manager_unittest.cc", | 1837 "timer/hi_res_timer_manager_unittest.cc", |
| 1836 "timer/mock_timer_unittest.cc", | 1838 "timer/mock_timer_unittest.cc", |
| 1837 "timer/timer_unittest.cc", | 1839 "timer/timer_unittest.cc", |
| 1838 "tools_sanity_unittest.cc", | 1840 "tools_sanity_unittest.cc", |
| 1841 "trace_event/blame_context_unittest.cc", |
| 1839 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc", | 1842 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc", |
| 1840 "trace_event/heap_profiler_allocation_register_unittest.cc", | 1843 "trace_event/heap_profiler_allocation_register_unittest.cc", |
| 1841 "trace_event/heap_profiler_heap_dump_writer_unittest.cc", | 1844 "trace_event/heap_profiler_heap_dump_writer_unittest.cc", |
| 1842 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc", | 1845 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc", |
| 1843 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc", | 1846 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc", |
| 1844 "trace_event/java_heap_dump_provider_android_unittest.cc", | 1847 "trace_event/java_heap_dump_provider_android_unittest.cc", |
| 1845 "trace_event/memory_allocator_dump_unittest.cc", | 1848 "trace_event/memory_allocator_dump_unittest.cc", |
| 1846 "trace_event/memory_dump_manager_unittest.cc", | 1849 "trace_event/memory_dump_manager_unittest.cc", |
| 1847 "trace_event/process_memory_dump_unittest.cc", | 1850 "trace_event/process_memory_dump_unittest.cc", |
| 1848 "trace_event/trace_config_memory_test_util.h", | 1851 "trace_event/trace_config_memory_test_util.h", |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2201 | 2204 |
| 2202 # GYP: //base.gyp:base_java_unittest_support | 2205 # GYP: //base.gyp:base_java_unittest_support |
| 2203 android_library("base_java_unittest_support") { | 2206 android_library("base_java_unittest_support") { |
| 2204 deps = [ | 2207 deps = [ |
| 2205 ":base_java", | 2208 ":base_java", |
| 2206 ] | 2209 ] |
| 2207 java_files = | 2210 java_files = |
| 2208 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2211 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 2209 } | 2212 } |
| 2210 } | 2213 } |
| OLD | NEW |