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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 1274713003: Refactor ClipboardRecentContent singleton creation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comment by jif Created 5 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/browser/open_from_clipboard/create_clipboard_recent_content.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index e4dcc00af5065bd83f643f25cb31c3b5c05d03a9..c08e419709b566a7f1f8a44d5f447e881beefebb 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -66,6 +66,7 @@
'../../components/components.gyp:leveldb_proto',
'../../components/components.gyp:metrics',
'../../components/components.gyp:omnibox_browser',
+ '../../components/components.gyp:open_from_clipboard',
'../../components/components.gyp:password_manager_core_browser',
'../../components/components.gyp:pref_registry',
'../../components/components.gyp:search',
@@ -268,6 +269,8 @@
'browser/net/retryable_url_fetcher.mm',
'browser/omnibox/omnibox_event_global_tracker.cc',
'browser/omnibox/omnibox_event_global_tracker.h',
+ 'browser/open_from_clipboard/create_clipboard_recent_content.h',
+ 'browser/open_from_clipboard/create_clipboard_recent_content.mm',
'browser/passwords/password_generation_utils.h',
'browser/passwords/password_generation_utils.mm',
'browser/pref_names.cc',
« no previous file with comments | « ios/chrome/browser/open_from_clipboard/create_clipboard_recent_content.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698