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

Unified Diff: remoting/webapp/build_template.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/remoting_options.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/build_template.gni
diff --git a/remoting/webapp/build_template.gni b/remoting/webapp/build_template.gni
index 3fcf0aa7b9cc7cec386fd7078b82b4f22ea3ede1..725637b960f0432ac6dcc856fd8193a5f158ec58 100644
--- a/remoting/webapp/build_template.gni
+++ b/remoting/webapp/build_template.gni
@@ -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 = [
« no previous file with comments | « remoting/remoting_options.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698