| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index e77422a02536d62b599a04f8f9d3789a832a1224..d53a6a69f35533d60d22d98f641211ef6db01f07 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -63,8 +63,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',
|
| @@ -575,6 +575,8 @@
|
| 'sys_info_openbsd.cc',
|
| 'sys_info_posix.cc',
|
| 'sys_info_win.cc',
|
| + 'sys_utils.cc',
|
| + 'sys_utils.h',
|
| 'task/cancelable_task_tracker.cc',
|
| 'task/cancelable_task_tracker.h',
|
| 'task_runner.cc',
|
|
|