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

Unified Diff: blimp/helium/BUILD.gn

Issue 2402153002: Add CompoundSyncable class for synchronizing containers of Syncables. (Closed)
Patch Set: make literal unsigned 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/compound_syncable.h » ('j') | no next file with comments »
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 528af28aeaaf186586d1625cdfc272f7f5efe5b3..0f1951ee97591144978430f06c1f54fe249038a3 100644
--- a/blimp/helium/BUILD.gn
+++ b/blimp/helium/BUILD.gn
@@ -7,6 +7,8 @@ component("helium") {
sources = [
"coded_value_serializer.cc",
"coded_value_serializer.h",
+ "compound_syncable.cc",
+ "compound_syncable.h",
"errors.h",
"lww_register.h",
"result.cc",
@@ -48,11 +50,11 @@ source_set("unit_tests") {
sources = [
"coded_value_serializer_unittest.cc",
+ "compound_syncable_unittest.cc",
"helium_test.h",
"lww_register_unittest.cc",
"result_unittest.cc",
"revision_generator_unittest.cc",
- "syncable_unittest.cc",
"version_vector_unittest.cc",
]
« no previous file with comments | « no previous file | blimp/helium/compound_syncable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698