| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index 1abf4166064e0337e107851287d8fe3921e305f0..1ac18c1aa12c60988e9637c6269768ed49c4d969 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -69,8 +69,8 @@
|
| 'android/path_service_android.h',
|
| 'android/path_utils.cc',
|
| 'android/path_utils.h',
|
| - 'android/sys_utils.cc',
|
| - 'android/sys_utils.h',
|
| + 'android/sys_utils_android.cc',
|
| + 'android/sys_utils_android.h',
|
| 'android/thread_utils.h',
|
| 'android/trace_event_binding.cc',
|
| 'android/trace_event_binding.h',
|
| @@ -572,6 +572,8 @@
|
| 'sys_info_openbsd.cc',
|
| 'sys_info_posix.cc',
|
| 'sys_info_win.cc',
|
| + 'sys_utils.cc',
|
| + 'sys_utils.h',
|
| 'task_runner.cc',
|
| 'task_runner.h',
|
| 'task_runner_util.h',
|
|
|