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

Unified Diff: base/base.gypi

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: Forward command-line flags to renderer and gpu processes Created 6 years, 8 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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 1767014bd870dd2c49daafafc963e29c99f283aa..c69f7da0c11225a7713811e17844026b1d6a96f0 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -64,8 +64,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',
@@ -574,6 +574,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',
« no previous file with comments | « base/android/sys_utils_unittest.cc ('k') | base/base_switches.h » ('j') | base/sys_utils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698