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

Unified Diff: third_party/WebKit/Source/modules/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/Source/modules/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/BUILD.gn b/third_party/WebKit/Source/modules/BUILD.gn
index 583ee86249b1be5f2e9bdb12e27be1dabeff7fda..4b3df839781876ffba8121c76c754e4b3bfe785b 100644
--- a/third_party/WebKit/Source/modules/BUILD.gn
+++ b/third_party/WebKit/Source/modules/BUILD.gn
@@ -119,6 +119,7 @@ target(modules_target_type, "modules") {
"//third_party/WebKit/Source/modules/imagebitmap",
"//third_party/WebKit/Source/modules/imagecapture",
"//third_party/WebKit/Source/modules/indexeddb",
+ "//third_party/WebKit/Source/modules/installation",
"//third_party/WebKit/Source/modules/installedapp",
"//third_party/WebKit/Source/modules/mediacapturefromelement",
"//third_party/WebKit/Source/modules/mediarecorder",

Powered by Google App Engine
This is Rietveld 408576698