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