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

Unified Diff: blimp/helium/BUILD.gn

Issue 2400303002: Add LwwRegister CRDT (Closed)
Patch Set: Combine Bias and RunningAs enums, plus other code review feedback. 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
« no previous file with comments | « no previous file | blimp/helium/lww_register.h » ('j') | blimp/helium/lww_register.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/helium/BUILD.gn
diff --git a/blimp/helium/BUILD.gn b/blimp/helium/BUILD.gn
index e25c41ad0cfa59d093efa6c4966bde80a1547b68..5e8442cd794099be100a9ee02b95520f3c5c6a59 100644
--- a/blimp/helium/BUILD.gn
+++ b/blimp/helium/BUILD.gn
@@ -6,12 +6,16 @@ component("helium") {
output_name = "helium"
sources = [
"errors.h",
+ "lww_register.h",
"result.cc",
"result.h",
"stream.h",
"sync_manager.cc",
"sync_manager.h",
"syncable.h",
+ "syncable_common.h",
+ "syncable_primitive_serializer.cc",
+ "syncable_primitive_serializer.h",
"transport.h",
"version_vector.cc",
"version_vector.h",
@@ -42,7 +46,9 @@ source_set("unit_tests") {
testonly = true
sources = [
+ "lww_register_unittest.cc",
"result_unittest.cc",
+ "syncable_primitive_serializer_unittest.cc",
"syncable_unittest.cc",
"version_vector_generator_unittest.cc",
"version_vector_unittest.cc",
« no previous file with comments | « no previous file | blimp/helium/lww_register.h » ('j') | blimp/helium/lww_register.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698