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

Unified 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, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync/DEPS
diff --git a/chrome/browser/sync/DEPS b/chrome/browser/sync/DEPS
index 96849fc59bbe164c7123578ecb7ff64d2b1a9571..6f0afec8a8cb5e4a25c60f90dd79963d456151ba 100644
--- a/chrome/browser/sync/DEPS
+++ b/chrome/browser/sync/DEPS
@@ -1,23 +1,8 @@
include_rules = [
+ "+components/invalidation",
"+components/sync_driver",
"+components/sync_sessions",
"+components/wifi_sync",
-
- # Used by tests.
"+google/cacheinvalidation",
-
- # For files not in a subdirectory.
"+sync/internal_api/public",
- "+sync/js",
-
- # TODO(tim): Remove everything below. Bug 131130.
- "+sync/util/cryptographer.h",
- # Used by tests.
- "+sync/syncable",
- # Used by autofill tests, which should use the public sync API instead.
- "+sync/test/engine/test_id_factory.h",
- # TODO(zea): Needed for bookmark title comparison.
- "+sync/internal_api/syncapi_internal.h",
-
- "+components/invalidation",
]

Powered by Google App Engine
This is Rietveld 408576698