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

Unified Diff: remoting/webapp/build_template.gni

Issue 1250853007: Hook up chrome.exe manifest in the Windows GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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_version.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 ecac04dc98e9383f668488b44fa1837b986347b4..736cd3f3d3f4164ec3fc9fd8f927c07db0137c9d 100644
--- a/remoting/webapp/build_template.gni
+++ b/remoting/webapp/build_template.gni
@@ -5,6 +5,7 @@
# Keep in sync with 'remoting_webapp' target in remoting/remoting_client.gypi.
import("//build/config/chrome_build.gni")
+import("//build/util/version.gni")
import("//remoting/remoting_locales.gni")
import("//remoting/remoting_options.gni")
import("//remoting/remoting_version.gni")
@@ -211,7 +212,7 @@ template("desktop_remoting_webapp") {
args = [
buildtype,
- version_full,
+ chrome_version_full,
output_dir,
zip_path,
rebase_path("crd/manifest.json.jinja2", root_build_dir),
@@ -307,7 +308,7 @@ template("app_remoting_webapp") {
args = [
buildtype,
- version_full,
+ chrome_version_full,
output_dir,
zip_path,
rebase_path(ar_app_manifest, root_build_dir),
@@ -492,7 +493,7 @@ template("app_remoting_shared_module") {
args = [
buildtype,
- version_full,
+ chrome_version_full,
output_dir,
zip_path,
rebase_path(ar_manifest, root_build_dir),
« no previous file with comments | « remoting/remoting_version.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698