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

Unified Diff: app/app.gyp

Issue 431008: Make SystemMonitor not a Singleton and move it out of base (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: fix ChromeFrame build Created 11 years, 1 month 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 | app/hi_res_timer_manager.h » ('j') | chrome/browser/session_history_uitest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app.gyp
diff --git a/app/app.gyp b/app/app.gyp
index fbc9e2d6ac6187333d7235333d2cf141eda30d72..b2f73cf2150d036dbd3ed3a55ec9390331ca072a 100644
--- a/app/app.gyp
+++ b/app/app.gyp
@@ -132,6 +132,9 @@
'gfx/text_elider.h',
'gtk_dnd_util.cc',
'gtk_dnd_util.h',
+ 'hi_res_timer_manager_posix.cc',
+ 'hi_res_timer_manager_win.cc',
+ 'hi_res_timer_manager.h',
'l10n_util.cc',
'l10n_util.h',
'l10n_util_mac.h',
@@ -161,6 +164,10 @@
'sql/statement.h',
'sql/transaction.cc',
'sql/transaction.h',
+ 'system_monitor.cc',
+ 'system_monitor.h',
+ 'system_monitor_posix.cc',
+ 'system_monitor_win.cc',
'table_model.cc',
'table_model.h',
'table_model_observer.h',
@@ -271,6 +278,7 @@
'l10n_util_unittest.cc',
'os_exchange_data_win_unittest.cc',
'run_all_unittests.cc',
+ 'system_monitor_unittest.cc',
'test_suite.h',
'sql/connection_unittest.cc',
'sql/statement_unittest.cc',
« no previous file with comments | « no previous file | app/hi_res_timer_manager.h » ('j') | chrome/browser/session_history_uitest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698