| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index a1e005ec5042c58cd859a003da8aaecb375159c5..355a071de4722a3de30d5ee01e8e53b6abc10afb 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -216,6 +216,8 @@
|
| 'mac/scoped_cftyperef.h',
|
| 'mac/scoped_ioobject.h',
|
| 'mac/scoped_launch_data.h',
|
| + 'mac/scoped_mach_port.cc',
|
| + 'mac/scoped_mach_port.h',
|
| 'mac/scoped_nsautorelease_pool.h',
|
| 'mac/scoped_nsautorelease_pool.mm',
|
| 'mac/scoped_nsexception_enabler.h',
|
| @@ -620,6 +622,7 @@
|
| ['include', '^mac/foundation_util\\.'],
|
| ['include', '^mac/mac_logging\\.'],
|
| ['include', '^mac/objc_property_releaser\\.'],
|
| + ['include', '^mac/scoped_mach_port\\.'],
|
| ['include', '^mac/scoped_nsautorelease_pool\\.'],
|
| ['include', '^message_pump_mac\\.'],
|
| ['include', '^threading/platform_thread_mac\\.'],
|
|
|