summaryrefslogtreecommitdiffstats
path: root/components/data_reduction_proxy/core/common/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'components/data_reduction_proxy/core/common/BUILD.gn')
-rw-r--r--components/data_reduction_proxy/core/common/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/data_reduction_proxy/core/common/BUILD.gn b/components/data_reduction_proxy/core/common/BUILD.gn
index 4f760ae..674c361 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"
}