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") { |