| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index c53545f99775c9f265f839206e3b1415eeb822b8..725df2308ff727ed95db7fcf7f3646dfd9bb2e01 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -657,4 +657,23 @@
|
| ],
|
| },
|
| ],
|
| + 'conditions': [
|
| + ['OS == "win"', {
|
| + 'targets': [
|
| + {
|
| + # GN version: //chrome/common:metrics_constants_util_win
|
| + 'target_name': 'metrics_constants_util_win',
|
| + 'type': 'static_library',
|
| + 'sources': [
|
| + 'common/metrics_constants_util_win.cc',
|
| + 'common/metrics_constants_util_win.h',
|
| + ],
|
| + 'dependencies': [
|
| + 'installer_util',
|
| + '../base/base.gyp:base',
|
| + ],
|
| + },
|
| + ],
|
| + }],
|
| + ],
|
| }
|
|
|