| Index: chrome_frame/chrome_frame.gyp
|
| ===================================================================
|
| --- chrome_frame/chrome_frame.gyp (revision 89645)
|
| +++ 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': [
|
| + '<(DEPTH)/breakpad/src',
|
| + ],
|
| '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',
|
|
|