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

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

Issue 387733004: Move sync/notifier to components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (GN) Comment out dependency on internal target Created 6 years, 5 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 "+components/sync_driver", 2 "+components/sync_driver",
3 3
4 # Used by tests. 4 # Used by tests.
5 "+google/cacheinvalidation", 5 "+google/cacheinvalidation",
6 6
7 # For files not in a subdirectory. 7 # For files not in a subdirectory.
8 "+sync/internal_api/public", 8 "+sync/internal_api/public",
9 "+sync/js", 9 "+sync/js",
10 "+sync/notifier",
11 10
12 # TODO(tim): Remove everything below. Bug 131130. 11 # TODO(tim): Remove everything below. Bug 131130.
13 "+sync/util/cryptographer.h", 12 "+sync/util/cryptographer.h",
14 # Used by tests. 13 # Used by tests.
15 "+sync/syncable", 14 "+sync/syncable",
16 # Used by autofill tests, which should use the public sync API instead. 15 # Used by autofill tests, which should use the public sync API instead.
17 "+sync/test/engine/test_id_factory.h", 16 "+sync/test/engine/test_id_factory.h",
18 # TODO(zea): Needed for bookmark title comparison. 17 # TODO(zea): Needed for bookmark title comparison.
19 "+sync/internal_api/syncapi_internal.h", 18 "+sync/internal_api/syncapi_internal.h",
20 19
21 "+components/invalidation", 20 "+components/invalidation",
22 ] 21 ]
OLDNEW
« no previous file with comments | « chrome/browser/policy/cloud/cloud_policy_invalidator_unittest.cc ('k') | chrome/browser/sync/glue/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698