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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 1149623002: [iOS] Upstream UpdateSearchEnginesIfNeeded (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/search_engines/search_engines_util.cc ('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 b8d03f47840f20add47cf63f00ae89987178580f..bf6b98db2a9ab59ca6b5d3934560c69c2639d0b7 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -54,10 +54,11 @@
'../../components/components.gyp:keyed_service_ios',
'../../components/components.gyp:leveldb_proto',
'../../components/components.gyp:pref_registry',
+ '../../components/components.gyp:search_engines',
'../../components/components.gyp:suggestions',
+ '../../components/components.gyp:sync_driver',
'../../components/components.gyp:translate_core_browser',
'../../components/components.gyp:translate_ios_browser',
- '../../components/components.gyp:sync_driver',
'../../components/components.gyp:web_resource',
'../../components/components.gyp:webp_transcode',
'../../components/components_strings.gyp:components_strings',
@@ -92,6 +93,8 @@
'browser/application_context_impl.h',
'browser/arch_util.cc',
'browser/arch_util.h',
+ 'browser/search_engines/search_engines_util.cc',
+ 'browser/search_engines/search_engines_util.h',
'browser/authentication/constants.h',
'browser/authentication/constants.mm',
'browser/autofill/autofill_agent_utils.h',
« no previous file with comments | « ios/chrome/browser/search_engines/search_engines_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698