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

Unified Diff: remoting/host/it2me/BUILD.gn

Issue 2344003002: Adding a confirmation dialog for It2Me on Mac (Closed)
Patch Set: Renaming dialog controller callback 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
« no previous file with comments | « no previous file | remoting/host/it2me/it2me_confirmation_dialog_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/it2me/BUILD.gn
diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn
index c86ff54228f14c30c19ce235976a6ec80c3efa06..4d1be24e3afba0275a09bb0f315090c54e924180 100644
--- a/remoting/host/it2me/BUILD.gn
+++ b/remoting/host/it2me/BUILD.gn
@@ -21,7 +21,7 @@ source_set("common") {
"it2me_confirmation_dialog.h",
"it2me_confirmation_dialog_android.cc",
"it2me_confirmation_dialog_linux.cc",
- "it2me_confirmation_dialog_mac.cc",
+ "it2me_confirmation_dialog_mac.mm",
"it2me_confirmation_dialog_proxy.cc",
"it2me_confirmation_dialog_proxy.h",
"it2me_confirmation_dialog_win.cc",
@@ -134,6 +134,16 @@ if (!is_chromeos && !is_android && enable_remoting_host) {
if (is_mac) {
app_target_type = "mac_app_bundle"
+ bundle_data("remote_assistance_host_dialog_icon") {
+ sources = [
+ "//remoting/resources/chromoting128.png",
+ ]
+
+ outputs = [
+ "{{bundle_resources_dir}}/{{source_file_part}}",
+ ]
+ }
+
# remote_assistance_host-InfoPlist.strings
foreach(locale, remoting_locales_with_underscores) {
bundle_data("remote_assistance_host_strings_${locale}_bundle_data") {
@@ -216,6 +226,7 @@ if (!is_chromeos && !is_android && enable_remoting_host) {
]
}
deps += [
+ ":remote_assistance_host_dialog_icon",
":remote_assistance_host_xibs",
"//remoting/host:remoting_infoplist_strings",
"//remoting/resources:copy_locales",
« no previous file with comments | « no previous file | remoting/host/it2me/it2me_confirmation_dialog_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698