| Index: remoting/webapp/build_template.gni
|
| diff --git a/remoting/webapp/build_template.gni b/remoting/webapp/build_template.gni
|
| index 3fcf0aa7b9cc7cec386fd7078b82b4f22ea3ede1..d3bacfb6cdf7e6c83f48c5f2d11cbeb53fc5cc6d 100644
|
| --- a/remoting/webapp/build_template.gni
|
| +++ b/remoting/webapp/build_template.gni
|
| @@ -31,7 +31,7 @@ template("build_locales_listfile") {
|
| action(target_name) {
|
| locales_listfile_output = invoker.locales_listfile_output
|
|
|
| - script = "../tools/build/remoting_localize.py"
|
| + script = rebase_path("//remoting/tools/build/remoting_localize.py")
|
|
|
| inputs = []
|
| outputs = [
|
| @@ -95,7 +95,7 @@ template("build_webapp_html") {
|
| exclude_js = invoker.exclude_js
|
| instrument_js = invoker.instrument_js
|
|
|
| - script = rebase_path("//remoting/webapp/build-html.py", root_build_dir)
|
| + script = rebase_path("//remoting/webapp/build-html.py")
|
|
|
| # Create a file that contains a list of all the JavaScript files needed
|
| # to build the unit test page. This is needed to avoid problems on platforms
|
| @@ -237,9 +237,8 @@ template("desktop_remoting_webapp") {
|
| }
|
| }
|
|
|
| - inputs = [ rebase_path("crd/manifest.json.jinja2", root_build_dir) ] +
|
| - remoting_version_files +
|
| - rebase_path(remoting_webapp_crd_files, root_build_dir) +
|
| + inputs = [ rebase_path("crd/manifest.json.jinja2") ] +
|
| + remoting_version_files + rebase_path(remoting_webapp_crd_files) +
|
| extra_files + dr_generated_html_files
|
|
|
| outputs = [
|
|
|