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

Side by Side Diff: chrome/browser/sync/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 # sync_notifier depends on the common jingle notifier classes. 2 # sync_notifier depends on the common jingle notifier classes.
3 "+jingle/notifier", 3 "+jingle/notifier",
4
5 # For files not in a subdirectory (what a mess!).
tim (not reviewing) 2012/03/15 06:21:10 At least it's getting closer to being the *only* m
6 "+sync/js",
7 "+sync/engine/model_changing_syncer_command.h",
8 "+sync/engine/model_safe_worker.h",
9 "+sync/engine/polling_constants.h",
10 "+sync/sessions/session_state.h",
11 "+sync/syncable/model_type.h",
12 "+sync/syncable/model_type_payload_map.h",
13 "+sync/syncable/model_type_test_util.h",
14 "+sync/syncable/syncable.h",
15 "+sync/test",
16 "+sync/util",
4 ] 17 ]
5
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698