| 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',
|
|
|