Index: content/content_shell.gypi |
diff --git a/content/content_shell.gypi b/content/content_shell.gypi |
index 1bf233bc713d498e74305f1b6b587381802818c0..07d126d3d9cd7e0f0c1697d2700b1c60ce0b241f 100644 |
--- a/content/content_shell.gypi |
+++ b/content/content_shell.gypi |
@@ -96,8 +96,8 @@ |
'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/common/shell_content_client.cc', |
+ 'shell/common/shell_content_client.h', |
'shell/shell_devtools_delegate.cc', |
'shell/shell_devtools_delegate.h', |
'shell/shell_devtools_frontend.cc', |
@@ -118,18 +118,18 @@ |
'shell/shell_main_delegate.h', |
'shell/shell_message_filter.cc', |
'shell/shell_message_filter.h', |
- 'shell/shell_messages.cc', |
- 'shell/shell_messages.h', |
+ 'shell/common/shell_messages.cc', |
+ 'shell/common/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/common/shell_switches.cc', |
+ 'shell/common/shell_switches.h', |
+ 'shell/common/shell_test_configuration.cc', |
+ 'shell/common/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 +140,8 @@ |
'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/common/webkit_test_helpers.cc', |
+ 'shell/common/webkit_test_helpers.h', |
'shell/webkit_test_platform_support.h', |
'shell/webkit_test_platform_support_android.cc', |
'shell/webkit_test_platform_support_linux.cc', |