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

Unified Diff: components/sync/engine/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
Index: components/sync/engine/DEPS
diff --git a/components/sync/engine/DEPS b/components/sync/engine/DEPS
index d9ade4b2ff0214c8a15c5d7d793d620c412e5495..0540ba49bc15457d64d1493121e16b10ff41dee5 100644
--- a/components/sync/engine/DEPS
+++ b/components/sync/engine/DEPS
@@ -1,9 +1,8 @@
include_rules = [
- "+components/sync/api",
"+components/sync/base",
- # TODO(crbug.com/631271): Core should be split into driver/engine/api.
+ # TODO(crbug.com/631271): Core should be split into driver/engine/model.
"+components/sync/core",
"+components/sync/engine_impl",
+ "+components/sync/model",
"+components/sync/protocol",
]
-
« no previous file with comments | « components/sync/driver/ui_data_type_controller_unittest.cc ('k') | components/sync/engine/attachments/attachment_downloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698