| 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 'variables': { | 6 'variables': { |
| 7 'jemalloc_dir': '../../third_party/jemalloc/chromium', | 7 'jemalloc_dir': '../../third_party/jemalloc/chromium', |
| 8 'tcmalloc_dir': '../../third_party/tcmalloc/chromium', | 8 'tcmalloc_dir': '../../third_party/tcmalloc/chromium', |
| 9 }, | 9 }, |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 '<(tcmalloc_dir)/src/windows/mini_disassembler.cc', | 237 '<(tcmalloc_dir)/src/windows/mini_disassembler.cc', |
| 238 '<(tcmalloc_dir)/src/windows/mini_disassembler.h', | 238 '<(tcmalloc_dir)/src/windows/mini_disassembler.h', |
| 239 '<(tcmalloc_dir)/src/windows/mini_disassembler_types.h', | 239 '<(tcmalloc_dir)/src/windows/mini_disassembler_types.h', |
| 240 '<(tcmalloc_dir)/src/windows/override_functions.cc', | 240 '<(tcmalloc_dir)/src/windows/override_functions.cc', |
| 241 '<(tcmalloc_dir)/src/windows/patch_functions.cc', | 241 '<(tcmalloc_dir)/src/windows/patch_functions.cc', |
| 242 '<(tcmalloc_dir)/src/windows/preamble_patcher.cc', | 242 '<(tcmalloc_dir)/src/windows/preamble_patcher.cc', |
| 243 '<(tcmalloc_dir)/src/windows/preamble_patcher.h', | 243 '<(tcmalloc_dir)/src/windows/preamble_patcher.h', |
| 244 '<(tcmalloc_dir)/src/windows/preamble_patcher_with_stub.cc', | 244 '<(tcmalloc_dir)/src/windows/preamble_patcher_with_stub.cc', |
| 245 ], | 245 ], |
| 246 'dependencies': [ | 246 'dependencies': [ |
| 247 '../third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_anno
tations', | 247 # '../third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', |
| 248 ], | 248 ], |
| 249 'msvs_settings': { | 249 'msvs_settings': { |
| 250 # TODO(sgk): merge this with build/common.gypi settings | 250 # TODO(sgk): merge this with build/common.gypi settings |
| 251 'VCLibrarianTool': { | 251 'VCLibrarianTool': { |
| 252 'AdditionalOptions': ['/ignore:4006,4221'], | 252 'AdditionalOptions': ['/ignore:4006,4221'], |
| 253 'AdditionalLibraryDirectories': | 253 'AdditionalLibraryDirectories': |
| 254 ['<(DEPTH)/third_party/platformsdk_win7/files/Lib'], | 254 ['<(DEPTH)/third_party/platformsdk_win7/files/Lib'], |
| 255 }, | 255 }, |
| 256 'VCLinkerTool': { | 256 'VCLinkerTool': { |
| 257 'AdditionalOptions': ['/ignore:4006'], | 257 'AdditionalOptions': ['/ignore:4006'], |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 ], | 424 ], |
| 425 }], | 425 }], |
| 426 ], | 426 ], |
| 427 } | 427 } |
| 428 | 428 |
| 429 # Local Variables: | 429 # Local Variables: |
| 430 # tab-width:2 | 430 # tab-width:2 |
| 431 # indent-tabs-mode:nil | 431 # indent-tabs-mode:nil |
| 432 # End: | 432 # End: |
| 433 # vim: set expandtab tabstop=2 shiftwidth=2: | 433 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |