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: components/gcm_driver.gypi

Issue 320993003: [GCM] Add app handler support for connection events (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add basic tests Created 6 years, 6 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: components/gcm_driver.gypi
diff --git a/components/gcm_driver.gypi b/components/gcm_driver.gypi
index f99d5d9bb001e9c3bab42ac5709a2cdf7f615603..023af180c3c264aa3b257ed068ed4c760218a3c1 100644
--- a/components/gcm_driver.gypi
+++ b/components/gcm_driver.gypi
@@ -23,6 +23,7 @@
'gcm_driver/default_gcm_app_handler.h',
'gcm_driver/gcm_activity.cc',
'gcm_driver/gcm_activity.h',
+ 'gcm_driver/gcm_app_handler.cc',
'gcm_driver/gcm_app_handler.h',
'gcm_driver/gcm_client.cc',
'gcm_driver/gcm_client.h',
@@ -97,7 +98,7 @@
],
}],
],
- },
+ },
],
'conditions': [
['OS == "android"', {

Powered by Google App Engine
This is Rietveld 408576698