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

Unified Diff: sync/internal_api/DEPS

Issue 436373002: Move non-API code out of sync/api/attachments/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Apply CR feedback. Created 6 years, 4 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 | « sync/api/sync_data_unittest.cc ('k') | sync/internal_api/attachments/attachment_downloader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/DEPS
diff --git a/sync/internal_api/DEPS b/sync/internal_api/DEPS
index 42ab18e52e83d0cb807f1d2bc6ede232e58ceb32..56e203d5c0dfab40fe5094bfae1a18efdcb704e3 100644
--- a/sync/internal_api/DEPS
+++ b/sync/internal_api/DEPS
@@ -5,6 +5,10 @@ include_rules = [
"+net/test",
"+net/url_request",
"+sql",
+ # For accessing attachment primitives like Attachment and AttachmentId. This
+ # dependency is OK because sync/api/attachments is "leafy" and won't depend on
+ # sync/internal_api/.
+ "+sync/api/attachments",
"+sync/base",
"+sync/engine",
"+sync/js",
« no previous file with comments | « sync/api/sync_data_unittest.cc ('k') | sync/internal_api/attachments/attachment_downloader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698