| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index bd8a639ba5056f67294d2468a31e72ba8e957d1e..9f36b851c0210b35f39d9875efd90e94232c994c 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -315,9 +315,6 @@ source_set("blink_headers") {
|
| "platform/linux/WebFontRenderStyle.h",
|
| "platform/linux/WebSandboxSupport.h",
|
| "platform/mac/WebSandboxSupport.h",
|
| - "platform/modules/app_banner/WebAppBannerClient.h",
|
| - "platform/modules/app_banner/WebAppBannerPromptReply.h",
|
| - "platform/modules/app_banner/WebAppBannerPromptResult.h",
|
| "platform/modules/background_sync/WebSyncClient.h",
|
| "platform/modules/background_sync/WebSyncError.h",
|
| "platform/modules/background_sync/WebSyncProvider.h",
|
| @@ -665,6 +662,7 @@ mojom("mojo_bindings") {
|
|
|
| mojom("new_wrapper_types_mojo_bindings") {
|
| sources = [
|
| + "platform/modules/app_banner/app_banner.mojom",
|
| "platform/modules/mediasession/media_session.mojom",
|
| "platform/modules/permissions/permission.mojom",
|
| "platform/modules/permissions/permission_status.mojom",
|
|
|