Chromium Code Reviews| Index: chrome_frame/chrome_frame.gyp |
| =================================================================== |
| --- chrome_frame/chrome_frame.gyp (revision 88766) |
| +++ chrome_frame/chrome_frame.gyp (working copy) |
| @@ -261,6 +261,7 @@ |
| ], |
| 'include_dirs': [ |
| '<(DEPTH)/third_party/wtl/include', |
| + '<(DEPTH)/breakpad/src', |
| ], |
| 'resource_include_dirs': [ |
| '<(INTERMEDIATE_DIR)', |
| @@ -400,6 +401,9 @@ |
| 'chrome_tab_idl', |
| 'npchrome_frame', |
| ], |
| + 'include_dirs': [ |
| + '../breakpad/src', |
|
grt (UTC plus 2)
2011/06/22 14:15:01
would <(DEPTH) work here and elsewhere?
robertshield
2011/06/23 02:22:51
done here. Unsure about changing it for the rest o
|
| + ], |
| 'sources': [ |
| '../net/url_request/url_request_unittest.cc', |
| 'test/chrome_frame_test_utils.cc', |
| @@ -574,6 +578,7 @@ |
| ], |
| 'include_dirs': [ |
| '<(DEPTH)/third_party/wtl/include', |
| + '<(DEPTH)/breakpad/src', |
| # To allow including "chrome_tab.h" |
| '<(INTERMEDIATE_DIR)', |
| ], |
| @@ -649,7 +654,6 @@ |
| { |
| 'target_name': 'chrome_frame_utils', |
| # The intent is that shared util code can be built into a separate lib. |
| - # Currently on the resource loading code is here. |
| 'type': 'static_library', |
| 'dependencies': [ |
| '../base/base.gyp:base_i18n', |