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

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: 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 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!).
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
« no previous file with comments | « chrome/browser/autofill/autofill_ie_toolbar_import_win_unittest.cc ('k') | chrome/browser/sync/README.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698