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

Unified Diff: content/content_shell.gypi

Issue 639293005: Content Shell: Introduce LayoutTestContentBrowserClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | content/shell/BUILD.gn » ('j') | content/shell/app/shell_main_delegate.cc » ('J')
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 37685ec2275e9bc3112253755db8a90a550366be..649be23eadf9ebd131150271543dfd109d4d0d49 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -98,12 +98,16 @@
'shell/browser/layout_test/layout_test_browser_main.h',
'shell/browser/layout_test/layout_test_browser_main_parts.cc',
'shell/browser/layout_test/layout_test_browser_main_parts.h',
+ 'shell/browser/layout_test/layout_test_content_browser_client.cc',
+ 'shell/browser/layout_test/layout_test_content_browser_client.h',
'shell/browser/layout_test/layout_test_download_manager_delegate.cc',
'shell/browser/layout_test/layout_test_download_manager_delegate.h',
'shell/browser/layout_test/layout_test_devtools_frontend.cc',
'shell/browser/layout_test/layout_test_devtools_frontend.h',
'shell/browser/layout_test/layout_test_javascript_dialog_manager.cc',
'shell/browser/layout_test/layout_test_javascript_dialog_manager.h',
+ 'shell/browser/layout_test/layout_test_notification_manager.cc',
+ 'shell/browser/layout_test/layout_test_notification_manager.h',
'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc',
'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate.h',
'shell/browser/layout_test/layout_test_url_request_context_getter.cc',
@@ -150,8 +154,6 @@
'shell/browser/shell_net_log.h',
'shell/browser/shell_network_delegate.cc',
'shell/browser/shell_network_delegate.h',
- 'shell/browser/shell_notification_manager.cc',
- 'shell/browser/shell_notification_manager.h',
'shell/browser/shell_platform_data_aura.cc',
'shell/browser/shell_platform_data_aura.h',
'shell/browser/shell_plugin_service_filter.cc',
« no previous file with comments | « no previous file | content/shell/BUILD.gn » ('j') | content/shell/app/shell_main_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698