diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-13 20:35:48 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-13 20:35:48 +0000 |
commit | afc848fc2285b6b7e5133d836086812981277475 (patch) | |
tree | aa36ce30b66b6a54865f1e16499689fe45b8f124 /chrome/chrome_common.gypi | |
parent | c640dd492bbd263e7440c802d63f78a025273110 (diff) | |
download | chromium_src-afc848fc2285b6b7e5133d836086812981277475.zip chromium_src-afc848fc2285b6b7e5133d836086812981277475.tar.gz chromium_src-afc848fc2285b6b7e5133d836086812981277475.tar.bz2 |
Move some message files and hi_res_timer_manager to content, in preparation for moving worker code.
TBR=avi
Review URL: http://codereview.chromium.org/6685027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77970 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index b48c8cf..f8b6584 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -56,7 +56,6 @@ 'common/devtools_messages_internal.h', 'common/dom_storage_messages.cc', 'common/dom_storage_messages.h', - 'common/file_utilities_messages.h', 'common/font_config_ipc_linux.cc', 'common/font_config_ipc_linux.h', 'common/geoposition.cc', @@ -69,9 +68,6 @@ '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.h', @@ -82,7 +78,6 @@ 'common/logging_chrome.h', 'common/metrics_helpers.cc', 'common/metrics_helpers.h', - 'common/mime_registry_messages.h', 'common/multi_process_lock.h', 'common/multi_process_lock_linux.cc', 'common/multi_process_lock_mac.cc', |