| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 5cd24d92bfcd199e9775d828b7a961bbaa216c37..3e8ce4f60b105b24f85c7b2fcae5f95a087f583f 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -55,6 +55,8 @@ static_library("content_shell_lib") {
|
| "browser/layout_test/layout_test_download_manager_delegate.h",
|
| "browser/layout_test/layout_test_javascript_dialog_manager.cc",
|
| "browser/layout_test/layout_test_javascript_dialog_manager.h",
|
| + "browser/layout_test/layout_test_message_filter.cc",
|
| + "browser/layout_test/layout_test_message_filter.h",
|
| "browser/layout_test/layout_test_notification_manager.cc",
|
| "browser/layout_test/layout_test_notification_manager.h",
|
| "browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc",
|
| @@ -96,8 +98,6 @@ static_library("content_shell_lib") {
|
| "browser/shell_login_dialog.h",
|
| "browser/shell_login_dialog_mac.mm",
|
| "browser/shell_mac.mm",
|
| - "browser/shell_message_filter.cc",
|
| - "browser/shell_message_filter.h",
|
| "browser/shell_net_log.cc",
|
| "browser/shell_net_log.h",
|
| "browser/shell_network_delegate.cc",
|
|
|