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

Unified Diff: chrome/renderer/BUILD.gn

Issue 2379923002: Implement "appinstalled" event on Android. (Closed)
Patch Set: Minor refactor. Created 4 years, 2 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/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index 8e576d9936d9ed49155c158a4351965718774930..ec89ecb9735a3145c677dc212ff650d0240ed124 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -37,6 +37,8 @@ static_library("renderer") {
"content_settings_observer.cc",
"content_settings_observer.h",
"custom_menu_commands.h",
+ "installation_service_impl.cc",
+ "installation_service_impl.h",
"instant_restricted_id_cache.h",
"loadtimes_extension_bindings.cc",
"loadtimes_extension_bindings.h",

Powered by Google App Engine
This is Rietveld 408576698