| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index 7d2544443c8e65f0fe06143cdd484c33225ac2c4..e0b1aaa8e6e59c6c75a8c717ac99499d4fe99bcf 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -575,9 +575,11 @@
|
| 'sources!': [
|
| 'base_paths_posix.cc',
|
| 'files/file_path_watcher_kqueue.cc',
|
| + 'files/file_path_watcher_stub.cc',
|
| 'system_monitor/system_monitor_posix.cc',
|
| ],
|
| 'sources/': [
|
| + ['include', '^files/file_path_watcher_linux\\.cc$'],
|
| ['include', '^process_util_linux\\.cc$'],
|
| ['include', '^sys_info_linux\\.cc$'],
|
| ['include', '^sys_string_conversions_posix\\.cc$'],
|
|
|