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

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

Issue 2379923002: Implement "appinstalled" event on Android. (Closed)
Patch Set: Respond to review / fix compile. Created 4 years 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 40fb98770de590253ee4d25f4ff3a182d0f6d4c9..1c2f14129d8c2a4bbdb9d7a5ed3fb48e978ba7c5 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -693,6 +693,7 @@ mojom("mojo_bindings") {
mojom("android_mojo_bindings") {
sources = [
+ "platform/modules/installation/installation.mojom",
"platform/modules/webshare/webshare.mojom",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698