| Index: remoting/base/BUILD.gn
|
| diff --git a/remoting/base/BUILD.gn b/remoting/base/BUILD.gn
|
| index 194777b3d764686b91ae0077ce2776ee1194b330..c8f5a2d7c31e4a7f5ab6dd04e65a00bc03223866 100644
|
| --- a/remoting/base/BUILD.gn
|
| +++ b/remoting/base/BUILD.gn
|
| @@ -43,7 +43,10 @@ source_set("base") {
|
| "vlog_net_log.h",
|
| ]
|
|
|
| - configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
| + configs += [
|
| + "//build/config/compiler:wexit_time_destructors",
|
| + "//remoting/build/config:version",
|
| + ]
|
|
|
| public_deps = [
|
| "//base",
|
|
|