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

Side by Side Diff: chrome/browser/sync/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
« no previous file with comments | « build/all.gyp ('k') | chrome/browser/sync/abstract_profile_sync_service_test.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # For files not in a subdirectory (what a mess!). 2 # For files not in a subdirectory (what a mess!).
3 "+sync/js",
4 "+sync/engine/model_changing_syncer_command.h", 3 "+sync/engine/model_changing_syncer_command.h",
5 "+sync/engine/model_safe_worker.h", 4 "+sync/engine/model_safe_worker.h",
6 "+sync/engine/polling_constants.h", 5 "+sync/engine/polling_constants.h",
6 "+sync/internal_api",
7 "+sync/js",
7 "+sync/notifier/invalidation_version_tracker.h", 8 "+sync/notifier/invalidation_version_tracker.h",
8 "+sync/sessions/session_state.h", 9 "+sync/sessions/session_state.h",
9 "+sync/syncable/model_type.h", 10 "+sync/syncable/model_type.h",
10 "+sync/syncable/model_type_payload_map.h", 11 "+sync/syncable/model_type_payload_map.h",
11 "+sync/syncable/model_type_test_util.h", 12 "+sync/syncable/model_type_test_util.h",
12 "+sync/syncable/syncable.h", 13 "+sync/syncable/syncable.h",
13 "+sync/test", 14 "+sync/test",
14 "+sync/util", 15 "+sync/util",
15 ] 16 ]
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chrome/browser/sync/abstract_profile_sync_service_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698