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

Unified Diff: blimp/net/BUILD.gn

Issue 2372903002: Helium: Adding vector clock (Closed)
Patch Set: allowing merge with conflicted vectors 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
« no previous file with comments | « no previous file | blimp/net/helium/vector_clock.h » ('j') | blimp/net/helium/vector_clock.h » ('J')
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 9c3488256c37fc6b164cb2d4c95c9f9d7da0e891..0192276b319060e0baf8ade09fbfe29d7dae6393 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -52,6 +52,8 @@ component("net") {
"engine_connection_manager.h",
"exact_match_cert_verifier.cc",
"exact_match_cert_verifier.h",
+ "helium/vector_clock.cc",
Kevin M 2016/09/27 17:31:09 Recommend putting this under a source_set("helium"
scf 2016/09/27 18:29:58 Done.
+ "helium/vector_clock.h",
"input_message_converter.cc",
"input_message_converter.h",
"input_message_generator.cc",
@@ -134,6 +136,7 @@ source_set("unit_tests") {
"compressed_packet_unittest.cc",
"engine_authentication_handler_unittest.cc",
"engine_connection_manager_unittest.cc",
+ "helium/vector_clock_unittest.cc",
"input_message_unittest.cc",
"ssl_client_transport_unittest.cc",
"stream_packet_reader_unittest.cc",
« no previous file with comments | « no previous file | blimp/net/helium/vector_clock.h » ('j') | blimp/net/helium/vector_clock.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698