Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7626)

Unified Diff: chrome/browser/sync/glue/DEPS

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Tim's comments Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
]
« no previous file with comments | « chrome/browser/sync/engine/verify_updates_command_unittest.cc ('k') | chrome/browser/sync/glue/backend_data_type_configurer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698