| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index c3b6e9db6113cef78464ee0a1a18a7f9a89be98d..7141bbfc04c59027ed559e905792c262c28af08c 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -391,6 +391,7 @@
|
| 'metrics/user_metrics_action.h',
|
| 'move.h',
|
| 'native_library.h',
|
| + 'native_library_ios.mm',
|
| 'native_library_mac.mm',
|
| 'native_library_posix.cc',
|
| 'native_library_win.cc',
|
| @@ -869,6 +870,7 @@
|
| ['include', '^process/.*_ios\.(cc|mm)$'],
|
| ['include', '^process/memory_stubs\.cc$'],
|
| ['include', '^process/process_handle_posix\.cc$'],
|
| + ['include', '^process/process_metrics\\.cc$'],
|
| ['exclude', '^threading/platform_thread_internal_posix\\.(h|cc)'],
|
| ['exclude', 'files/file_path_watcher_fsevents.cc'],
|
| ['exclude', 'files/file_path_watcher_fsevents.h'],
|
|
|