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

Unified Diff: content/content_shell.gypi

Issue 1890223002: Explicitly initialize secondary renderers for layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 8 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') | 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 f093081171c5c852fc01dae46eb0da4a060b201e..cb15a5fa9950106f23a13f070aee80f244b8cd1b 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -101,12 +101,12 @@
'shell/browser/layout_test/blink_test_controller.h',
'shell/browser/layout_test/layout_test_android.cc',
'shell/browser/layout_test/layout_test_android.h',
- 'shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.cc',
- 'shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h',
'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc',
'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h',
'shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc',
'shell/browser/layout_test/layout_test_bluetooth_chooser_factory.h',
+ 'shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.cc',
+ 'shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h',
'shell/browser/layout_test/layout_test_browser_context.cc',
'shell/browser/layout_test/layout_test_browser_context.h',
'shell/browser/layout_test/layout_test_browser_main.cc',
@@ -133,8 +133,8 @@
'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate.h',
'shell/browser/layout_test/layout_test_url_request_context_getter.cc',
'shell/browser/layout_test/layout_test_url_request_context_getter.h',
- 'shell/browser/layout_test/notify_done_forwarder.cc',
- 'shell/browser/layout_test/notify_done_forwarder.h',
+ 'shell/browser/layout_test/secondary_test_window_observer.cc',
+ 'shell/browser/layout_test/secondary_test_window_observer.h',
'shell/browser/layout_test/test_info_extractor.cc',
'shell/browser/layout_test/test_info_extractor.h',
'shell/browser/shell.cc',
« no previous file with comments | « no previous file | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698