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

Unified Diff: components/sync/model/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/model/DEPS
diff --git a/components/sync/api/DEPS b/components/sync/model/DEPS
similarity index 86%
rename from components/sync/api/DEPS
rename to components/sync/model/DEPS
index addb749128a7a504ea31b46dd445d714706757d9..4dbc4b3b16281acc0a0343ad03816f7652f04743 100644
--- a/components/sync/api/DEPS
+++ b/components/sync/model/DEPS
@@ -1,8 +1,8 @@
include_rules = [
- "+components/sync/api_impl",
"+components/sync/base",
"+components/sync/engine",
"+components/sync/core",
+ "+components/sync/model_impl",
"+components/sync/protocol",
# TODO(maxbogue): Move GenerateSyncableHash to base.
"+components/sync/syncable",
« no previous file with comments | « components/sync/engine_impl/attachments/attachment_uploader_impl_unittest.cc ('k') | components/sync/model/attachments/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698