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

Issue 310973002: Move GCMClient related files to gcm_driver component (Closed)

Created:
6 years, 6 months ago by jianli
Modified:
6 years, 6 months ago
Reviewers:
Nicolas Zea, fgorski
CC:
chromium-reviews, tim+watch_chromium.org, chromium-apps-reviews_chromium.org, maniscalco+watch_chromium.org, haitaol+watch_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Move GCMClient related files to gcm_driver component GCMActivity, GCMClient, GCMClientImpl and GCMStatsRecorderImpl have been moved to gcm_driver component. This allows us to remove the dependency on google_apis/gcm for Android GCM support. BUG=353786, 356716 TEST=existing tests due to no functionality change R=fgorski@chromium.org, zea@chromium.org TBR=arv@chromium.org, kalman@chromium.org, pavely@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275826

Patch Set 1 #

Total comments: 9

Patch Set 2 : Sync #

Patch Set 3 : Fix android bots #

Patch Set 4 : Sync #

Patch Set 5 : Sync again #

Patch Set 6 : Fix android build #

Patch Set 7 : Sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -3671 lines) Patch
M chrome/browser/extensions/api/gcm/gcm_api.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_gcm_app_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/invalidation/gcm_invalidation_bridge.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/services/gcm/gcm_desktop_utils.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/services/gcm/gcm_profile_service.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/services/gcm/gcm_profile_service.cc View 1 2 2 chunks +9 lines, -4 lines 0 comments Download
M chrome/browser/services/gcm/gcm_profile_service_factory.cc View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/services/gcm/gcm_profile_service_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/gcm_internals_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/components_tests.gyp View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M components/gcm_driver.gypi View 1 2 3 4 5 4 chunks +31 lines, -0 lines 0 comments Download
M components/gcm_driver/fake_gcm_client.h View 1 chunk +1 line, -1 line 0 comments Download
M components/gcm_driver/fake_gcm_client_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/gcm_driver/gcm_activity.h View 6 chunks +10 lines, -11 lines 0 comments Download
A + components/gcm_driver/gcm_activity.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/gcm_driver/gcm_app_handler.h View 1 2 3 4 5 6 1 chunk +42 lines, -42 lines 0 comments Download
A + components/gcm_driver/gcm_client.h View 9 chunks +11 lines, -12 lines 0 comments Download
A + components/gcm_driver/gcm_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/gcm_driver/gcm_client_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/gcm_driver/gcm_client_impl.h View 6 chunks +9 lines, -9 lines 0 comments Download
A + components/gcm_driver/gcm_client_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + components/gcm_driver/gcm_client_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/gcm_driver/gcm_driver.h View 1 1 chunk +1 line, -1 line 0 comments Download
M components/gcm_driver/gcm_driver_desktop.h View 1 1 chunk +1 line, -1 line 0 comments Download
A + components/gcm_driver/gcm_stats_recorder_impl.h View 3 chunks +5 lines, -6 lines 0 comments Download
A + components/gcm_driver/gcm_stats_recorder_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/gcm_driver/gcm_stats_recorder_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/invalidation/DEPS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation/gcm_network_channel_delegate.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M google_apis/gcm/engine/gservices_settings_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M google_apis/gcm/gcm.gyp View 2 chunks +0 lines, -10 lines 0 comments Download
D google_apis/gcm/gcm_activity.h View 1 chunk +0 lines, -80 lines 0 comments Download
D google_apis/gcm/gcm_activity.cc View 1 chunk +0 lines, -53 lines 0 comments Download
D google_apis/gcm/gcm_client.h View 1 chunk +0 lines, -265 lines 0 comments Download
D google_apis/gcm/gcm_client.cc View 1 chunk +0 lines, -52 lines 0 comments Download
D google_apis/gcm/gcm_client_impl.h View 1 chunk +0 lines, -301 lines 0 comments Download
D google_apis/gcm/gcm_client_impl.cc View 1 chunk +0 lines, -877 lines 0 comments Download
D google_apis/gcm/gcm_client_impl_unittest.cc View 1 chunk +0 lines, -780 lines 0 comments Download
D google_apis/gcm/monitoring/gcm_stats_recorder_impl.h View 1 chunk +0 lines, -156 lines 0 comments Download
D google_apis/gcm/monitoring/gcm_stats_recorder_impl.cc View 1 chunk +0 lines, -469 lines 0 comments Download
D google_apis/gcm/monitoring/gcm_stats_recorder_impl_unittest.cc View 1 chunk +0 lines, -523 lines 0 comments Download

Messages

