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

Unified Diff: content/content_shell.gypi

Issue 14767019: [content shell] move code common to several processes to a common dir (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
« no previous file with comments | « content/browser/plugin_browsertest.cc ('k') | content/renderer/render_view_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « content/browser/plugin_browsertest.cc ('k') | content/renderer/render_view_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698