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

Issue 290013011: Move all remaining files to gcm_driver component (Closed)

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

Description

Move all remaining files to gcm_driver component BUG=356716 TEST=existing tests TBR=pavely@chromium.org,kalman@chromium.org,arv@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273140

Patch Set 1 #

Total comments: 6

Patch Set 2 : Sync #

Patch Set 3 : Fix per feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+502 lines, -2957 lines) Patch
M chrome/browser/extensions/api/gcm/gcm_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_gcm_app_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_gcm_app_handler_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/invalidation/gcm_invalidation_bridge.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/invalidation/gcm_invalidation_bridge_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/invalidation/ticl_invalidation_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/invalidation/ticl_invalidation_service_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/services/gcm/fake_gcm_app_handler.h View 1 chunk +0 lines, -63 lines 0 comments Download
D chrome/browser/services/gcm/fake_gcm_app_handler.cc View 1 chunk +0 lines, -62 lines 0 comments Download
D chrome/browser/services/gcm/fake_gcm_client.h View 1 chunk +0 lines, -102 lines 0 comments Download
D chrome/browser/services/gcm/fake_gcm_client.cc View 1 chunk +0 lines, -221 lines 0 comments Download
D chrome/browser/services/gcm/fake_gcm_client_factory.h View 1 chunk +0 lines, -42 lines 0 comments Download
D chrome/browser/services/gcm/fake_gcm_client_factory.cc View 1 chunk +0 lines, -30 lines 0 comments Download
M chrome/browser/services/gcm/fake_gcm_profile_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/services/gcm/fake_gcm_profile_service.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/services/gcm/gcm_driver.h View 1 chunk +0 lines, -233 lines 0 comments Download
D chrome/browser/services/gcm/gcm_driver.cc View 1 1 chunk +0 lines, -822 lines 0 comments Download
D chrome/browser/services/gcm/gcm_driver_unittest.cc View 1 chunk +0 lines, -901 lines 0 comments Download
M chrome/browser/services/gcm/gcm_profile_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/services/gcm/gcm_profile_service.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/services/gcm/gcm_profile_service_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/gcm_internals_ui.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 chunks +1 line, -7 lines 0 comments Download
M components/components_tests.gyp View 1 2 3 chunks +6 lines, -0 lines 0 comments Download
M components/gcm_driver.gypi View 3 chunks +24 lines, -1 line 0 comments Download
M components/gcm_driver/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
A + components/gcm_driver/fake_gcm_app_handler.h View 1 chunk +63 lines, -63 lines 0 comments Download
A + components/gcm_driver/fake_gcm_app_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/gcm_driver/fake_gcm_client.h View 1 chunk +102 lines, -102 lines 0 comments Download
A + components/gcm_driver/fake_gcm_client.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/gcm_driver/fake_gcm_client_factory.h View 1 chunk +42 lines, -42 lines 0 comments Download
A + components/gcm_driver/fake_gcm_client_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/gcm_driver/gcm_driver.h View 1 chunk +233 lines, -233 lines 0 comments Download
A + components/gcm_driver/gcm_driver.cc View 1 2 chunks +1 line, -2 lines 0 comments Download
A + components/gcm_driver/gcm_driver_unittest.cc View 2 chunks +5 lines, -6 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
jianli
6 years, 7 months ago (2014-05-23 23:05:59 UTC) #1
Nicolas Zea
nice, LGTM!
6 years, 7 months ago (2014-05-24 00:06:23 UTC) #2
blundell
LGTM https://codereview.chromium.org/290013011/diff/1/components/components_tests.gyp File components/components_tests.gyp (right): https://codereview.chromium.org/290013011/diff/1/components/components_tests.gyp#newcode367 components/components_tests.gyp:367: ['include', '^dom_distiller/'], Please add gcm_driver here. https://codereview.chromium.org/290013011/diff/1/components/gcm_driver.gypi File ...
6 years, 7 months ago (2014-05-26 07:31:56 UTC) #3
fgorski
lgtm
6 years, 7 months ago (2014-05-27 16:25:21 UTC) #4
jianli
https://codereview.chromium.org/290013011/diff/1/components/components_tests.gyp File components/components_tests.gyp (right): https://codereview.chromium.org/290013011/diff/1/components/components_tests.gyp#newcode367 components/components_tests.gyp:367: ['include', '^dom_distiller/'], On 2014/05/26 07:31:56, blundell wrote: > Please ...
6 years, 7 months ago (2014-05-27 17:27:54 UTC) #5
jianli
The CQ bit was checked by jianli@chromium.org
6 years, 7 months ago (2014-05-27 19:51:20 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jianli@chromium.org/290013011/40001
6 years, 7 months ago (2014-05-27 19:51:54 UTC) #7
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, 7 months ago (2014-05-27 21:11:19 UTC) #8
commit-bot: I haz the power
6 years, 7 months ago (2014-05-28 03:18:58 UTC) #9
Message was sent while issue was closed.
Change committed as 273140

Powered by Google App Engine
This is Rietveld 408576698