| 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 d829ef253f510bd2ff2fba5cb4a0def0f9ef4d15..d12881385d02bfa8aa0eb8e49dafd570bc381354 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("//build/util/process_version.gni")
|
| +import("//chrome/version.gni")
|
|
|
| # Variables:
|
| # deps: Extra dependencies.
|
| @@ -109,9 +109,6 @@
|
|
|
| process_version("version_header") {
|
| template_file = "version.h.in"
|
| - sources = [
|
| - "//chrome/VERSION",
|
| - ]
|
| output = "$target_gen_dir/version.h"
|
| extra_args = [
|
| "-e",
|
|
|