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

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: components/physical_web.gypi Created 4 years, 5 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 6a0fed40352a8541652b5d8d25880536daa90249..35ea285e9768f2f3efad1c27ede6be0d887aa38b 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -88,6 +88,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',
@@ -452,6 +453,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/pref_names.cc',
'browser/pref_names.h',
'browser/prefs/browser_prefs.h',
@@ -789,6 +792,7 @@
'../../base/base.gyp:base',
'../../components/components.gyp:version_info',
'app_group_mainapp',
+ 'common/physical_web/physical_web.gyp:physical_web',
],
'link_settings': {
'libraries': [

Powered by Google App Engine
This is Rietveld 408576698