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

Unified Diff: remoting/BUILD.gn

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 | « chrome/version.gni ('k') | remoting/remoting_version.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/BUILD.gn
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 06b0637f7717ae5e83bde1278ddd5782336ceae3..9e5a0a7127b5cf24788bab0b574584773fc5163b 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -4,13 +4,14 @@
import("//build/config/features.gni")
import("//build/config/ui.gni")
+import("//build/util/version.gni")
import("//remoting/remoting_version.gni")
import("//remoting/remoting_enable.gni")
import("//testing/test.gni")
# Various remoting targets need this version definition.
config("version") {
- defines = [ "VERSION=$version_full" ]
+ defines = [ "VERSION=$chrome_version_full" ]
}
group("remoting_all") {
« no previous file with comments | « chrome/version.gni ('k') | remoting/remoting_version.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698