summaryrefslogtreecommitdiffstats
path: root/content/content_shell.gypi
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-07 14:42:12 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-07 14:42:12 +0000
commitb7c504cecc8b04c302e281ebc72da98ee4a6dd2d (patch)
treed7ea23ca69c62eda1f0972c7c64acb13c7311108 /content/content_shell.gypi
parentb2dfbc509328f83c1996c16bee638ab14416abeb (diff)
downloadchromium_src-b7c504cecc8b04c302e281ebc72da98ee4a6dd2d.zip
chromium_src-b7c504cecc8b04c302e281ebc72da98ee4a6dd2d.tar.gz
chromium_src-b7c504cecc8b04c302e281ebc72da98ee4a6dd2d.tar.bz2
[content shell] move code common to several processes to a common dir
BUG=180021 TBR=marja@chromium.org Review URL: https://codereview.chromium.org/14767019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198723 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r--content/content_shell.gypi20
1 files changed, 10 insertions, 10 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 1bf233b..35e7928 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -64,6 +64,16 @@
'shell/android/shell_jni_registrar.h',
'shell/android/shell_manager.cc',
'shell/android/shell_manager.h',
+ 'shell/common/shell_content_client.cc',
+ 'shell/common/shell_content_client.h',
+ 'shell/common/shell_messages.cc',
+ 'shell/common/shell_messages.h',
+ 'shell/common/shell_switches.cc',
+ 'shell/common/shell_switches.h',
+ 'shell/common/shell_test_configuration.cc',
+ 'shell/common/shell_test_configuration.h',
+ 'shell/common/webkit_test_helpers.cc',
+ 'shell/common/webkit_test_helpers.h',
'shell/geolocation/shell_access_token_store.cc',
'shell/geolocation/shell_access_token_store.h',
'shell/minimal_ash.cc',
@@ -96,8 +106,6 @@
'shell/shell_browser_main_parts_mac.mm',
'shell/shell_content_browser_client.cc',
'shell/shell_content_browser_client.h',
- 'shell/shell_content_client.cc',
- 'shell/shell_content_client.h',
'shell/shell_devtools_delegate.cc',
'shell/shell_devtools_delegate.h',
'shell/shell_devtools_frontend.cc',
@@ -118,18 +126,12 @@
'shell/shell_main_delegate.h',
'shell/shell_message_filter.cc',
'shell/shell_message_filter.h',
- 'shell/shell_messages.cc',
- 'shell/shell_messages.h',
'shell/shell_network_delegate.cc',
'shell/shell_network_delegate.h',
'shell/shell_quota_permission_context.cc',
'shell/shell_quota_permission_context.h',
'shell/shell_resource_dispatcher_host_delegate.cc',
'shell/shell_resource_dispatcher_host_delegate.h',
- 'shell/shell_switches.cc',
- 'shell/shell_switches.h',
- 'shell/shell_test_configuration.cc',
- 'shell/shell_test_configuration.h',
'shell/shell_url_request_context_getter.cc',
'shell/shell_url_request_context_getter.h',
'shell/shell_web_contents_view_delegate_android.cc',
@@ -140,8 +142,6 @@
'shell/shell_web_contents_view_delegate.h',
'shell/webkit_test_controller.cc',
'shell/webkit_test_controller.h',
- 'shell/webkit_test_helpers.cc',
- 'shell/webkit_test_helpers.h',
'shell/webkit_test_platform_support.h',
'shell/webkit_test_platform_support_android.cc',
'shell/webkit_test_platform_support_linux.cc',