diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-16 21:32:10 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-16 21:32:10 +0000 |
commit | 127dd58a7dae9f8492bb2426ce190d7d2c9ca1d7 (patch) | |
tree | deaa6d755e460f647d14d49cf963eb3b1cb509bf /content/content_common.gypi | |
parent | 25f8a30ee91813f9216c6e9b23eaf760a3bd02a8 (diff) | |
download | chromium_src-127dd58a7dae9f8492bb2426ce190d7d2c9ca1d7.zip chromium_src-127dd58a7dae9f8492bb2426ce190d7d2c9ca1d7.tar.gz chromium_src-127dd58a7dae9f8492bb2426ce190d7d2c9ca1d7.tar.bz2 |
Move all the message files in chrome that belong in content.
TBR=avi
Review URL: http://codereview.chromium.org/6672057
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78435 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index baa119f4..e2ff9ee 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -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', |