diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-07 18:05:26 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-07 18:05:26 +0000 |
commit | 620161e8a6feabda90783efa40b1dec2d08754a5 (patch) | |
tree | 4b657db4f0163b5f997d266e9a0f871b3d9ffe97 /chrome/chrome_common.gypi | |
parent | 34ebb250424e57b08876129ed8adf35b20b471c2 (diff) | |
download | chromium_src-620161e8a6feabda90783efa40b1dec2d08754a5.zip chromium_src-620161e8a6feabda90783efa40b1dec2d08754a5.tar.gz chromium_src-620161e8a6feabda90783efa40b1dec2d08754a5.tar.bz2 |
Move ResourceDispatcher to content. I've moved the Chrome-specific SecurityFilterPeer to renderer directory, and factored out its creation so that it's the same as how we create ExtensionLocalizationPeer.
Review URL: http://codereview.chromium.org/6626046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77156 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index f1dd3cb..3c19e3c 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -334,10 +334,6 @@ 'common/render_messages_params.h', 'common/renderer_preferences.cc', 'common/renderer_preferences.h', - 'common/resource_dispatcher.cc', - 'common/resource_dispatcher.h', - 'common/security_filter_peer.cc', - 'common/security_filter_peer.h', 'common/security_style.h', 'common/service_messages.cc', 'common/service_messages.h', @@ -607,12 +603,12 @@ 'sources': [ '../webkit/glue/webkit_glue_dummy.cc', 'common/file_system/file_system_dispatcher_dummy.cc', - 'common/resource_dispatcher_dummy.cc', 'common/socket_stream_dispatcher_dummy.cc', 'common/url_constants.cc', # TODO(jam): remove me once child_thread (which uses this) is moved # out of chrome_common. '../content/common/message_router.cc', + '../content/common/resource_dispatcher_dummy.cc', ], 'export_dependent_settings': [ '../app/app.gyp:app_base_nacl_win64', |