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 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
859 "timer/hi_res_timer_manager.h", | 859 "timer/hi_res_timer_manager.h", |
860 "timer/hi_res_timer_manager_posix.cc", | 860 "timer/hi_res_timer_manager_posix.cc", |
861 "timer/hi_res_timer_manager_win.cc", | 861 "timer/hi_res_timer_manager_win.cc", |
862 "timer/mock_timer.cc", | 862 "timer/mock_timer.cc", |
863 "timer/mock_timer.h", | 863 "timer/mock_timer.h", |
864 "timer/timer.cc", | 864 "timer/timer.cc", |
865 "timer/timer.h", | 865 "timer/timer.h", |
866 "trace_event/blame_context.cc", | 866 "trace_event/blame_context.cc", |
867 "trace_event/blame_context.h", | 867 "trace_event/blame_context.h", |
868 "trace_event/common/trace_event_common.h", | 868 "trace_event/common/trace_event_common.h", |
| 869 "trace_event/heap_profiler.h", |
869 "trace_event/heap_profiler_allocation_context.cc", | 870 "trace_event/heap_profiler_allocation_context.cc", |
870 "trace_event/heap_profiler_allocation_context.h", | 871 "trace_event/heap_profiler_allocation_context.h", |
871 "trace_event/heap_profiler_allocation_context_tracker.cc", | 872 "trace_event/heap_profiler_allocation_context_tracker.cc", |
872 "trace_event/heap_profiler_allocation_context_tracker.h", | 873 "trace_event/heap_profiler_allocation_context_tracker.h", |
873 "trace_event/heap_profiler_allocation_register.cc", | 874 "trace_event/heap_profiler_allocation_register.cc", |
874 "trace_event/heap_profiler_allocation_register.h", | 875 "trace_event/heap_profiler_allocation_register.h", |
875 "trace_event/heap_profiler_allocation_register_posix.cc", | 876 "trace_event/heap_profiler_allocation_register_posix.cc", |
876 "trace_event/heap_profiler_allocation_register_win.cc", | 877 "trace_event/heap_profiler_allocation_register_win.cc", |
877 "trace_event/heap_profiler_heap_dump_writer.cc", | 878 "trace_event/heap_profiler_heap_dump_writer.cc", |
878 "trace_event/heap_profiler_heap_dump_writer.h", | 879 "trace_event/heap_profiler_heap_dump_writer.h", |
(...skipping 1474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2353 | 2354 |
2354 # GYP: //base.gyp:base_java_unittest_support | 2355 # GYP: //base.gyp:base_java_unittest_support |
2355 android_library("base_java_unittest_support") { | 2356 android_library("base_java_unittest_support") { |
2356 deps = [ | 2357 deps = [ |
2357 ":base_java", | 2358 ":base_java", |
2358 ] | 2359 ] |
2359 java_files = | 2360 java_files = |
2360 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2361 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
2361 } | 2362 } |
2362 } | 2363 } |
OLD | NEW |