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

Unified Diff: base/base.gypi

Issue 119493005: Expose a low-end device mode override flags for non-android OSs as well (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years 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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 6a2585f0cd61bfaa5e75cbbc8ece365f7e3cdf92..bd189cd24cc8dc92af8b6dcc4267080b80ae636d 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -68,8 +68,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',
'at_exit.cc',
'at_exit.h',
@@ -559,6 +559,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',

Powered by Google App Engine
This is Rietveld 408576698