Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: device/nfc/BUILD.gn

Issue 1486043002: [webnfc] Implement push method for Android nfc mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@step_6_add_mojo_service_CL
Patch Set: Rebased. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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") {

Powered by Google App Engine
This is Rietveld 408576698