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

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: 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
Index: remoting/remoting_options.gni
diff --git a/remoting/remoting_options.gni b/remoting/remoting_options.gni
index a944b3a9c573c35c1e0b6b764b05752d0de5e182..d9c94300064445bf5a04f27aa5a69598dabd712d 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 = rebase_path("//remoting/branding_Chrome")
brettw 2016/05/04 16:41:39 For this kind of thing, we should define the globa
Paweł Hajdan Jr. 2016/05/05 13:22:55 Done.
} else {
- branding_path = rebase_path("//remoting/branding_Chromium", root_build_dir)
+ branding_path = rebase_path("//remoting/branding_Chromium")
}
# The ar_service_environment variable is used to define the target

Powered by Google App Engine
This is Rietveld 408576698