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 /content/content_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 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index b71c6ab..4791a22 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -52,6 +52,7 @@ 'common/file_system/webfilewriter_impl.cc', 'common/file_system/webfilewriter_impl.h', 'common/file_system_messages.h', + 'common/file_utilities_messages.h', 'common/font_descriptor_mac.h', 'common/font_descriptor_mac.mm', 'common/font_loader_mac.h', @@ -59,9 +60,13 @@ 'common/gpu_info.cc', 'common/gpu_info.h', 'common/gpu_messages.h', + 'common/hi_res_timer_manager_posix.cc', + 'common/hi_res_timer_manager_win.cc', + 'common/hi_res_timer_manager.h', 'common/main_function_params.h', 'common/message_router.cc', 'common/message_router.h', + 'common/mime_registry_messages.h', 'common/notification_details.cc', 'common/notification_details.h', 'common/notification_observer.h', |