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

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: 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/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index 8f228844fbaf3250ef6bdb3260fcb94f0f2da00c..e321845f6b2765bb25c68c3e1262ca70b3c65e0e 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -91,6 +91,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',
@@ -445,6 +446,8 @@
'browser/passwords/password_generation_utils.h',
'browser/passwords/password_generation_utils.mm',
'browser/passwords/passwords_ui_delegate.h',
+ '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',
@@ -774,6 +777,7 @@
'dependencies': [
'../../base/base.gyp:base',
'../../components/components.gyp:version_info',
+ 'common/physical_web/physical_web.gyp:physical_web',
Olivier 2016/06/30 08:14:11 alpha
mattreynolds 2016/06/30 17:51:58 Done.
'app_group_mainapp',
],
'link_settings': {

Powered by Google App Engine
This is Rietveld 408576698