Chromium Code Reviews| Index: device/nfc/BUILD.gn |
| diff --git a/device/nfc/BUILD.gn b/device/nfc/BUILD.gn |
| index 935c3c666d0c54bbe4793d7e00aec7e8b5c13f65..bc8e7ba7aa78ef0a398da9a520cad134b71a2cbc 100644 |
| --- a/device/nfc/BUILD.gn |
| +++ b/device/nfc/BUILD.gn |
| @@ -60,6 +60,10 @@ component("nfc_mojo") { |
| "//mojo/edk/system", |
| "//mojo/public/cpp/bindings", |
| ] |
| + |
| + if (is_android) { |
| + sources -= [ "nfc_impl_default.cc" ] |
| + } |
| } |
| mojom("mojo_bindings") { |