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

Unified Diff: content/browser/BUILD.gn

Issue 2865653002: [Device Service] Decouple NFC implementation from //content (Closed)
Patch Set: Response to reviews Created 3 years, 7 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
« no previous file with comments | « no previous file | content/browser/android/content_feature_list.cc » ('j') | content/browser/nfc/nfc_host.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 333afca93fb496b74ab206ada8a4ad65291e16fd..ff644caf7b76091324b097267e2e3ce938762e5b 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1552,6 +1552,13 @@ source_set("browser") {
]
}
+ if (is_android) {
+ sources += [
+ "nfc/nfc_host.cc",
+ "nfc/nfc_host.h",
+ ]
+ }
+
if (enable_basic_printing || enable_print_preview) {
deps += [ "//printing" ]
}
« no previous file with comments | « no previous file | content/browser/android/content_feature_list.cc » ('j') | content/browser/nfc/nfc_host.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698