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

Unified Diff: blimp/net/BUILD.gn

Issue 2382533002: Helium: Initial proto and Syncable interface definition (Closed)
Patch Set: Initial proto and Syncable interface definition 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
Index: blimp/net/BUILD.gn
diff --git a/blimp/net/BUILD.gn b/blimp/net/BUILD.gn
index 2c6ab3a9c1b578ab5044a567081409cde84f3b24..ed76cdb762241a7007d4b886ea21a289e7136751 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -93,6 +93,7 @@ component("net") {
source_set("helium") {
sources = [
+ "helium/syncable.h",
"helium/vector_clock.cc",
"helium/vector_clock.h",
]
@@ -150,6 +151,7 @@ source_set("unit_tests") {
"compressed_packet_unittest.cc",
"engine_authentication_handler_unittest.cc",
"engine_connection_manager_unittest.cc",
+ "helium/syncable_unittest.cc",
"helium/vector_clock_unittest.cc",
"input_message_unittest.cc",
"ssl_client_transport_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698