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

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

Issue 2529783002: arc: Implement uninstall confirmation dialog for Arc app. (Closed)
Patch Set: Address minor comments. Rebase. 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
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/arc/arc_app_context_menu.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 6df0ad7eb3a2f683575f666b955784be2a8954ab..044c67dfe25eb8a930984af3d3e1bae517e3db77 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -3221,6 +3221,7 @@ split_static_library("ui") {
sources += [
"app_list/arc/arc_app_context_menu.cc",
"app_list/arc/arc_app_context_menu.h",
+ "app_list/arc/arc_app_dialog.h",
"app_list/arc/arc_app_icon.cc",
"app_list/arc/arc_app_icon.h",
"app_list/arc/arc_app_icon_loader.cc",
@@ -3261,6 +3262,7 @@ split_static_library("ui") {
"ash/launcher/arc_launcher_context_menu.h",
"ash/launcher/launcher_arc_app_updater.cc",
"ash/launcher/launcher_arc_app_updater.h",
+ "views/arc_app_dialog_view.cc",
]
}
if (is_desktop_linux) {
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/arc/arc_app_context_menu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698