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

Unified Diff: chrome/browser/chromeos/BUILD.gn

Issue 2810053003: Reland of Fetch ARC Kiosk app name and icon from Android side. (Closed)
Patch Set: fix memory leak, reland the CL Created 3 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/app_mode/arc/arc_kiosk_app_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index 1d0e4a4ccd8a02040c79fbd4faab8fd5911e547c..aeec2e705edd95e19fdcc2336277e0146e0c725a 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -176,6 +176,8 @@ source_set("chromeos") {
"app_mode/app_launch_utils.h",
"app_mode/app_session.cc",
"app_mode/app_session.h",
+ "app_mode/arc/arc_kiosk_app_data.cc",
+ "app_mode/arc/arc_kiosk_app_data.h",
"app_mode/arc/arc_kiosk_app_launcher.cc",
"app_mode/arc/arc_kiosk_app_launcher.h",
"app_mode/arc/arc_kiosk_app_manager.cc",
@@ -188,9 +190,13 @@ source_set("chromeos") {
"app_mode/certificate_manager_dialog.h",
"app_mode/kiosk_app_data.cc",
"app_mode/kiosk_app_data.h",
+ "app_mode/kiosk_app_data_base.cc",
+ "app_mode/kiosk_app_data_base.h",
"app_mode/kiosk_app_data_delegate.h",
"app_mode/kiosk_app_external_loader.cc",
"app_mode/kiosk_app_external_loader.h",
+ "app_mode/kiosk_app_icon_loader.cc",
+ "app_mode/kiosk_app_icon_loader.h",
"app_mode/kiosk_app_launch_error.cc",
"app_mode/kiosk_app_launch_error.h",
"app_mode/kiosk_app_manager.cc",
« no previous file with comments | « no previous file | chrome/browser/chromeos/app_mode/arc/arc_kiosk_app_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698