diff options
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index 631788a..52cf839 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -241,7 +241,7 @@ ], 'include_dirs': [ '<@(xul_include_directories)', - '../chrome/third_party/wtl/include', + '<(DEPTH)/third_party/wtl/include', # To allow including "chrome_tab.h" '<(INTERMEDIATE_DIR)', ], @@ -302,7 +302,7 @@ ], 'include_dirs': [ '<@(xul_include_directories)', - '../chrome/third_party/wtl/include', + '<(DEPTH)/third_party/wtl/include', # To allow including "chrome_tab.h" '<(INTERMEDIATE_DIR)', ], |