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

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

Issue 1387253004: [Sync] Creating sync_sessions component, moving revisit logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing test_support target. Created 5 years, 2 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/sync/sessions/page_revisit_broadcaster.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 "+components/sync_driver", 2 "+components/sync_driver",
3 "+components/sync_sessions",
3 "+components/wifi_sync", 4 "+components/wifi_sync",
4 5
5 # Used by tests. 6 # Used by tests.
6 "+google/cacheinvalidation", 7 "+google/cacheinvalidation",
7 8
8 # For files not in a subdirectory. 9 # For files not in a subdirectory.
9 "+sync/internal_api/public", 10 "+sync/internal_api/public",
10 "+sync/js", 11 "+sync/js",
11 12
12 # TODO(tim): Remove everything below. Bug 131130. 13 # TODO(tim): Remove everything below. Bug 131130.
13 "+sync/util/cryptographer.h", 14 "+sync/util/cryptographer.h",
14 # Used by tests. 15 # Used by tests.
15 "+sync/syncable", 16 "+sync/syncable",
16 # Used by autofill tests, which should use the public sync API instead. 17 # Used by autofill tests, which should use the public sync API instead.
17 "+sync/test/engine/test_id_factory.h", 18 "+sync/test/engine/test_id_factory.h",
18 # TODO(zea): Needed for bookmark title comparison. 19 # TODO(zea): Needed for bookmark title comparison.
19 "+sync/internal_api/syncapi_internal.h", 20 "+sync/internal_api/syncapi_internal.h",
20 21
21 "+components/invalidation", 22 "+components/invalidation",
22 ] 23 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/sync/sessions/page_revisit_broadcaster.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698