| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index 4bd83bd3d9c3d2aabc3f3da82b5d70562afc35d0..70ce6b3238f45507059c95495a017f81bed3ef48 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -173,6 +173,8 @@
|
| 'logging_win.h',
|
| 'mac/authorization_util.h',
|
| 'mac/authorization_util.mm',
|
| + 'mac/bind_objc_block.h',
|
| + 'mac/bind_objc_block.mm',
|
| 'mac/bundle_locations.h',
|
| 'mac/bundle_locations.mm',
|
| 'mac/cocoa_protocols.h',
|
| @@ -571,6 +573,7 @@
|
| ['include', '^base_paths_mac\\.'],
|
| ['include', '^file_util_mac\\.'],
|
| ['include', '^file_version_info_mac\\.'],
|
| + ['include', '^mac/bind_objc_block\\.'],
|
| ['include', '^mac/bundle_locations\\.'],
|
| ['include', '^mac/foundation_util\\.'],
|
| ['include', '^mac/mac_logging\\.'],
|
|
|