Index: remoting/host/BUILD.gn |
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn |
index add25e67721e765b9a82cab5c7f800ab10c3a3ad..fd1745dc51e5f3963f5c483aa2f10deb425215e6 100644 |
--- a/remoting/host/BUILD.gn |
+++ b/remoting/host/BUILD.gn |
@@ -2,7 +2,6 @@ |
# 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") { |
@@ -965,6 +964,8 @@ |
"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), |