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

Unified Diff: ios/chrome/ios_chrome_tests.gyp

Issue 1648403002: Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « ios/chrome/ios_chrome.gyp ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/ios_chrome_tests.gyp
diff --git a/ios/chrome/ios_chrome_tests.gyp b/ios/chrome/ios_chrome_tests.gyp
index d78bfc15798fe990dde8801e3df4e4d36d882e69..284d874bd10cf913531a9ca0adcd76a78b789524 100644
--- a/ios/chrome/ios_chrome_tests.gyp
+++ b/ios/chrome/ios_chrome_tests.gyp
@@ -12,7 +12,6 @@
'type': '<(gtest_target_type)',
'dependencies': [
'../../base/base.gyp:base',
- '../../base/base.gyp:base_prefs_test_support',
'../../base/base.gyp:test_support_base',
'../../components/components.gyp:bookmarks_test_support',
'../../components/components.gyp:favicon_base',
@@ -20,6 +19,7 @@
'../../components/components.gyp:metrics_test_support',
'../../components/components.gyp:update_client',
'../../components/components.gyp:version_info',
+ '../../components/prefs/prefs.gyp:prefs_test_support',
'../../net/net.gyp:net_test_support',
'../../skia/skia.gyp:skia',
'../../testing/gmock.gyp:gmock',
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698