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

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: Rebase 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
« no previous file with comments | « no previous file | components/gcm_driver/default_gcm_app_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver.gypi
diff --git a/components/gcm_driver.gypi b/components/gcm_driver.gypi
index 2833772000c02433145e617176dbe5abd9e0efe1..cfd38356e38722103458d58060fc8371df02415c 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"', {
« no previous file with comments | « no previous file | components/gcm_driver/default_gcm_app_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698