Chromium Code Reviews| Index: chrome/browser/sync/glue/DEPS |
| diff --git a/chrome/browser/sync/glue/DEPS b/chrome/browser/sync/glue/DEPS |
| index fecb67ec3d00658586539c9aaea14c1197b25a33..0653607be0ee0bd1557b3f2b34d96a844086c64c 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,28 @@ 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/syncable/directory_manager.h", |
|
tim (not reviewing)
2012/03/15 06:21:10
wait... have you synced to head? directory_manager
akalin
2012/03/15 07:38:26
Removed! I guess this DEP wasn't properly removed
|
| + "+sync/util/cryptographer.h" |
| ] |