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

Unified Diff: google_apis/gcm/BUILD.gn

Issue 2481873002: Added ClientEvent proto and structure for storing events in the factory. (Closed)
Patch Set: Integrated code review comments Created 4 years 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 | google_apis/gcm/engine/connection_event_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gcm/BUILD.gn
diff --git a/google_apis/gcm/BUILD.gn b/google_apis/gcm/BUILD.gn
index 335d41c705cf62248b665536d3f8f56368162dde..23682430d133d096795a174785e22a45a5263110 100644
--- a/google_apis/gcm/BUILD.gn
+++ b/google_apis/gcm/BUILD.gn
@@ -19,6 +19,8 @@ component("gcm") {
"engine/account_mapping.h",
"engine/checkin_request.cc",
"engine/checkin_request.h",
+ "engine/connection_event_tracker.cc",
+ "engine/connection_event_tracker.h",
"engine/connection_factory.cc",
"engine/connection_factory.h",
"engine/connection_factory_impl.cc",
@@ -136,6 +138,7 @@ test("gcm_unit_tests") {
"base/socket_stream_unittest.cc",
"engine/account_mapping_unittest.cc",
"engine/checkin_request_unittest.cc",
+ "engine/connection_event_tracker_unittest.cc",
"engine/connection_factory_impl_unittest.cc",
"engine/connection_handler_impl_unittest.cc",
"engine/gcm_request_test_base.cc",
« no previous file with comments | « no previous file | google_apis/gcm/engine/connection_event_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698