| 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 b1951ad318d8b3f38f05a97bb125131d70fd339e..0d1935d97220807ed7bd3298b86f932bebcb18d1 100644
|
| --- a/components/data_reduction_proxy/core/common/BUILD.gn
|
| +++ b/components/data_reduction_proxy/core/common/BUILD.gn
|
| @@ -113,4 +113,8 @@ source_set("unit_tests") {
|
| process_version("version_header") {
|
| template_file = "version.h.in"
|
| output = "$target_gen_dir/version.h"
|
| + extra_args = [
|
| + "-e",
|
| + "VERSION_FULL=\"%s.%s.%s.%s\" % (MAJOR,MINOR,BUILD,PATCH)",
|
| + ]
|
| }
|
|
|