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

Unified Diff: content/browser/BUILD.gn

Issue 2865653002: [Device Service] Decouple NFC implementation from //content (Closed)
Patch Set: Response to review + fix for tests that don't actually run on bots 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.cc » ('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..723fcd5ece5d436ca52e6a0665be78770e63d385 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1033,6 +1033,8 @@ source_set("browser") {
"net/view_blob_internals_job_factory.h",
"net/view_http_cache_job_factory.cc",
"net/view_http_cache_job_factory.h",
+ "nfc/nfc_host.cc",
+ "nfc/nfc_host.h",
"notification_service_impl.cc",
"notification_service_impl.h",
"notifications/blink_notification_service_impl.cc",
« no previous file with comments | « no previous file | content/browser/android/content_feature_list.cc » ('j') | content/browser/nfc/nfc_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698