Index: components/data_reduction_proxy/core/common/BUILD.gn |
diff --git a/components/data_reduction_proxy/core/common/BUILD.gn b/components/data_reduction_proxy/core/common/BUILD.gn |
index 4f760aec2b28b49ac0326800c1fc3beaf2acf921..674c3619e188091d7bbc7b0b1844302aa073a75f 100644 |
--- a/components/data_reduction_proxy/core/common/BUILD.gn |
+++ b/components/data_reduction_proxy/core/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("//components/data_reduction_proxy/core/common/version.gni") |
+import("//chrome/version.gni") |
static_library("common") { |
sources = [ |
@@ -69,6 +69,6 @@ source_set("unit_tests") { |
} |
process_version("version_header") { |
- source = "version.h.in" |
+ template_file = "version.h.in" |
output = "$target_gen_dir/version.h" |
} |