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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2393513004: Convert app banners to use Mojo. (Closed)
Patch Set: Nits Created 4 years, 2 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
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 44d66f9e233e0f0c556f5ee55f75f051fad04484..6bb90bcb1f18c476fa8ff99ba9bbb7c9de307f47 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -319,9 +319,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",
@@ -667,6 +664,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",

Powered by Google App Engine
This is Rietveld 408576698