| Index: sync/sync_tests.gypi
|
| diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
|
| index 57e2b478b335d75e55fb1d58ca4813badb1d414c..421c25d4cd6bfbb7d88b13e40d52c2f3052815a6 100644
|
| --- a/sync/sync_tests.gypi
|
| +++ b/sync/sync_tests.gypi
|
| @@ -287,6 +287,7 @@
|
| 'suppress_wildcard': 1,
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| + '../google_apis/google_apis.gyp:google_apis',
|
| '../jingle/jingle.gyp:notifier_test_util',
|
| '../net/net.gyp:net_test_support',
|
| '../testing/gmock.gyp:gmock',
|
| @@ -300,6 +301,7 @@
|
| # happens in the dependents.
|
| 'export_dependent_settings': [
|
| '../base/base.gyp:base',
|
| + '../google_apis/google_apis.gyp:google_apis',
|
| '../jingle/jingle.gyp:notifier_test_util',
|
| '../net/net.gyp:net_test_support',
|
| '../testing/gmock.gyp:gmock',
|
|
|