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

Unified Diff: chrome/browser/sync/DEPS

Issue 10534080: sync: move internal_api components used by chrome/browser into internal_api/public (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test Created 8 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/sync/abstract_profile_sync_service_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/DEPS
diff --git a/chrome/browser/sync/DEPS b/chrome/browser/sync/DEPS
index c906c0625a07f612d214dfeaebbbba5b474e1944..0c72deaa60bc04eb56e3359bfd1dbd480e013283 100644
--- a/chrome/browser/sync/DEPS
+++ b/chrome/browser/sync/DEPS
@@ -1,9 +1,14 @@
include_rules = [
# For files not in a subdirectory (what a mess!).
- "+sync/internal_api",
+ "+sync/internal_api/public",
"+sync/js",
"+sync/notifier/invalidation_state_tracker.h",
+
+ # TODO(tim): Remove everything below. Bug 131130.
+ "+sync/util/cryptographer.h",
+ # Used by tests.
"+sync/syncable/syncable.h",
- "+sync/test",
- "+sync/util",
+ # Used by autofill tests, which should use sync_api instead.
+ "+sync/test/engine/test_id_factory.h",
+
]
« no previous file with comments | « no previous file | chrome/browser/sync/abstract_profile_sync_service_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698