Chromium Code Reviews| Index: chrome/common/extensions/BUILD.gn |
| diff --git a/chrome/common/extensions/BUILD.gn b/chrome/common/extensions/BUILD.gn |
| index 763ceb78e3fdf359048275b9d2373c2214e5c3e8..2be3aaafaf4d2cf1cc4ffe96c450671f52c8f177 100644 |
| --- a/chrome/common/extensions/BUILD.gn |
| +++ b/chrome/common/extensions/BUILD.gn |
| @@ -28,6 +28,10 @@ mojom("mojo_bindings") { |
| "media_parser.mojom", |
| ] |
| + if (is_win) { |
| + sources += [ "wifi_credentials_getter.mojom" ] |
| + } |
| + |
| public_deps = [ |
| "//mojo/common:common_custom_types", |
| ] |