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

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

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

Powered by Google App Engine
This is Rietveld 408576698