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

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

Issue 2113473002: Add a Physical Web data source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove notification Created 4 years, 6 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: ios/chrome/common/physical_web/BUILD.gn
diff --git a/ios/chrome/common/physical_web/BUILD.gn b/ios/chrome/common/physical_web/BUILD.gn
index 52cec6350530756de71f55b1acc4a02b95273525..540f8a3c8f22d73ef0ccc74b42eaeae16af7f23b 100644
--- a/ios/chrome/common/physical_web/BUILD.gn
+++ b/ios/chrome/common/physical_web/BUILD.gn
@@ -4,6 +4,8 @@
source_set("physical_web") {
sources = [
+ "physical_web_data_source_ios.h",
+ "physical_web_data_source_ios.mm",
"physical_web_device.h",
"physical_web_device.mm",
"physical_web_request.h",
@@ -16,6 +18,7 @@ source_set("physical_web") {
deps = [
"//base",
+ "//components/physical_web_data_source",
"//components/version_info",
"//device/bluetooth/uribeacon",
"//google_apis",

Powered by Google App Engine
This is Rietveld 408576698