summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-24 01:34:35 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-24 01:34:35 +0000
commitfffaf977dfde05c9d227bfd6951c7e7c65894154 (patch)
tree8c89b3dd78b35ea27ad43de6381b74b3a24e1f67 /chrome/chrome_common.gypi
parentfe641c8aa8e5471c85fccac181c8db3b9dfef2b5 (diff)
downloadchromium_src-fffaf977dfde05c9d227bfd6951c7e7c65894154.zip
chromium_src-fffaf977dfde05c9d227bfd6951c7e7c65894154.tar.gz
chromium_src-fffaf977dfde05c9d227bfd6951c7e7c65894154.tar.bz2
Move the rest of the renderer->browser messages that belong in content. Also do a bunch of cleanup:
-move safe browsing messages together -get rid of webkit_param_traits and common_param_trait since they're no longer needed -remove the multiple include of IPC files from places that don't need it TBR=tsepez Review URL: http://codereview.chromium.org/6713084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79235 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi9
1 files changed, 2 insertions, 7 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index f735954..d17f87c 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -40,17 +40,12 @@
'common/chrome_counters.h',
'common/chrome_version_info.cc',
'common/chrome_version_info.h',
- 'common/common_message_generator.cc',
- 'common/common_message_generator.h',
- 'common/common_param_traits.cc',
- 'common/common_param_traits.h',
'common/content_restriction.h',
'common/content_settings.cc',
'common/content_settings.h',
'common/content_settings_helper.cc',
'common/content_settings_helper.h',
'common/content_settings_types.h',
- 'common/devtools_messages.cc',
'common/devtools_messages.h',
'common/gfx_resource_provider.cc',
'common/gfx_resource_provider.h',
@@ -150,6 +145,8 @@
'common/chrome_content_plugin_client.cc',
'common/chrome_content_plugin_client.h',
'common/common_glue.cc',
+ 'common/common_message_generator.cc',
+ 'common/common_message_generator.h',
'common/default_plugin.cc',
'common/default_plugin.h',
'common/deprecated/event_sys-inl.h',
@@ -241,8 +238,6 @@
'common/web_apps.h',
'common/web_resource/web_resource_unpacker.cc',
'common/web_resource/web_resource_unpacker.h',
- 'common/webkit_param_traits.cc',
- 'common/webkit_param_traits.h',
'common/worker_thread_ticker.cc',
'common/worker_thread_ticker.h',
'common/zip.cc', # Requires zlib directly.