| Index: chrome/browser/sync/glue/DEPS
|
| diff --git a/chrome/browser/sync/glue/DEPS b/chrome/browser/sync/glue/DEPS
|
| index fecb67ec3d00658586539c9aaea14c1197b25a33..95408b395cb9645cee7bc41bfd74e5b707e7c6c3 100644
|
| --- a/chrome/browser/sync/glue/DEPS
|
| +++ b/chrome/browser/sync/glue/DEPS
|
| @@ -1,5 +1,5 @@
|
| include_rules = [
|
| - "-chrome/browser/sync/engine",
|
| + "-sync/engine",
|
| "-chrome/browser/sync/notifier",
|
| "-chrome/browser/sync/sessions",
|
| "-chrome/browser/sync/syncable",
|
| @@ -9,28 +9,27 @@ include_rules = [
|
|
|
| # Should these live in their own "includes" (e.g) directory(ies)?
|
| # Bug 19878.
|
| - "+chrome/browser/sync/engine/model_safe_worker.h",
|
| - "+chrome/browser/sync/engine/passive_model_worker.h",
|
| + "+sync/engine/model_safe_worker.h",
|
| + "+sync/engine/passive_model_worker.h",
|
| "+chrome/browser/sync/notifier/sync_notifier.h",
|
| "+chrome/browser/sync/notifier/sync_notifier_factory.h",
|
| "+chrome/browser/sync/notifier/sync_notifier_observer.h",
|
| - "+chrome/browser/sync/syncable/model_type.h",
|
| - "+chrome/browser/sync/syncable/model_type_payload_map.h",
|
| - "+chrome/browser/sync/sessions/session_state.h",
|
| + "+sync/syncable/model_type.h",
|
| + "+sync/syncable/model_type_payload_map.h",
|
| + "+sync/sessions/session_state.h",
|
|
|
| # Mocks/tests.
|
| - "+chrome/browser/sync/engine/read_node_mock.h",
|
| - "+chrome/browser/sync/engine/syncapi_mock.h",
|
| + "+sync/engine/read_node_mock.h",
|
| + "+sync/engine/syncapi_mock.h",
|
| "+chrome/browser/sync/notifier/mock_sync_notifier_observer.h",
|
| - "+chrome/browser/sync/syncable/model_type_test_util.h",
|
| - "+chrome/browser/sync/syncable/syncable_mock.h",
|
| + "+sync/syncable/model_type_test_util.h",
|
| + "+sync/syncable/syncable_mock.h",
|
|
|
| # TODO(zea): SessionModelAssociator shouldn't need this.
|
| - "+chrome/browser/sync/syncable/syncable.h",
|
| + "+sync/syncable/syncable.h",
|
|
|
| # TODO(tim): This shouldn't be needed.
|
| - "+chrome/browser/sync/syncable/directory_manager.h",
|
| - "+chrome/browser/sync/util/cryptographer.h"
|
| + "+sync/util/cryptographer.h"
|
|
|
| ]
|
|
|
|
|