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

Unified Diff: ios/chrome/common/physical_web/physical_web.gyp

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/physical_web.gyp
diff --git a/ios/chrome/common/physical_web/physical_web.gyp b/ios/chrome/common/physical_web/physical_web.gyp
index 887c0af7f3e5d7e8a8b69cad0bbfe0d1fd5aad41..8106f41e2cf58a4cb41ef1c8267e0ceb92fcc6a7 100644
--- a/ios/chrome/common/physical_web/physical_web.gyp
+++ b/ios/chrome/common/physical_web/physical_web.gyp
@@ -9,6 +9,8 @@
'target_name': 'physical_web',
'type': 'static_library',
'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',
@@ -20,6 +22,7 @@
],
'dependencies': [
'../../../../base/base.gyp:base',
+ '../../../../components/components.gyp:physical_web_data_source',
'../../../../components/components.gyp:version_info',
'../../../../device/bluetooth/bluetooth.gyp:uribeacon',
'../../../../google_apis/google_apis.gyp:google_apis',

Powered by Google App Engine
This is Rietveld 408576698