Chromium Code Reviews| Index: components/metrics/BUILD.gn |
| diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn |
| index 964bf94f186441cb071f7ba40e4fb31e4b07ac31..b181fdc73fb93874e1ffaac25d151ac6cadc6112 100644 |
| --- a/components/metrics/BUILD.gn |
| +++ b/components/metrics/BUILD.gn |
| @@ -64,6 +64,10 @@ source_set("metrics") { |
| if (is_chromeos) { |
| deps += [ ":serialization" ] |
| } |
| + |
| + if (is_win) { |
| + sources -= [ "machine_id_provider_stub.cc" ] |
|
Slava Chigrin
2015/01/23 21:05:41
Same as in GYP
https://code.google.com/p/chromium
|
| + } |
| } |
| # GYP version: components/metrics.gypi:metrics_gpu |