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