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

Unified Diff: components/sync/BUILD.gn

Issue 2374223003: Sync MDP: reimplement value conversions ontop of visitors
Patch Set: Created 4 years, 3 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 | « no previous file | components/sync/driver/about_sync_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/BUILD.gn
diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
index d5134afa88fc5b98ead83bedb429ea68d563f706..c09a70b7b0bba4eb1a0bc1492e25a5f17e299bed 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -472,6 +472,8 @@ static_library("sync") {
"js/sync_js_controller.h",
"protocol/proto_enum_conversions.cc",
"protocol/proto_enum_conversions.h",
+ "protocol/proto_old_value_conversions.cc",
+ "protocol/proto_old_value_conversions.h",
"protocol/proto_value_conversions.cc",
"protocol/proto_value_conversions.h",
"protocol/sync_protocol_error.cc",
@@ -882,7 +884,10 @@ source_set("unit_tests") {
"engine_impl/worker_entity_tracker_unittest.cc",
"js/js_event_details_unittest.cc",
"js/sync_js_controller_unittest.cc",
+ "protocol/proto_compare_value_conversions_unittest.cc",
"protocol/proto_enum_conversions_unittest.cc",
+ "protocol/proto_unittest_serialized_data.cc",
+ "protocol/proto_unittest_serialized_data.h",
"protocol/proto_value_conversions_unittest.cc",
"syncable/directory_backing_store_unittest.cc",
"syncable/directory_unittest.cc",
« no previous file with comments | « no previous file | components/sync/driver/about_sync_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698