diff options
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r-- | content/content_shell.gypi | 20 |
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', |