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

Unified Diff: chrome/browser/BUILD.gn

Issue 2778983005: Allow the app banner installability check to run on page load. (Closed)
Patch Set: Address comments 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index d7abab5c618c814cde5defb3a3d8031c252c9c56..50ee114e71f10b90600d0f6889d5ecd1c55936fa 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -500,6 +500,8 @@ split_static_library("browser") {
"installable/installable_logging.h",
"installable/installable_manager.cc",
"installable/installable_manager.h",
+ "installable/installable_metrics.cc",
+ "installable/installable_metrics.h",
"internal_auth.cc",
"internal_auth.h",
"interstitials/chrome_controller_client.cc",

Powered by Google App Engine
This is Rietveld 408576698