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

Side by Side 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: Fix some minor diffs 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-chrome/browser/sync/engine", 2 "-sync/engine",
3 "-chrome/browser/sync/notifier", 3 "-chrome/browser/sync/notifier",
4 "-chrome/browser/sync/sessions", 4 "-chrome/browser/sync/sessions",
5 "-chrome/browser/sync/syncable", 5 "-chrome/browser/sync/syncable",
6 6
7 "+chrome/browser/sync/internal_api", 7 "+chrome/browser/sync/internal_api",
8 "+chrome/browser/sync/util", 8 "+chrome/browser/sync/util",
9 9
10 # Should these live in their own "includes" (e.g) directory(ies)? 10 # Should these live in their own "includes" (e.g) directory(ies)?
11 # Bug 19878. 11 # Bug 19878.
12 "+chrome/browser/sync/engine/model_safe_worker.h", 12 "+sync/engine/model_safe_worker.h",
13 "+chrome/browser/sync/engine/passive_model_worker.h", 13 "+sync/engine/passive_model_worker.h",
14 "+chrome/browser/sync/notifier/sync_notifier.h", 14 "+chrome/browser/sync/notifier/sync_notifier.h",
15 "+chrome/browser/sync/notifier/sync_notifier_factory.h", 15 "+chrome/browser/sync/notifier/sync_notifier_factory.h",
16 "+chrome/browser/sync/notifier/sync_notifier_observer.h", 16 "+chrome/browser/sync/notifier/sync_notifier_observer.h",
17 "+chrome/browser/sync/syncable/model_type.h", 17 "+sync/syncable/model_type.h",
18 "+chrome/browser/sync/syncable/model_type_payload_map.h", 18 "+sync/syncable/model_type_payload_map.h",
19 "+chrome/browser/sync/sessions/session_state.h", 19 "+sync/sessions/session_state.h",
20 20
21 # Mocks/tests. 21 # Mocks/tests.
22 "+chrome/browser/sync/engine/read_node_mock.h", 22 "+sync/engine/read_node_mock.h",
23 "+chrome/browser/sync/engine/syncapi_mock.h", 23 "+sync/engine/syncapi_mock.h",
24 "+chrome/browser/sync/notifier/mock_sync_notifier_observer.h", 24 "+chrome/browser/sync/notifier/mock_sync_notifier_observer.h",
25 "+chrome/browser/sync/syncable/model_type_test_util.h", 25 "+sync/syncable/model_type_test_util.h",
26 "+chrome/browser/sync/syncable/syncable_mock.h", 26 "+sync/syncable/syncable_mock.h",
27 27
28 # TODO(zea): SessionModelAssociator shouldn't need this. 28 # TODO(zea): SessionModelAssociator shouldn't need this.
29 "+chrome/browser/sync/syncable/syncable.h", 29 "+sync/syncable/syncable.h",
30 30
31 # TODO(tim): This shouldn't be needed. 31 # TODO(tim): This shouldn't be needed.
32 "+chrome/browser/sync/syncable/directory_manager.h", 32 "+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
33 "+chrome/browser/sync/util/cryptographer.h" 33 "+sync/util/cryptographer.h"
34 34
35 ] 35 ]
36 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698