| Index: components/sync/android/DEPS
|
| diff --git a/sync/android/DEPS b/components/sync/android/DEPS
|
| similarity index 55%
|
| rename from sync/android/DEPS
|
| rename to components/sync/android/DEPS
|
| index b607840860083b37d9561ccdb376eb5998fb43db..7e52e2cf439ebfd3e72df4a8c5e498d484ea5a0a 100644
|
| --- a/sync/android/DEPS
|
| +++ b/components/sync/android/DEPS
|
| @@ -1,8 +1,8 @@
|
| include_rules = [
|
| + "+components/sync/base",
|
| + "+components/sync/core",
|
| + "+components/sync/test/android", # For sync test tools
|
| "+jni",
|
| "+third_party/cacheinvalidation", # For imports in sync/notifier.
|
| "+net", # For imports in sync/signin.
|
| - "+sync/base",
|
| - "+sync/internal_api/public",
|
| - "+sync/test/android", # For sync test tools
|
| ]
|
|
|