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

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

Issue 2671683002: getInstalledRelatedApps: Add browser-side Mojo service (stub). (Closed)
Patch Set: Added TODO. Created 3 years, 9 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 2f1c3c2c7e7b85a521b3aa4d951f74ff269af824..0315f96856800781e6ae2e97c233d3bbf2efc915 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