| Index: base/base.gyp
|
| diff --git a/base/base.gyp b/base/base.gyp
|
| index d1e7bd099b0daf4d1565d833388d2432f319992b..a502674ac2a068105d3b693086dff862272d2517 100644
|
| --- a/base/base.gyp
|
| +++ b/base/base.gyp
|
| @@ -221,6 +221,10 @@
|
| '$(SDKROOT)/System/Library/Frameworks/UIKit.framework',
|
| ],
|
| },
|
| + 'sources/': [
|
| + ['include', '^mac/scoped_block\\.mm$'],
|
| + ['include', '^mac/scoped_nsobject\\.mm$'],
|
| + ],
|
| }],
|
| ['OS != "win" and (OS != "ios" or _toolset == "host")', {
|
| 'dependencies': ['third_party/libevent/libevent.gyp:libevent'],
|
|
|