| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 87d31bf17e957ae315dda170c1c16892a0cb3565..d4d1e51a4ffddbeddde5cc436d507084ada3d30b 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -63,6 +63,8 @@ static_library("content_shell_lib") {
|
| "browser/layout_test/layout_test_navigator_connect_service_factory.h",
|
| "browser/layout_test/layout_test_notification_manager.cc",
|
| "browser/layout_test/layout_test_notification_manager.h",
|
| + "browser/layout_test/layout_test_permission_manager.cc",
|
| + "browser/layout_test/layout_test_permission_manager.h",
|
| "browser/layout_test/layout_test_push_messaging_service.cc",
|
| "browser/layout_test/layout_test_push_messaging_service.h",
|
| "browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc",
|
| @@ -108,6 +110,8 @@ static_library("content_shell_lib") {
|
| "browser/shell_net_log.h",
|
| "browser/shell_network_delegate.cc",
|
| "browser/shell_network_delegate.h",
|
| + "browser/shell_permission_manager.cc",
|
| + "browser/shell_permission_manager.h",
|
| "browser/shell_platform_data_aura.cc",
|
| "browser/shell_platform_data_aura.h",
|
| "browser/shell_plugin_service_filter.cc",
|
|
|