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/common/trace_event_common.h', | 7 'trace_event/common/trace_event_common.h', |
8 'trace_event/heap_profiler_allocation_context.cc', | 8 'trace_event/heap_profiler_allocation_context.cc', |
9 'trace_event/heap_profiler_allocation_context.h', | 9 'trace_event/heap_profiler_allocation_context.h', |
10 'trace_event/heap_profiler_allocation_context_tracker.cc', | 10 'trace_event/heap_profiler_allocation_context_tracker.cc', |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 ], | 94 ], |
95 }], | 95 }], |
96 ['OS == "linux" or OS == "android"', { | 96 ['OS == "linux" or OS == "android"', { |
97 'trace_event_sources': [ | 97 'trace_event_sources': [ |
98 'trace_event/process_memory_maps_dump_provider.cc', | 98 'trace_event/process_memory_maps_dump_provider.cc', |
99 ], | 99 ], |
100 'trace_event_test_sources' : [ | 100 'trace_event_test_sources' : [ |
101 'trace_event/process_memory_maps_dump_provider_unittest.cc', | 101 'trace_event/process_memory_maps_dump_provider_unittest.cc', |
102 ], | 102 ], |
103 }], | 103 }], |
| 104 ['OS == "android"', { |
| 105 'trace_event_test_sources' : [ |
| 106 'trace_event/trace_event_android_unittest.cc', |
| 107 ], |
| 108 }], |
104 ], | 109 ], |
105 }, | 110 }, |
106 } | 111 } |
OLD | NEW |