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

Unified Diff: third_party/libaddressinput/libaddressinput.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 | « rlz/rlz.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libaddressinput/libaddressinput.gyp
diff --git a/third_party/libaddressinput/libaddressinput.gyp b/third_party/libaddressinput/libaddressinput.gyp
index b9bbbf9371dc6f290f2567fc2f4b1bc93f90b574..4dc9efb9fc32be34f4b18a5f2fb20336109865d8 100644
--- a/third_party/libaddressinput/libaddressinput.gyp
+++ b/third_party/libaddressinput/libaddressinput.gyp
@@ -110,7 +110,7 @@
},
'dependencies': [
'../../base/base.gyp:base',
- '../../base/base.gyp:base_prefs',
+ '../../components/prefs/prefs.gyp:prefs',
'../../net/net.gyp:net',
'../icu/icu.gyp:icui18n',
'../icu/icu.gyp:icuuc',
@@ -143,8 +143,8 @@
'src/cpp/src/',
],
'dependencies': [
- '../../base/base.gyp:base_prefs',
'../../base/base.gyp:run_all_unittests',
+ '../../components/prefs/prefs.gyp:prefs',
'../../net/net.gyp:net_test_support',
'../../testing/gtest.gyp:gtest',
'libaddressinput',
« no previous file with comments | « rlz/rlz.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698