| 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',
|
|
|