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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 1653693002: Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: iOS fix Created 4 years, 11 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 | « extensions/shell/app_shell.gyp ('k') | ios/chrome/ios_chrome_tests.gyp » ('j') | 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 5d0749dc52d8a8a4caeb02cbf01d2288df6c72d5..2c918ab257d01c20b2b7872f4fddcbf55f763678 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -44,7 +44,6 @@
],
'dependencies': [
'../../base/base.gyp:base',
- '../../base/base.gyp:base_prefs',
'../../breakpad/breakpad.gyp:breakpad_client',
'../../components/components.gyp:language_usage_metrics',
'../../components/components.gyp:about_handler',
@@ -118,6 +117,7 @@
'../../components/components.gyp:webp_transcode',
'../../components/components_resources.gyp:components_resources',
'../../components/components_strings.gyp:components_strings',
+ '../../components/prefs/prefs.gyp:prefs',
'../../components/url_formatter/url_formatter.gyp:url_formatter',
'../../google_apis/google_apis.gyp:google_apis',
'../../net/net.gyp:net',
« no previous file with comments | « extensions/shell/app_shell.gyp ('k') | ios/chrome/ios_chrome_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698