Index: remoting/host/BUILD.gn |
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn |
index f7b88316c0f09c8e17f72f1900d4cbe337f33b94..28c6d418f5124bbfbdd514eef4ecd998829ce590 100644 |
--- a/remoting/host/BUILD.gn |
+++ b/remoting/host/BUILD.gn |
@@ -2,6 +2,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+import("//build/util/process_version.gni") |
import("//remoting/build/config/remoting_build.gni") |
process_version("remoting_version") { |
@@ -967,8 +968,6 @@ if (is_win) { |
"win/version.rc.jinja2", |
] |
- # TODO(zijiehe): Export lastchange_path from |
- # //chrome/version.gni:process_version |
variables = [ |
rebase_path(chrome_version_file), |
rebase_path(remoting_version_file), |