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

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

Issue 7719011: Move some files from sync/engine to internal_api (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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 "-chrome/browser/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 "-chrome/browser/sync/util", 6 "-chrome/browser/sync/util",
7 7
8 "+chrome/browser/sync/internal_api/configure_reason.h",
tim (not reviewing) 2011/08/24 13:50:23 we shouldn't need this -- glue can depend on inter
rlarocque 2011/08/24 17:42:24 Done.
9
8 # Should these live in their own "includes" (e.g) directory(ies)? 10 # Should these live in their own "includes" (e.g) directory(ies)?
9 # Bug 19878. 11 # Bug 19878.
10 "+chrome/browser/sync/engine/configure_reason.h",
11 "+chrome/browser/sync/engine/http_post_provider_factory.h",
12 "+chrome/browser/sync/engine/http_post_provider_interface.h",
13 "+chrome/browser/sync/engine/model_safe_worker.h", 12 "+chrome/browser/sync/engine/model_safe_worker.h",
14 "+chrome/browser/sync/engine/syncapi.h", 13 "+chrome/browser/sync/engine/syncapi.h",
tim (not reviewing) 2011/08/24 13:50:23 think we can remove this?
rlarocque 2011/08/24 17:42:24 Done.
15 "+chrome/browser/sync/notifier/sync_notifier.h", 14 "+chrome/browser/sync/notifier/sync_notifier.h",
16 "+chrome/browser/sync/notifier/sync_notifier_factory.h", 15 "+chrome/browser/sync/notifier/sync_notifier_factory.h",
17 "+chrome/browser/sync/syncable/model_type.h", 16 "+chrome/browser/sync/syncable/model_type.h",
18 "+chrome/browser/sync/sessions/session_state.h", 17 "+chrome/browser/sync/sessions/session_state.h",
19 18
20 # Mocks. 19 # Mocks.
21 "+chrome/browser/sync/engine/read_node_mock.h", 20 "+chrome/browser/sync/engine/read_node_mock.h",
22 "+chrome/browser/sync/engine/syncapi_mock.h", 21 "+chrome/browser/sync/engine/syncapi_mock.h",
23 "+chrome/browser/sync/syncable/syncable_mock.h", 22 "+chrome/browser/sync/syncable/syncable_mock.h",
24 23
25 # TODO(zea): SessionModelAssociator shouldn't need this. 24 # TODO(zea): SessionModelAssociator shouldn't need this.
26 "+chrome/browser/sync/syncable/syncable.h", 25 "+chrome/browser/sync/syncable/syncable.h",
27 26
28 # TODO(tim): This shouldn't be needed. 27 # TODO(tim): This shouldn't be needed.
29 "+chrome/browser/sync/syncable/directory_manager.h", 28 "+chrome/browser/sync/syncable/directory_manager.h",
30 "+chrome/browser/sync/util/cryptographer.h" 29 "+chrome/browser/sync/util/cryptographer.h"
31 30
32 ] 31 ]
33 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698