summaryrefslogtreecommitdiffstats
path: root/tools/memory_watcher/memory_watcher.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/memory_watcher/memory_watcher.gyp')
-rw-r--r--tools/memory_watcher/memory_watcher.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/memory_watcher/memory_watcher.gyp b/tools/memory_watcher/memory_watcher.gyp
index ab605a0..995affa 100644
--- a/tools/memory_watcher/memory_watcher.gyp
+++ b/tools/memory_watcher/memory_watcher.gyp
@@ -13,12 +13,15 @@
'msvs_guid': '3BD81303-4E14-4559-AA69-B30C3BAB08DD',
'dependencies': [
'../../base/base.gyp:base',
+ '../../base/base.gyp:base_gfx',
],
'defines': [
'BUILD_MEMORY_WATCHER',
],
'include_dirs': [
'../..',
+ # TODO(beng): move wtl to src/third_party
+ '../../chrome/third_party/wtl/include',
],
'sources': [
'call_stack.cc',