| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 { | 5 { |
| 6 'includes': [ | 6 'includes': [ |
| 7 '../../build/common.gypi', | 7 '../../build/common.gypi', |
| 8 ], | 8 ], |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 'tcmalloc/src/profile-handler.cc', | 114 'tcmalloc/src/profile-handler.cc', |
| 115 'tcmalloc/src/profile-handler.h', | 115 'tcmalloc/src/profile-handler.h', |
| 116 'tcmalloc/src/profiler.cc', | 116 'tcmalloc/src/profiler.cc', |
| 117 'tcmalloc/src/raw_printer.cc', | 117 'tcmalloc/src/raw_printer.cc', |
| 118 'tcmalloc/src/raw_printer.h', | 118 'tcmalloc/src/raw_printer.h', |
| 119 | 119 |
| 120 # tcmalloc forked files | 120 # tcmalloc forked files |
| 121 'allocator_shim.cc', | 121 'allocator_shim.cc', |
| 122 'generic_allocators.cc', | 122 'generic_allocators.cc', |
| 123 'page_heap.cc', | 123 'page_heap.cc', |
| 124 'page_heap.h', |
| 124 'port.cc', | 125 'port.cc', |
| 125 'system-alloc.h', | 126 'system-alloc.h', |
| 126 'tcmalloc.cc', | 127 'tcmalloc.cc', |
| 127 'win_allocator.cc', | 128 'win_allocator.cc', |
| 128 | 129 |
| 129 'malloc_hook.cc', | 130 'malloc_hook.cc', |
| 130 | 131 |
| 131 # jemalloc files | 132 # jemalloc files |
| 132 'jemalloc/jemalloc.c', | 133 'jemalloc/jemalloc.c', |
| 133 'jemalloc/jemalloc.h', | 134 'jemalloc/jemalloc.h', |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 '$(VCInstallDir)lib', | 257 '$(VCInstallDir)lib', |
| 257 '<(SHARED_INTERMEDIATE_DIR)/tcmalloc', | 258 '<(SHARED_INTERMEDIATE_DIR)/tcmalloc', |
| 258 ], | 259 ], |
| 259 }, | 260 }, |
| 260 ], | 261 ], |
| 261 }, | 262 }, |
| 262 ], | 263 ], |
| 263 }], | 264 }], |
| 264 ], | 265 ], |
| 265 } | 266 } |
| OLD | NEW |