Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index c6759cece94c56b56b90595c2f3732f01148ad06..48dcbbcceb5b624a62a1c90273479ae042a8b249 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -54,8 +54,8 @@ component("base") { |
"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", |
@@ -573,6 +573,8 @@ component("base") { |
"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", |