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

Unified Diff: chrome/browser/BUILD.gn

Issue 2301263004: Add WebAPK installation metrics. (Closed)
Patch Set: Another round of comments. Created 4 years, 3 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 196e61528be58f42aefafdb396aa58c3930db42b..dd981d2f8b49c1319aebf4dda555b647ef887901 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3193,6 +3193,8 @@ split_static_library("browser") {
"android/webapk/webapk_icon_hasher.h",
"android/webapk/webapk_installer.cc",
"android/webapk/webapk_installer.h",
+ "android/webapk/webapk_metrics.cc",
+ "android/webapk/webapk_metrics.h",
"android/webapk/webapk_update_manager.cc",
"android/webapk/webapk_update_manager.h",
"android/webapk/webapk_web_manifest_checker.cc",

Powered by Google App Engine
This is Rietveld 408576698