Chromium Code Reviews| Index: chrome/chrome_renderer.gypi |
| =================================================================== |
| --- chrome/chrome_renderer.gypi (revision 40987) |
| +++ chrome/chrome_renderer.gypi (working copy) |
| @@ -198,7 +198,7 @@ |
| # Windows-specific rules. |
| ['OS=="win"', { |
| 'include_dirs': [ |
| - 'third_party/wtl/include', |
| + '<(DEPTH)/third_party/wtl/include', |
| ], |
| 'conditions': [ |
| ['win_use_allocator_shim==1', { |