Chromium Code Reviews

Side by Side Diff: tools/memory_watcher/memory_watcher.gyp

Issue 196081: Use base::WindowImpl instead of CWindowImpl to remove a dependency on ATL.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « tools/memory_watcher/hotkey.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 {
11 'target_name': 'memory_watcher', 11 'target_name': 'memory_watcher',
12 'type': 'shared_library', 12 'type': 'shared_library',
13 'msvs_guid': '3BD81303-4E14-4559-AA69-B30C3BAB08DD', 13 'msvs_guid': '3BD81303-4E14-4559-AA69-B30C3BAB08DD',
14 'dependencies': [ 14 'dependencies': [
15 '../../base/base.gyp:base', 15 '../../base/base.gyp:base',
16 '../../base/base.gyp:base_gfx',
16 ], 17 ],
17 'defines': [ 18 'defines': [
18 'BUILD_MEMORY_WATCHER', 19 'BUILD_MEMORY_WATCHER',
19 ], 20 ],
20 'include_dirs': [ 21 'include_dirs': [
21 '../..', 22 '../..',
23 # TODO(beng): move wtl to src/third_party
Peter Kasting 2009/09/10 21:19:38 Do you need this?
24 '../../chrome/third_party/wtl/include',
22 ], 25 ],
23 'sources': [ 26 'sources': [
24 'call_stack.cc', 27 'call_stack.cc',
25 'call_stack.h', 28 'call_stack.h',
26 'dllmain.cc', 29 'dllmain.cc',
27 'hotkey.h', 30 'hotkey.h',
28 'ia32_modrm_map.cc', 31 'ia32_modrm_map.cc',
29 'ia32_opcode_map.cc', 32 'ia32_opcode_map.cc',
30 'memory_hook.cc', 33 'memory_hook.cc',
31 'memory_hook.h', 34 'memory_hook.h',
32 'memory_watcher.cc', 35 'memory_watcher.cc',
33 'memory_watcher.h', 36 'memory_watcher.h',
34 'mini_disassembler.cc', 37 'mini_disassembler.cc',
35 'preamble_patcher.cc', 38 'preamble_patcher.cc',
36 'preamble_patcher.h', 39 'preamble_patcher.h',
37 'preamble_patcher_with_stub.cc', 40 'preamble_patcher_with_stub.cc',
38 ], 41 ],
39 }, 42 },
40 ], 43 ],
41 } 44 }
OLDNEW
« no previous file with comments | « tools/memory_watcher/hotkey.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine