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

Unified Diff: remoting/remoting_options.gni

Issue 1947923002: remoting: fix out-of-tree build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: trybots Created 4 years, 7 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') | remoting/webapp/build_template.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_options.gni
diff --git a/remoting/remoting_options.gni b/remoting/remoting_options.gni
index a944b3a9c573c35c1e0b6b764b05752d0de5e182..f16cbd37252b453c0229d4e41d4cb51861b4676f 100644
--- a/remoting/remoting_options.gni
+++ b/remoting/remoting_options.gni
@@ -29,9 +29,9 @@ if (is_win) {
remoting_rdp_session = 1
if (is_chrome_branded) {
- branding_path = rebase_path("//remoting/branding_Chrome", root_build_dir)
+ branding_path = "//remoting/branding_Chrome"
} else {
- branding_path = rebase_path("//remoting/branding_Chromium", root_build_dir)
+ branding_path = "//remoting/branding_Chromium"
}
# The ar_service_environment variable is used to define the target
« no previous file with comments | « remoting/host/BUILD.gn ('k') | remoting/webapp/build_template.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698