| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'variables': { | 5 'variables': { |
| 6 'trace_event_sources' : [ | 6 'trace_event_sources' : [ |
| 7 'trace_event/blame_context.cc', | 7 'trace_event/blame_context.cc', |
| 8 'trace_event/blame_context.h', | 8 'trace_event/blame_context.h', |
| 9 'trace_event/common/trace_event_common.h', | 9 'trace_event/common/trace_event_common.h', |
| 10 'trace_event/heap_profiler_allocation_context.cc', | 10 'trace_event/heap_profiler_allocation_context.cc', |
| 11 'trace_event/heap_profiler_allocation_context.h', | 11 'trace_event/heap_profiler_allocation_context.h', |
| 12 'trace_event/heap_profiler_allocation_context_tracker.cc', | 12 'trace_event/heap_profiler_allocation_context_tracker.cc', |
| 13 'trace_event/heap_profiler_allocation_context_tracker.h', | 13 'trace_event/heap_profiler_allocation_context_tracker.h', |
| 14 'trace_event/heap_profiler_allocation_register.cc', | 14 'trace_event/heap_profiler_allocation_register.cc', |
| 15 'trace_event/heap_profiler_allocation_register_posix.cc', | 15 'trace_event/heap_profiler_allocation_register_posix.cc', |
| 16 'trace_event/heap_profiler_allocation_register_win.cc', | 16 'trace_event/heap_profiler_allocation_register_win.cc', |
| 17 'trace_event/heap_profiler_allocation_register.h', | 17 'trace_event/heap_profiler_allocation_register.h', |
| 18 'trace_event/heap_profiler_heap_dump_writer.cc', | 18 'trace_event/heap_profiler_heap_dump_writer.cc', |
| 19 'trace_event/heap_profiler_heap_dump_writer.h', | 19 'trace_event/heap_profiler_heap_dump_writer.h', |
| 20 'trace_event/heap_profiler_scoped_ignore.cc', |
| 21 'trace_event/heap_profiler_scoped_ignore.h', |
| 20 'trace_event/heap_profiler_stack_frame_deduplicator.cc', | 22 'trace_event/heap_profiler_stack_frame_deduplicator.cc', |
| 21 'trace_event/heap_profiler_stack_frame_deduplicator.h', | 23 'trace_event/heap_profiler_stack_frame_deduplicator.h', |
| 22 'trace_event/heap_profiler_type_name_deduplicator.cc', | 24 'trace_event/heap_profiler_type_name_deduplicator.cc', |
| 23 'trace_event/heap_profiler_type_name_deduplicator.h', | 25 'trace_event/heap_profiler_type_name_deduplicator.h', |
| 24 'trace_event/java_heap_dump_provider_android.cc', | 26 'trace_event/java_heap_dump_provider_android.cc', |
| 25 'trace_event/java_heap_dump_provider_android.h', | 27 'trace_event/java_heap_dump_provider_android.h', |
| 26 'trace_event/memory_allocator_dump.cc', | 28 'trace_event/memory_allocator_dump.cc', |
| 27 'trace_event/memory_allocator_dump.h', | 29 'trace_event/memory_allocator_dump.h', |
| 28 'trace_event/memory_allocator_dump_guid.cc', | 30 'trace_event/memory_allocator_dump_guid.cc', |
| 29 'trace_event/memory_allocator_dump_guid.h', | 31 'trace_event/memory_allocator_dump_guid.h', |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 ], | 97 ], |
| 96 }], | 98 }], |
| 97 ['OS == "android"', { | 99 ['OS == "android"', { |
| 98 'trace_event_test_sources' : [ | 100 'trace_event_test_sources' : [ |
| 99 'trace_event/trace_event_android_unittest.cc', | 101 'trace_event/trace_event_android_unittest.cc', |
| 100 ], | 102 ], |
| 101 }], | 103 }], |
| 102 ], | 104 ], |
| 103 }, | 105 }, |
| 104 } | 106 } |
| OLD | NEW |