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

Unified Diff: remoting/host/BUILD.gn

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
« no previous file with comments | « no previous file | remoting/remoting_options.gni » ('j') | remoting/remoting_options.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 94aa910e5294f750dfde595e9cec616a927b86da..dd7321cd2b83b30dd956ec9b809973eaead8f473 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -734,7 +734,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
"/opt/google/chrome-remote-desktop/remote-assistance-host"
}
- script = "../tools/build/remoting_localize.py"
+ script = rebase_path("//remoting/tools/build/remoting_localize.py")
brettw 2016/05/04 16:41:39 I don't understand this change. "script" is a buil
Paweł Hajdan Jr. 2016/05/05 13:22:55 It wasn't needed. Removed these changes. I didn't
sources = [
"it2me/com.google.chrome.remote_assistance.json.jinja2",
« no previous file with comments | « no previous file | remoting/remoting_options.gni » ('j') | remoting/remoting_options.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698