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

Unified Diff: blimp/net/BUILD.gn

Issue 2400303002: Add LwwRegister CRDT (Closed)
Patch Set: Update LwwRegister to use Coded(In/Out)putStream. LwwRegisterSerializer -> SyncablePrimitiveSeriali… 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: blimp/net/BUILD.gn
diff --git a/blimp/net/BUILD.gn b/blimp/net/BUILD.gn
index b9aff228cfa4e2a197a81db9d04968b862c217fb..da87328eb6e5319d40347aea55873ed72e771de3 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -94,11 +94,15 @@ component("net") {
source_set("helium") {
sources = [
+ "helium/bias.h",
"helium/helium_errors.h",
"helium/helium_result.cc",
"helium/helium_result.h",
"helium/helium_sync_manager.cc",
"helium/helium_sync_manager.h",
+ "helium/lww_register.h",
+ "helium/lww_register_serializer.h",
+ "helium/running_as.h",
"helium/syncable.h",
"helium/version_vector.cc",
"helium/version_vector.h",
@@ -167,6 +171,7 @@ source_set("unit_tests") {
"engine_authentication_handler_unittest.cc",
"engine_connection_manager_unittest.cc",
"helium/helium_result_unittest.cc",
+ "helium/lww_register_unittest.cc",
"helium/syncable_unittest.cc",
"helium/version_vector_generator_unittest.cc",
"helium/version_vector_unittest.cc",
« no previous file with comments | « blimp/common/proto/helium.proto ('k') | blimp/net/DEPS » ('j') | blimp/net/helium/bias.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698