diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 15:29:47 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 15:29:47 +0000 |
commit | 4ae61df4c13769a3336836e904ce4291cbda1dfe (patch) | |
tree | 67a41d3303b5c9f7fffa7d6bd2313cc66786e89a /chrome/chrome_common.gypi | |
parent | b92ead1bb92464d0aa36702e6de8d3441534bf12 (diff) | |
download | chromium_src-4ae61df4c13769a3336836e904ce4291cbda1dfe.zip chromium_src-4ae61df4c13769a3336836e904ce4291cbda1dfe.tar.gz chromium_src-4ae61df4c13769a3336836e904ce4291cbda1dfe.tar.bz2 |
Move SystemMonitor to src/ui/base/system_monitor. Move HiResTimerManager to src/chrome/common.
BUG=none
TEST=none
TBR=brettw
Review URL: http://codereview.chromium.org/6361002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71797 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index a7cd981..869653f 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -93,6 +93,9 @@ 'common/guid.h', 'common/guid_posix.cc', 'common/guid_win.cc', + 'common/hi_res_timer_manager_posix.cc', + 'common/hi_res_timer_manager_win.cc', + 'common/hi_res_timer_manager.h', 'common/indexed_db_key.cc', 'common/indexed_db_key.h', 'common/indexed_db_messages.cc', |