Index: blimp/common/BUILD.gn |
diff --git a/blimp/common/BUILD.gn b/blimp/common/BUILD.gn |
index 1f31f022b4a971213d6f1f53dc6c8abb9f40dcd1..c94ad0c67056d4ea4317e7ed56fbe23e90a51bd7 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("//build/util/process_version.gni") |
+import("//chrome/version.gni") |
import("//testing/test.gni") |
component("common") { |
@@ -82,9 +82,6 @@ |
} |
process_version("protocol_version") { |
- sources = [ |
- "//chrome/VERSION", |
- ] |
template_file = "protocol_version.h.version" |
output = "$target_gen_dir/protocol_version.h" |
} |