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

Unified Diff: blimp/net/BUILD.gn

Issue 2382533002: Helium: Initial proto and Syncable interface definition (Closed)
Patch Set: test changes 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 | « blimp/common/proto/helium.proto ('k') | blimp/net/helium/syncable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/BUILD.gn
diff --git a/blimp/net/BUILD.gn b/blimp/net/BUILD.gn
index b6c2082d842080b88f9c20a0228f8c5e01c0e04a..d06a55b7a77a367f1467f5c9bf58f0eca7344d59 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -99,8 +99,10 @@ source_set("helium") {
"helium/helium_result.h",
"helium/helium_sync_manager.cc",
"helium/helium_sync_manager.h",
+ "helium/syncable.h",
"helium/vector_clock.cc",
"helium/vector_clock.h",
+ "helium/vector_clock_generator.h",
]
deps = [
":net_export",
@@ -165,6 +167,8 @@ source_set("unit_tests") {
"engine_authentication_handler_unittest.cc",
"engine_connection_manager_unittest.cc",
"helium/helium_result_unittest.cc",
+ "helium/syncable_unittest.cc",
+ "helium/vector_clock_generator_unittest.cc",
"helium/vector_clock_unittest.cc",
"input_message_unittest.cc",
"ssl_client_transport_unittest.cc",
« no previous file with comments | « blimp/common/proto/helium.proto ('k') | blimp/net/helium/syncable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698