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 858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
869 "trace_event/heap_profiler_allocation_context.cc", | 869 "trace_event/heap_profiler_allocation_context.cc", |
870 "trace_event/heap_profiler_allocation_context.h", | 870 "trace_event/heap_profiler_allocation_context.h", |
871 "trace_event/heap_profiler_allocation_context_tracker.cc", | 871 "trace_event/heap_profiler_allocation_context_tracker.cc", |
872 "trace_event/heap_profiler_allocation_context_tracker.h", | 872 "trace_event/heap_profiler_allocation_context_tracker.h", |
873 "trace_event/heap_profiler_allocation_register.cc", | 873 "trace_event/heap_profiler_allocation_register.cc", |
874 "trace_event/heap_profiler_allocation_register.h", | 874 "trace_event/heap_profiler_allocation_register.h", |
875 "trace_event/heap_profiler_allocation_register_posix.cc", | 875 "trace_event/heap_profiler_allocation_register_posix.cc", |
876 "trace_event/heap_profiler_allocation_register_win.cc", | 876 "trace_event/heap_profiler_allocation_register_win.cc", |
877 "trace_event/heap_profiler_heap_dump_writer.cc", | 877 "trace_event/heap_profiler_heap_dump_writer.cc", |
878 "trace_event/heap_profiler_heap_dump_writer.h", | 878 "trace_event/heap_profiler_heap_dump_writer.h", |
| 879 "trace_event/heap_profiler_scoped_ignore.cc", |
| 880 "trace_event/heap_profiler_scoped_ignore.h", |
879 "trace_event/heap_profiler_stack_frame_deduplicator.cc", | 881 "trace_event/heap_profiler_stack_frame_deduplicator.cc", |
880 "trace_event/heap_profiler_stack_frame_deduplicator.h", | 882 "trace_event/heap_profiler_stack_frame_deduplicator.h", |
881 "trace_event/heap_profiler_type_name_deduplicator.cc", | 883 "trace_event/heap_profiler_type_name_deduplicator.cc", |
882 "trace_event/heap_profiler_type_name_deduplicator.h", | 884 "trace_event/heap_profiler_type_name_deduplicator.h", |
883 "trace_event/java_heap_dump_provider_android.cc", | 885 "trace_event/java_heap_dump_provider_android.cc", |
884 "trace_event/java_heap_dump_provider_android.h", | 886 "trace_event/java_heap_dump_provider_android.h", |
885 "trace_event/memory_allocator_dump.cc", | 887 "trace_event/memory_allocator_dump.cc", |
886 "trace_event/memory_allocator_dump.h", | 888 "trace_event/memory_allocator_dump.h", |
887 "trace_event/memory_allocator_dump_guid.cc", | 889 "trace_event/memory_allocator_dump_guid.cc", |
888 "trace_event/memory_allocator_dump_guid.h", | 890 "trace_event/memory_allocator_dump_guid.h", |
(...skipping 1464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2353 | 2355 |
2354 # GYP: //base.gyp:base_java_unittest_support | 2356 # GYP: //base.gyp:base_java_unittest_support |
2355 android_library("base_java_unittest_support") { | 2357 android_library("base_java_unittest_support") { |
2356 deps = [ | 2358 deps = [ |
2357 ":base_java", | 2359 ":base_java", |
2358 ] | 2360 ] |
2359 java_files = | 2361 java_files = |
2360 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2362 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
2361 } | 2363 } |
2362 } | 2364 } |
OLD | NEW |