| 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',
|
|
|