| Index: chrome_frame/chrome_frame.gyp
|
| diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
|
| index c772913ce67218e79706dbb9b61f44299af6cb2f..7a8dd102e71add123fd0803673a06d2f33bd36b8 100644
|
| --- a/chrome_frame/chrome_frame.gyp
|
| +++ b/chrome_frame/chrome_frame.gyp
|
| @@ -29,6 +29,9 @@
|
| }],
|
| ],
|
| },
|
| + 'includes': [
|
| + '../build/win_precompile.gypi',
|
| + ],
|
| 'target_defaults': {
|
| 'dependencies': [
|
| '../chrome/chrome.gyp:chrome_resources',
|
| @@ -132,7 +135,7 @@
|
| 'conditions': [
|
| ['OS=="win"', {
|
| 'dependencies': [
|
| - '../breakpad/breakpad.gyp:breakpad_handler',
|
| + '../breakpad/breakpad.gyp:breakpad_handler',
|
| # TODO(slightlyoff): Get automation targets working on OS X
|
| '../chrome/chrome.gyp:automation',
|
| ],
|
|
|