| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index 3f99086d69f5e65b188a7a88d12d9480c4e02211..6d5987669757b9667670acab050405702bb7efbd 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -320,9 +320,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",
|
| @@ -670,6 +667,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",
|
|
|