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

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

Issue 2671683002: getInstalledRelatedApps: Add browser-side Mojo service (stub). (Closed)
Patch Set: Added self to OWNERS. Created 3 years, 10 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 dd43b771abadbb1f12478d27ee5ad65aabed5a56..51c6904936b649fcd0b55a184f7c2fbe0c86331c 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -702,6 +702,8 @@ mojom("android_mojo_bindings") {
visibility_blink = [ ":mojo_bindings_blink" ]
sources = [
"platform/modules/installation/installation.mojom",
+ "platform/modules/installedapp/installed_app_provider.mojom",
+ "platform/modules/installedapp/related_application.mojom",
"platform/modules/webshare/webshare.mojom",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698