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

Unified Diff: trunk/src/chrome/chrome_browser.gypi

Issue 281783004: Revert 270226 "Componentize GCM Part 1: create GCM component and..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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 | « trunk/src/chrome/browser/services/gcm/gcm_service_unittest.cc ('k') | trunk/src/components/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/chrome_browser.gypi
===================================================================
--- trunk/src/chrome/chrome_browser.gypi (revision 270233)
+++ trunk/src/chrome/chrome_browser.gypi (working copy)
@@ -37,7 +37,6 @@
'../components/components.gyp:favicon_base',
'../components/components.gyp:favicon_core',
'../components/components.gyp:feedback_component',
- '../components/components.gyp:gcm_driver',
'../components/components.gyp:infobars_core',
'../components/components.gyp:invalidation',
'../components/components.gyp:metrics',
@@ -66,6 +65,7 @@
'../content/content.gyp:content_common',
'../courgette/courgette.gyp:courgette_lib',
'../crypto/crypto.gyp:crypto',
+ '../google_apis/gcm/gcm.gyp:gcm',
'../google_apis/google_apis.gyp:google_apis',
'../jingle/jingle.gyp:notifier',
'../skia/skia.gyp:skia',
@@ -1985,6 +1985,11 @@
'browser/search_engines/template_url_service_observer.h',
'browser/search_engines/util.cc',
'browser/search_engines/util.h',
+ 'browser/services/gcm/default_gcm_app_handler.cc',
+ 'browser/services/gcm/default_gcm_app_handler.h',
+ 'browser/services/gcm/gcm_app_handler.h',
+ 'browser/services/gcm/gcm_client_factory.cc',
+ 'browser/services/gcm/gcm_client_factory.h',
'browser/services/gcm/gcm_profile_service.cc',
'browser/services/gcm/gcm_profile_service.h',
'browser/services/gcm/gcm_profile_service_factory.cc',
« no previous file with comments | « trunk/src/chrome/browser/services/gcm/gcm_service_unittest.cc ('k') | trunk/src/components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698