| 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 1954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1965 "threading/worker_pool_posix_unittest.cc", | 1965 "threading/worker_pool_posix_unittest.cc", |
| 1966 "threading/worker_pool_unittest.cc", | 1966 "threading/worker_pool_unittest.cc", |
| 1967 "time/pr_time_unittest.cc", | 1967 "time/pr_time_unittest.cc", |
| 1968 "time/time_unittest.cc", | 1968 "time/time_unittest.cc", |
| 1969 "time/time_win_unittest.cc", | 1969 "time/time_win_unittest.cc", |
| 1970 "timer/hi_res_timer_manager_unittest.cc", | 1970 "timer/hi_res_timer_manager_unittest.cc", |
| 1971 "timer/mock_timer_unittest.cc", | 1971 "timer/mock_timer_unittest.cc", |
| 1972 "timer/timer_unittest.cc", | 1972 "timer/timer_unittest.cc", |
| 1973 "tools_sanity_unittest.cc", | 1973 "tools_sanity_unittest.cc", |
| 1974 "trace_event/blame_context_unittest.cc", | 1974 "trace_event/blame_context_unittest.cc", |
| 1975 "trace_event/estimate_memory_usage_unittest.cc", |
| 1975 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc", | 1976 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc", |
| 1976 "trace_event/heap_profiler_allocation_register_unittest.cc", | 1977 "trace_event/heap_profiler_allocation_register_unittest.cc", |
| 1977 "trace_event/heap_profiler_heap_dump_writer_unittest.cc", | 1978 "trace_event/heap_profiler_heap_dump_writer_unittest.cc", |
| 1978 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc", | 1979 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc", |
| 1979 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc", | 1980 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc", |
| 1980 "trace_event/java_heap_dump_provider_android_unittest.cc", | 1981 "trace_event/java_heap_dump_provider_android_unittest.cc", |
| 1981 "trace_event/memory_allocator_dump_unittest.cc", | 1982 "trace_event/memory_allocator_dump_unittest.cc", |
| 1982 "trace_event/memory_dump_manager_unittest.cc", | 1983 "trace_event/memory_dump_manager_unittest.cc", |
| 1983 "trace_event/process_memory_dump_unittest.cc", | 1984 "trace_event/process_memory_dump_unittest.cc", |
| 1984 "trace_event/trace_config_unittest.cc", | 1985 "trace_event/trace_config_unittest.cc", |
| (...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2454 testonly = true | 2455 testonly = true |
| 2455 deps = [ | 2456 deps = [ |
| 2456 ":base_java", | 2457 ":base_java", |
| 2457 ] | 2458 ] |
| 2458 java_files = [ | 2459 java_files = [ |
| 2459 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", | 2460 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", |
| 2460 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", | 2461 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", |
| 2461 ] | 2462 ] |
| 2462 } | 2463 } |
| 2463 } | 2464 } |
| OLD | NEW |