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

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: typo Created 4 years, 4 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 | « ios/chrome/common/DEPS ('k') | ios/chrome/common/physical_web/ios_chrome_physical_web_data_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..f56f06b2addee28a027f46b24b0453b559a37ae0 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 = [
+ "ios_chrome_physical_web_data_source.h",
+ "ios_chrome_physical_web_data_source.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",
« no previous file with comments | « ios/chrome/common/DEPS ('k') | ios/chrome/common/physical_web/ios_chrome_physical_web_data_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698