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

Unified Diff: blimp/net/BUILD.gn

Issue 2377873002: Initial definition of HeliumSyncManager and SyncRegistration objects. (Closed)
Patch Set: 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 9c3488256c37fc6b164cb2d4c95c9f9d7da0e891..273c553d1657717360e1f95f7ecf488b452b7497 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/helium_sync_manager.cc",
scf 2016/09/28 17:18:00 might want to move to source_set("helium") once cl
Kevin M 2016/09/29 00:06:28 Done.
+ "helium/helium_sync_manager.h",
"input_message_converter.cc",
"input_message_converter.h",
"input_message_generator.cc",

Powered by Google App Engine
This is Rietveld 408576698