Chromium Code Reviews| 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", |