Index: blimp/common/BUILD.gn |
diff --git a/blimp/common/BUILD.gn b/blimp/common/BUILD.gn |
index c94ad0c67056d4ea4317e7ed56fbe23e90a51bd7..1f31f022b4a971213d6f1f53dc6c8abb9f40dcd1 100644 |
--- a/blimp/common/BUILD.gn |
+++ b/blimp/common/BUILD.gn |
@@ -2,7 +2,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-import("//chrome/version.gni") |
+import("//build/util/process_version.gni") |
import("//testing/test.gni") |
component("common") { |
@@ -82,6 +82,9 @@ source_set("unit_tests") { |
} |
process_version("protocol_version") { |
+ sources = [ |
+ "//chrome/VERSION", |
+ ] |
template_file = "protocol_version.h.version" |
output = "$target_gen_dir/protocol_version.h" |
} |