1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
11 'target_name': 'memory_watcher',
12 'type': 'shared_library',
14 '../../base/base.gyp:base',
15 '../../ui/gfx/gfx.gyp:gfx',
16 '../../ui/gfx/gfx.gyp:gfx_geometry',
19 'BUILD_MEMORY_WATCHER',
23 '<(DEPTH)/third_party/wtl/include',
25 # 4748 "/GS can not protect parameters and local variables from local
26 # buffer overrun because optimizations are disabled in function".
27 # 4740 "flow in or out of inline asm code suppresses global optimization"
28 # (result of __asm call x, __asm x:).
29 # Nothing to be done about these warnings.
30 'msvs_disabled_warnings': [ 4748, 4740 ],
42 'mini_disassembler.cc',
43 'preamble_patcher.cc',
45 'preamble_patcher_with_stub.cc',