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

Unified Diff: chrome/chrome_common.gypi

Issue 6713084: Move the rest of the renderer->browser messages that belong in content. Also do a bunch of cleanup: (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: chrome/chrome_common.gypi
===================================================================
--- chrome/chrome_common.gypi (revision 79188)
+++ chrome/chrome_common.gypi (working copy)
@@ -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.

Powered by Google App Engine
This is Rietveld 408576698