Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Unified 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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/memory_watcher/hotkey.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/memory_watcher/memory_watcher.gyp
===================================================================
--- tools/memory_watcher/memory_watcher.gyp (revision 25904)
+++ tools/memory_watcher/memory_watcher.gyp (working copy)
@@ -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
Peter Kasting 2009/09/10 21:19:38 Do you need this?
+ '../../chrome/third_party/wtl/include',
],
'sources': [
'call_stack.cc',
« no previous file with comments | « tools/memory_watcher/hotkey.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698