diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/memory_watcher/memory_watcher.gyp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/memory_watcher/memory_watcher.gyp b/tools/memory_watcher/memory_watcher.gyp index c3358ea..596681e 100644 --- a/tools/memory_watcher/memory_watcher.gyp +++ b/tools/memory_watcher/memory_watcher.gyp @@ -17,8 +17,7 @@ ], 'include_dirs': [ '../..', - # TODO(beng): move wtl to src/third_party - '../../chrome/third_party/wtl/include', + '<(DEPTH)/third_party/wtl/include', ], 'sources': [ 'call_stack.cc', |