Total messages: 32 (0 generated)
jianli
6 years, 6 months ago (2014-06-03 23:18:21 UTC) #1
Nicolas Zea
https://codereview.chromium.org/310973002/diff/1/google_apis/gcm/gcm.gyp File google_apis/gcm/gcm.gyp (left): https://codereview.chromium.org/310973002/diff/1/google_apis/gcm/gcm.gyp#oldcode78 google_apis/gcm/gcm.gyp:78: 'monitoring/gcm_stats_recorder.h', what about the stats recorder interface?
6 years, 6 months ago (2014-06-03 23:22:47 UTC) #2
jianli
https://codereview.chromium.org/310973002/diff/1/google_apis/gcm/gcm.gyp File google_apis/gcm/gcm.gyp (left): https://codereview.chromium.org/310973002/diff/1/google_apis/gcm/gcm.gyp#oldcode78 google_apis/gcm/gcm.gyp:78: 'monitoring/gcm_stats_recorder.h', On 2014/06/03 23:22:47, Nicolas Zea wrote: > what ...
6 years, 6 months ago (2014-06-03 23:26:01 UTC) #3
fgorski
lgtm with a few minor comments. I assume there are going to be a few ...
6 years, 6 months ago (2014-06-03 23:27:49 UTC) #4
jianli
This is the last major one. What is left is to move mcs_probe (if we ...
6 years, 6 months ago (2014-06-03 23:31:24 UTC) #5
Michael van Ouwerkerk
Just a drive-by nit. https://codereview.chromium.org/310973002/diff/1/chrome/browser/extensions/api/gcm/gcm_api.h File chrome/browser/extensions/api/gcm/gcm_api.h (right): https://codereview.chromium.org/310973002/diff/1/chrome/browser/extensions/api/gcm/gcm_api.h#newcode1 chrome/browser/extensions/api/gcm/gcm_api.h:1: // Copyright 2013 The Chromium ...
6 years, 6 months ago (2014-06-04 12:49:07 UTC) #6
fgorski
On 2014/06/04 12:49:07, Michael van Ouwerkerk wrote: > Just a drive-by nit. > > https://codereview.chromium.org/310973002/diff/1/chrome/browser/extensions/api/gcm/gcm_api.h ...
6 years, 6 months ago (2014-06-04 14:52:14 UTC) #7
Nicolas Zea
lgtm
6 years, 6 months ago (2014-06-05 21:29:46 UTC) #8
jianli
The CQ bit was checked by jianli@chromium.org
6 years, 6 months ago (2014-06-06 17:07:16 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jianli@chromium.org/310973002/60001
6 years, 6 months ago (2014-06-06 17:08:13 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 6 months ago (2014-06-06 17:28:01 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-06 17:30:57 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_chromium_gn_compile_rel/builds/11530) android_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg/builds/192851) linux_chromium_gn_rel ...
6 years, 6 months ago (2014-06-06 17:30:58 UTC) #13
jianli
The CQ bit was checked by jianli@chromium.org
6 years, 6 months ago (2014-06-06 17:52:56 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jianli@chromium.org/310973002/100001
6 years, 6 months ago (2014-06-06 17:53:32 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 6 months ago (2014-06-06 18:21:05 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-06 18:24:25 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_chromium_gn_compile_rel/builds/11555) chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/72195) linux_chromium_chromeos_clang_dbg ...
6 years, 6 months ago (2014-06-06 18:24:26 UTC) #18
jianli
The CQ bit was checked by jianli@chromium.org
6 years, 6 months ago (2014-06-06 20:12:33 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jianli@chromium.org/310973002/120001
6 years, 6 months ago (2014-06-06 20:15:55 UTC) #20
jianli
The CQ bit was unchecked by jianli@chromium.org
6 years, 6 months ago (2014-06-06 21:16:40 UTC) #21
jianli
The CQ bit was checked by jianli@chromium.org
6 years, 6 months ago (2014-06-06 21:16:53 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jianli@chromium.org/310973002/120001
6 years, 6 months ago (2014-06-06 21:17:07 UTC) #23
jianli
The CQ bit was unchecked by jianli@chromium.org
6 years, 6 months ago (2014-06-06 21:58:00 UTC) #24
jianli
The CQ bit was checked by jianli@chromium.org
6 years, 6 months ago (2014-06-06 22:05:27 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jianli@chromium.org/310973002/140001
6 years, 6 months ago (2014-06-06 22:06:21 UTC) #26
jianli
The CQ bit was checked by jianli@chromium.org
6 years, 6 months ago (2014-06-07 00:33:56 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jianli@chromium.org/310973002/160001
6 years, 6 months ago (2014-06-07 00:36:57 UTC) #28
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-07 05:08:20 UTC) #29
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-07 05:12:27 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/72352) linux_chromium_chromeos_clang_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_clang_dbg/builds/21702) linux_chromium_chromeos_rel ...
6 years, 6 months ago (2014-06-07 05:12:28 UTC) #31
jianli
6 years, 6 months ago (2014-06-09 17:13:15 UTC) #32
Message was sent while issue was closed.
Committed patchset #7 manually as r275826 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698