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

Unified Diff: ios/chrome/browser/physical_web/BUILD.gn

Issue 2502003002: [ios] Adds a helper function to register prefs for Physical Web. (Closed)
Patch Set: Created 4 years, 1 month 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 | ios/chrome/browser/physical_web/physical_web_prefs_registration.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/physical_web/BUILD.gn
diff --git a/ios/chrome/browser/physical_web/BUILD.gn b/ios/chrome/browser/physical_web/BUILD.gn
index b402e29c3e0bdb99042d0d98600227aad894379b..6a9caf18a1f32b8f3cefa435d681e38520215dbf 100644
--- a/ios/chrome/browser/physical_web/BUILD.gn
+++ b/ios/chrome/browser/physical_web/BUILD.gn
@@ -9,12 +9,15 @@ source_set("physical_web") {
"ios_chrome_physical_web_data_source.h",
"ios_chrome_physical_web_data_source.mm",
"physical_web_constants.h",
+ "physical_web_prefs_registration.cc",
+ "physical_web_prefs_registration.h",
"start_physical_web_discovery.h",
"start_physical_web_discovery.mm",
]
deps = [
"//base",
"//components/physical_web/data_source",
+ "//components/pref_registry",
"//components/prefs",
"//ios/chrome/browser",
"//ios/chrome/browser/geolocation",
« no previous file with comments | « no previous file | ios/chrome/browser/physical_web/physical_web_prefs_registration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698