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

Unified Diff: ios/chrome/ios_chrome.gyp

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
Index: ios/chrome/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index 2230263d6ea89fa12ed5834aba22916f1debe1de..0f738c73f04d964a4294189a12d23bfcc295c0e1 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -89,6 +89,7 @@
'../../components/components.gyp:open_from_clipboard',
'../../components/components.gyp:password_manager_core_browser',
'../../components/components.gyp:password_manager_sync_browser',
+ '../../components/components.gyp:physical_web_data_source',
'../../components/components.gyp:pref_registry',
'../../components/components.gyp:profile_metrics',
'../../components/components.gyp:proxy_config',
@@ -453,6 +454,8 @@
'browser/passwords/passwords_ui_delegate.h',
'browser/passwords/update_password_infobar_controller.h',
'browser/passwords/update_password_infobar_controller.mm',
+ 'browser/physical_web/create_physical_web_data_source.h',
+ 'browser/physical_web/create_physical_web_data_source.mm',
'browser/physical_web/physical_web_constants.h',
'browser/pref_names.cc',
'browser/pref_names.h',
@@ -791,6 +794,7 @@
'../../base/base.gyp:base',
'../../components/components.gyp:version_info',
'app_group_mainapp',
+ 'common/physical_web/physical_web.gyp:physical_web',
],
'link_settings': {
'libraries': [
« no previous file with comments | « ios/chrome/common/physical_web/physical_web_scanner.mm ('k') | ios/chrome/test/testing_application_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698