Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(615)

Unified Diff: base/BUILD.gn

Issue 258663002: Expose a low-end device mode override flags for non-android OSs as well (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android unittest build. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/android/base_jni_registrar.cc » ('j') | base/android/sys_utils_android.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | base/android/base_jni_registrar.cc » ('j') | base/android/sys_utils_android.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698