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

Unified Diff: components/sync/protocol/protocol_sources.gni

Issue 2426613003: [sync] Add store version to model type store backend (Closed)
Patch Set: 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/protocol/protocol_sources.gni
diff --git a/components/sync/protocol/protocol_sources.gni b/components/sync/protocol/protocol_sources.gni
index a34b214bab45ab3cd88d522172358661dfad1620..3b441d822d377da4c0197b76d2b5d8d612df90e0 100644
--- a/components/sync/protocol/protocol_sources.gni
+++ b/components/sync/protocol/protocol_sources.gni
@@ -28,6 +28,7 @@ sync_protocol_sources = [
"//components/sync/protocol/history_delete_directive_specifics.proto",
"//components/sync/protocol/history_status.proto",
"//components/sync/protocol/nigori_specifics.proto",
+ "//components/sync/protocol/model_type_store_schema_descriptor.proto",
pavely 2016/10/18 18:58:26 Move this line to keep list sorted.
Patrick Noland 2016/10/20 19:15:59 Done.
"//components/sync/protocol/managed_user_setting_specifics.proto",
"//components/sync/protocol/managed_user_shared_setting_specifics.proto",
"//components/sync/protocol/managed_user_specifics.proto",

Powered by Google App Engine
This is Rietveld 408576698