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.h', |
10 'trace_event/heap_profiler_allocation_context.cc', | 11 'trace_event/heap_profiler_allocation_context.cc', |
11 'trace_event/heap_profiler_allocation_context.h', | 12 'trace_event/heap_profiler_allocation_context.h', |
12 'trace_event/heap_profiler_allocation_context_tracker.cc', | 13 'trace_event/heap_profiler_allocation_context_tracker.cc', |
13 'trace_event/heap_profiler_allocation_context_tracker.h', | 14 'trace_event/heap_profiler_allocation_context_tracker.h', |
14 'trace_event/heap_profiler_allocation_register.cc', | 15 'trace_event/heap_profiler_allocation_register.cc', |
15 'trace_event/heap_profiler_allocation_register_posix.cc', | 16 'trace_event/heap_profiler_allocation_register_posix.cc', |
16 'trace_event/heap_profiler_allocation_register_win.cc', | 17 'trace_event/heap_profiler_allocation_register_win.cc', |
17 'trace_event/heap_profiler_allocation_register.h', | 18 'trace_event/heap_profiler_allocation_register.h', |
18 'trace_event/heap_profiler_heap_dump_writer.cc', | 19 'trace_event/heap_profiler_heap_dump_writer.cc', |
19 'trace_event/heap_profiler_heap_dump_writer.h', | 20 'trace_event/heap_profiler_heap_dump_writer.h', |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 ], | 96 ], |
96 }], | 97 }], |
97 ['OS == "android"', { | 98 ['OS == "android"', { |
98 'trace_event_test_sources' : [ | 99 'trace_event_test_sources' : [ |
99 'trace_event/trace_event_android_unittest.cc', | 100 'trace_event/trace_event_android_unittest.cc', |
100 ], | 101 ], |
101 }], | 102 }], |
102 ], | 103 ], |
103 }, | 104 }, |
104 } | 105 } |
OLD | NEW |