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

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

Issue 1853913002: Clean up and sort chrome/ DEPS entries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/invalidation",
2 "+components/sync_driver", 3 "+components/sync_driver",
3 "+components/sync_sessions", 4 "+components/sync_sessions",
4 "+components/wifi_sync", 5 "+components/wifi_sync",
5
6 # Used by tests.
7 "+google/cacheinvalidation", 6 "+google/cacheinvalidation",
8
9 # For files not in a subdirectory.
10 "+sync/internal_api/public", 7 "+sync/internal_api/public",
11 "+sync/js",
12
13 # TODO(tim): Remove everything below. Bug 131130.
14 "+sync/util/cryptographer.h",
15 # Used by tests.
16 "+sync/syncable",
17 # Used by autofill tests, which should use the public sync API instead.
18 "+sync/test/engine/test_id_factory.h",
19 # TODO(zea): Needed for bookmark title comparison.
20 "+sync/internal_api/syncapi_internal.h",
21
22 "+components/invalidation",
23 ] 8 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698