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

Side by Side Diff: chrome/browser/sync/glue/DEPS

Issue 10147003: [Sync] Move 'syncapi_core' and 'sync_unit_tests' targets to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Win update errors Created 8 years, 8 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 "-sync/engine", 2 "-sync/engine",
3 "-sync/sessions", 3 "-sync/sessions",
4 "-sync/syncable", 4 "-sync/syncable",
5 5
6 "+sync/internal_api",
6 "+sync/util", 7 "+sync/util",
7 8
8 "+chrome/browser/sync/internal_api",
9
10 "+jingle/notifier/base", 9 "+jingle/notifier/base",
11 10
12 # Should these live in their own "includes" (e.g) directory(ies)? 11 # Should these live in their own "includes" (e.g) directory(ies)?
13 # Bug 19878. 12 # Bug 19878.
14 "+sync/engine/model_safe_worker.h", 13 "+sync/engine/model_safe_worker.h",
15 "+sync/engine/passive_model_worker.h", 14 "+sync/engine/passive_model_worker.h",
16 "+sync/notifier/mock_sync_notifier_observer.h", 15 "+sync/notifier/mock_sync_notifier_observer.h",
17 "+sync/notifier/sync_notifier.h", 16 "+sync/notifier/sync_notifier.h",
18 "+sync/notifier/sync_notifier_factory.h", 17 "+sync/notifier/sync_notifier_factory.h",
19 "+sync/notifier/sync_notifier_observer.h", 18 "+sync/notifier/sync_notifier_observer.h",
20 "+sync/syncable/model_type.h", 19 "+sync/syncable/model_type.h",
21 "+sync/syncable/model_type_payload_map.h", 20 "+sync/syncable/model_type_payload_map.h",
22 "+sync/sessions/session_state.h", 21 "+sync/sessions/session_state.h",
23 22
24 # Mocks/tests. 23 # Mocks/tests.
25 "+sync/engine/syncapi_mock.h", 24 "+sync/engine/syncapi_mock.h",
26 "+chrome/browser/sync/notifier/mock_sync_notifier_observer.h",
27 "+sync/syncable/model_type_test_util.h", 25 "+sync/syncable/model_type_test_util.h",
28 "+sync/syncable/syncable_mock.h", 26 "+sync/syncable/syncable_mock.h",
29 27
30 # TODO(zea): SessionModelAssociator shouldn't need this. 28 # TODO(zea): SessionModelAssociator shouldn't need this.
31 "+sync/syncable/syncable.h", 29 "+sync/syncable/syncable.h",
32 30
33 # TODO(tim): This shouldn't be needed. 31 # TODO(tim): This shouldn't be needed.
34 "+sync/util/cryptographer.h" 32 "+sync/util/cryptographer.h"
35 33
36 ] 34 ]
37 35
OLDNEW
« no previous file with comments | « chrome/browser/sync/backend_migrator_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