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

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

Issue 2153883002: [Mac/GN] Add missing files to some //remoting targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « remoting/host/BUILD.gn ('k') | no next file » | 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 04c84884a4bb5fc81187cdec18ba015ec692fea2..dac44d3dfa7b22b12a4f3d7473a2cfcf038fbf6a 100644
--- a/remoting/host/it2me/BUILD.gn
+++ b/remoting/host/it2me/BUILD.gn
@@ -92,6 +92,26 @@ if (!is_chromeos && !is_android && enable_remoting_host) {
]
}
}
+
+ mac_xib_bundle_data("remote_assistance_host_xibs") {
+ sources = [
+ "//remoting/host/disconnect_window.xib",
+ ]
+ }
+
+ bundle_data("remote_assistance_host_resources") {
+ sources = [
+ "$root_out_dir/icudtl.dat",
+ ]
+
+ outputs = [
+ "{{bundle_resources_dir}}/{{source_file_part}}",
+ ]
+
+ public_deps = [
+ "//third_party/icu:icudata",
+ ]
+ }
} else {
app_target_type = "executable"
}
@@ -132,6 +152,8 @@ if (!is_chromeos && !is_android && enable_remoting_host) {
]
}
deps += [
+ ":remote_assistance_host_resources",
+ ":remote_assistance_host_xibs",
"//remoting/host:remoting_infoplist_strings",
"//remoting/resources:copy_locales",
]
« no previous file with comments | « remoting/host/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698