Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: content/content_common.gypi

Issue 6672057: Move all the message files in chrome that belong in content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/content_common.gypi
===================================================================
--- content/content_common.gypi (revision 78395)
+++ content/content_common.gypi (working copy)
@@ -37,6 +37,7 @@
'common/child_thread.h',
'common/chrome_application_mac.h',
'common/chrome_application_mac.mm',
+ 'common/clipboard_messages.h',
'common/common_param_traits.cc',
'common/common_param_traits.h',
'common/content_message_generator.cc',
@@ -58,6 +59,8 @@
'common/debug_flags.h',
'common/dx_diag_node.cc',
'common/dx_diag_node.h',
+ 'common/dom_storage_common.h',
+ 'common/dom_storage_messages.h',
'common/file_system/file_system_dispatcher.cc',
'common/file_system/file_system_dispatcher.h',
'common/file_system/webfilesystem_callback_dispatcher.cc',
@@ -78,6 +81,11 @@
'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',
+ 'common/indexed_db_param_traits.cc',
+ 'common/indexed_db_param_traits.h',
'common/main_function_params.h',
'common/message_router.cc',
'common/message_router.h',
@@ -94,6 +102,10 @@
'common/notification_type.h',
'common/p2p_messages.h',
'common/p2p_sockets.h',
+ 'common/pepper_file_messages.cc',
+ 'common/pepper_file_messages.h',
+ 'common/pepper_messages.cc',
+ 'common/pepper_messages.h',
'common/plugin_carbon_interpose_constants_mac.cc',
'common/plugin_carbon_interpose_constants_mac.h',
'common/plugin_messages.h',
@@ -112,10 +124,14 @@
'common/sandbox_mac.mm',
'common/section_util_win.cc',
'common/section_util_win.h',
+ 'common/serialized_script_value.cc',
+ 'common/serialized_script_value.h',
'common/socket_stream.h',
'common/socket_stream_dispatcher.cc',
'common/socket_stream_dispatcher.h',
'common/socket_stream_messages.h',
+ 'common/speech_input_messages.h',
+ 'common/speech_input_result.h',
'common/web_database_observer_impl.cc',
'common/web_database_observer_impl.h',
'common/webblobregistry_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698