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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'tcmalloc', | 8 'target_name': 'tcmalloc', |
9 'type': '<(library)', | 9 'type': '<(library)', |
10 'msvs_guid': 'C564F145-9172-42C3-BFCB-60FDEA124321', | 10 'msvs_guid': 'C564F145-9172-42C3-BFCB-60FDEA124321', |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 'tcmalloc/src/heap-checker-bcad.cc', | 201 'tcmalloc/src/heap-checker-bcad.cc', |
202 'tcmalloc/src/heap-checker.cc', | 202 'tcmalloc/src/heap-checker.cc', |
203 'tcmalloc/src/heap-profiler.cc', | 203 'tcmalloc/src/heap-profiler.cc', |
204 'tcmalloc/src/memory_region_map.cc', | 204 'tcmalloc/src/memory_region_map.cc', |
205 'tcmalloc/src/memory_region_map.h', | 205 'tcmalloc/src/memory_region_map.h', |
206 'tcmalloc/src/profiledata.cc', | 206 'tcmalloc/src/profiledata.cc', |
207 'tcmalloc/src/profiledata.h', | 207 'tcmalloc/src/profiledata.h', |
208 'tcmalloc/src/profile-handler.cc', | 208 'tcmalloc/src/profile-handler.cc', |
209 'tcmalloc/src/profile-handler.h', | 209 'tcmalloc/src/profile-handler.h', |
210 'tcmalloc/src/profiler.cc', | 210 'tcmalloc/src/profiler.cc', |
211 'tcmalloc/src/raw_printer.cc', | |
212 'tcmalloc/src/raw_printer.h', | |
213 | 211 |
214 # don't use linux forked versions | 212 # don't use linux forked versions |
215 'malloc_hook.cc', | 213 'malloc_hook.cc', |
216 ], | 214 ], |
217 }], | 215 }], |
218 ['OS=="linux"', { | 216 ['OS=="linux"', { |
219 'sources!': [ | 217 'sources!': [ |
220 'page_heap.cc', | 218 'page_heap.cc', |
221 'port.cc', | 219 'port.cc', |
222 'system-alloc.h', | 220 'system-alloc.h', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 '$(VCInstallDir)lib', | 284 '$(VCInstallDir)lib', |
287 '<(SHARED_INTERMEDIATE_DIR)/tcmalloc', | 285 '<(SHARED_INTERMEDIATE_DIR)/tcmalloc', |
288 ], | 286 ], |
289 }, | 287 }, |
290 ], | 288 ], |
291 }, | 289 }, |
292 ], | 290 ], |
293 }], | 291 }], |
294 ], | 292 ], |
295 } | 293 } |
OLD | NEW |