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

Unified Diff: app/app_base.gypi

Issue 6361002: Move SystemMonitor to src/chrome/common.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | « app/app.gyp ('k') | app/hi_res_timer_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app_base.gypi
===================================================================
--- app/app_base.gypi (revision 71446)
+++ app/app_base.gypi (working copy)
@@ -22,14 +22,11 @@
'app_paths.cc',
'app_switches.h',
'app_switches.cc',
- 'hi_res_timer_manager_posix.cc',
- 'hi_res_timer_manager_win.cc',
- 'hi_res_timer_manager.h',
- 'system_monitor.cc',
- 'system_monitor.h',
- 'system_monitor_mac.mm',
- 'system_monitor_posix.cc',
- 'system_monitor_win.cc',
+ '../ui/base/system_monitor/system_monitor.cc',
+ '../ui/base/system_monitor/system_monitor.h',
+ '../ui/base/system_monitor/system_monitor_mac.mm',
+ '../ui/base/system_monitor/system_monitor_posix.cc',
+ '../ui/base/system_monitor/system_monitor_win.cc',
],
'conditions': [
['OS!="linux" and OS!="freebsd" and OS!="openbsd"', {
« no previous file with comments | « app/app.gyp ('k') | app/hi_res_timer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698