From 778574e9b16cb9438b5edb364e45bd88b02b2483 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Mon, 21 Mar 2011 22:03:50 +0000 Subject: Create a new message file for view related messages. I just moved a few messages initially. TBR=tsepez Review URL: http://codereview.chromium.org/6716007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78933 0039d316-1c4b-4281-b951-d872f2087c98 --- content/content_common.gypi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'content/content_common.gypi') diff --git a/content/content_common.gypi b/content/content_common.gypi index 89dcf5f..d889966 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -26,6 +26,8 @@ 'common/appcache/appcache_dispatcher.cc', 'common/appcache/appcache_dispatcher.h', 'common/appcache_messages.h', + 'common/audio_messages.h', + 'common/audio_stream_state.h', 'common/child_process.cc', 'common/child_process.h', 'common/child_process_host.cc', @@ -53,6 +55,7 @@ 'common/content_paths.h', 'common/content_switches.cc', 'common/content_switches.h', + 'common/css_colors.h', 'common/database_messages.h', 'common/database_util.cc', 'common/database_util.h', @@ -173,6 +176,7 @@ 'common/speech_input_result.h', 'common/unix_domain_socket_posix.cc', 'common/unix_domain_socket_posix.h', + 'common/view_messages.h', 'common/web_database_observer_impl.cc', 'common/web_database_observer_impl.h', 'common/webblobregistry_impl.cc', -- cgit v1.1