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

Unified Diff: components/sync/core/DEPS

Issue 2401223002: [Sync] Renaming sync/api* to sync/model*. (Closed)
Patch Set: Missed a comment in a DEPS file, and rebasing. Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync/api_impl/attachments/task_queue_unittest.cc ('k') | components/sync/core/base_node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/DEPS
diff --git a/components/sync/core/DEPS b/components/sync/core/DEPS
index 1cdb2984d33131a83bcdc0f867a10bacb4cb1ed3..ea821fe1f1c4f4fb8c698376acb354f59d38b109 100644
--- a/components/sync/core/DEPS
+++ b/components/sync/core/DEPS
@@ -1,9 +1,9 @@
include_rules = [
- "+components/sync/api",
"+components/sync/base",
"+components/sync/core_impl",
"+components/sync/engine",
"+components/sync/engine_impl",
+ "+components/sync/model",
"+components/sync/protocol",
"+components/sync/syncable",
"+components/sync/test",
« no previous file with comments | « components/sync/api_impl/attachments/task_queue_unittest.cc ('k') | components/sync/core/base_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698