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

Unified Diff: sync/internal_api/DEPS

Issue 1436573002: [Sync] Implementation of ModelTypeStoreBackend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add paranoid_checks Created 5 years, 1 month 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/BUILD.gn ('k') | sync/internal_api/model_type_store_backend.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 56e203d5c0dfab40fe5094bfae1a18efdcb704e3..ca3bac457d2345f8107f94e968d2c5d33d803fe4 100644
--- a/sync/internal_api/DEPS
+++ b/sync/internal_api/DEPS
@@ -17,5 +17,6 @@ include_rules = [
"+sync/syncable",
"+sync/test",
"+sync/util",
+ "+third_party/leveldatabase", # for ModelTypeStore implementation
"+third_party/zlib", # For UniquePosition compression
]
« no previous file with comments | « sync/BUILD.gn ('k') | sync/internal_api/model_type_store_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698