| Index: chrome/common/BUILD.gn
|
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
|
| index 7f197ce3a35790049c65690a87abe60229b037c5..64911e1c3910cf0640da4d9f0f723600a07cb834 100644
|
| --- a/chrome/common/BUILD.gn
|
| +++ b/chrome/common/BUILD.gn
|
| @@ -351,6 +351,21 @@ static_library("constants") {
|
| }
|
| }
|
|
|
| +if (is_win) {
|
| + # GYP version: chrome/chrome_common.gypi:metrics_constants_util_win
|
| + source_set("metrics_constants_util_win") {
|
| + sources = [
|
| + "metrics_constants_util_win.cc",
|
| + "metrics_constants_util_win.h",
|
| + ]
|
| +
|
| + deps = [
|
| + "//base",
|
| + "//chrome/installer/util:with_no_strings",
|
| + ]
|
| + }
|
| +}
|
| +
|
| source_set("test_support") {
|
| testonly = true
|
| visibility = [ "//chrome/test:test_support" ]
|
| @@ -382,7 +397,7 @@ source_set("test_support") {
|
| }
|
| }
|
|
|
| -# GN version: chrome/chrome.gyp:app_mode_app_support
|
| +# GYP version: chrome/chrome.gyp:app_mode_app_support
|
| source_set("app_mode_app_support") {
|
| sources = [
|
| "mac/app_mode_chrome_locator.h",
|
|
|