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

Unified Diff: remoting/remoting_options.gni

Issue 1426113002: port remoting_me2me_host_archive to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix version and update comments Created 5 years, 1 month 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: remoting/remoting_options.gni
diff --git a/remoting/remoting_options.gni b/remoting/remoting_options.gni
index 2185f21a89770de6c9e58141e0a6a2ed4ee3f691..87241bdfe38f689e0fc543195f2e9ac803b49627 100644
--- a/remoting/remoting_options.gni
+++ b/remoting/remoting_options.gni
@@ -26,7 +26,11 @@ if (is_win) {
remoting_rdp_session = 1
-branding_path = "../remoting/branding_<(branding)"
+if (is_chrome_branded) {
+ branding_path = rebase_path("//remoting/branding_Chrome", root_build_dir)
+} else {
+ branding_path = rebase_path("//remoting/branding_Chromium", root_build_dir)
+}
# The ar_service_environment variable is used to define the target
# environment for the app being built.

Powered by Google App Engine
This is Rietveld 408576698