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

Issue 1843563003: Move arc_intent_helper_bridge.h from c/b/chromeos/ to components/ (Closed)

Created:
4 years, 8 months ago by Yusuke Sato
Modified:
4 years, 8 months ago
CC:
chromium-reviews, sadrul, droger+watchlist_chromium.org, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, oshima+watch_chromium.org, kalyank, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move arc_intent_helper_bridge.h from c/b/chromeos/ to components/ The new ArcIntentHelperBridge implementation does not directly depend on chrome/. Also rename SettingsBridge to ArcSettingsService and make it a sub class of arc::ArcService to remove its dependency on ArcIntentHelperBridge. BUG=591780 TEST=try Committed: https://crrev.com/0b08bdbb12e9d6aea2c1dbc710a45bc59ef846a4 Cr-Commit-Position: refs/heads/master@{#384100}

Patch Set 1 #

Patch Set 2 : fix gn/gyp deps #

Total comments: 6

Patch Set 3 : Address comments from Luis #

Patch Set 4 : fix gn builds #

Total comments: 2

Patch Set 5 : Address a comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+305 lines, -551 lines) Patch
M ash/mus/shell_delegate_mus.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/mus/shell_delegate_mus.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M ash/shell/shell_delegate_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/shell/shell_delegate_impl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M ash/shell_delegate.h View 2 chunks +5 lines, -0 lines 0 comments Download
M ash/test/test_shell_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/test_shell_delegate.cc View 1 chunk +2 lines, -0 lines 0 comments Download
D chrome/browser/chromeos/arc/arc_intent_helper_bridge.h View 1 chunk +0 lines, -47 lines 0 comments Download
D chrome/browser/chromeos/arc/arc_intent_helper_bridge.cc View 1 chunk +0 lines, -72 lines 0 comments Download
M chrome/browser/chromeos/arc/arc_service_launcher.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A chrome/browser/chromeos/arc/arc_settings_service.h View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
A + chrome/browser/chromeos/arc/arc_settings_service.cc View 1 2 3 4 12 chunks +109 lines, -48 lines 0 comments Download
D chrome/browser/chromeos/arc/settings_bridge.h View 1 chunk +0 lines, -100 lines 0 comments Download
D chrome/browser/chromeos/arc/settings_bridge.cc View 1 chunk +0 lines, -200 lines 0 comments Download
D chrome/browser/chromeos/arc/settings_bridge_unittest.cc View 1 chunk +0 lines, -53 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.cc View 2 chunks +19 lines, -0 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M components/arc.gypi View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M components/arc/BUILD.gn View 1 2 3 3 chunks +6 lines, -0 lines 0 comments Download
M components/arc/arc_service_manager.cc View 2 chunks +2 lines, -0 lines 0 comments Download
A + components/arc/intent_helper/DEPS View 1 chunk +1 line, -1 line 0 comments Download
A + components/arc/intent_helper/arc_intent_helper_bridge.h View 2 chunks +5 lines, -14 lines 0 comments Download
A components/arc/intent_helper/arc_intent_helper_bridge.cc View 1 chunk +32 lines, -0 lines 0 comments Download
A components/arc/intent_helper/font_size_util.h View 1 2 1 chunk +30 lines, -0 lines 0 comments Download
A components/arc/intent_helper/font_size_util.cc View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
A + components/arc/intent_helper/font_size_util_unittest.cc View 1 2 2 chunks +3 lines, -7 lines 0 comments Download
M components/components_tests.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
Yusuke Sato
Ben, Luis, could you have a look at this? This implements Ben's suggestion at https://codereview.chromium.org/1760773004/#msg25 ...
4 years, 8 months ago (2016-03-30 15:30:38 UTC) #4
Ben Goodger (Google)
This is cool, thanks for doing it. In the future it'd be interesting to evaluate ...
4 years, 8 months ago (2016-03-30 16:12:31 UTC) #5
Luis Héctor Chávez
https://codereview.chromium.org/1843563003/diff/60001/chrome/browser/chromeos/arc/arc_settings_service.cc File chrome/browser/chromeos/arc/arc_settings_service.cc (right): https://codereview.chromium.org/1843563003/diff/60001/chrome/browser/chromeos/arc/arc_settings_service.cc#newcode255 chrome/browser/chromeos/arc/arc_settings_service.cc:255: if (arc_bridge_service_->state() != ArcBridgeService::State::READY) { nit: It's probably better ...
4 years, 8 months ago (2016-03-30 17:20:45 UTC) #6
Yusuke Sato
Thanks for the review. https://codereview.chromium.org/1843563003/diff/60001/chrome/browser/chromeos/arc/arc_settings_service.cc File chrome/browser/chromeos/arc/arc_settings_service.cc (right): https://codereview.chromium.org/1843563003/diff/60001/chrome/browser/chromeos/arc/arc_settings_service.cc#newcode255 chrome/browser/chromeos/arc/arc_settings_service.cc:255: if (arc_bridge_service_->state() != ArcBridgeService::State::READY) { ...
4 years, 8 months ago (2016-03-30 18:25:43 UTC) #7
Luis Héctor Chávez
lgtm https://codereview.chromium.org/1843563003/diff/100001/chrome/browser/chromeos/arc/arc_settings_service.cc File chrome/browser/chromeos/arc/arc_settings_service.cc (right): https://codereview.chromium.org/1843563003/diff/100001/chrome/browser/chromeos/arc/arc_settings_service.cc#newcode228 chrome/browser/chromeos/arc/arc_settings_service.cc:228: if (arc_bridge_service_->state() != ArcBridgeService::State::READY) { Ideally I'd like ...
4 years, 8 months ago (2016-03-30 20:14:34 UTC) #8
Yusuke Sato
https://codereview.chromium.org/1843563003/diff/100001/chrome/browser/chromeos/arc/arc_settings_service.cc File chrome/browser/chromeos/arc/arc_settings_service.cc (right): https://codereview.chromium.org/1843563003/diff/100001/chrome/browser/chromeos/arc/arc_settings_service.cc#newcode228 chrome/browser/chromeos/arc/arc_settings_service.cc:228: if (arc_bridge_service_->state() != ArcBridgeService::State::READY) { On 2016/03/30 20:14:34, Luis ...
4 years, 8 months ago (2016-03-30 20:39:51 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1843563003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1843563003/120001
4 years, 8 months ago (2016-03-30 20:40:23 UTC) #12
commit-bot: I haz the power
Committed patchset #5 (id:120001)
4 years, 8 months ago (2016-03-30 21:40:07 UTC) #13
commit-bot: I haz the power
4 years, 8 months ago (2016-03-30 21:42:51 UTC) #15
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/0b08bdbb12e9d6aea2c1dbc710a45bc59ef846a4
Cr-Commit-Position: refs/heads/master@{#384100}

Powered by Google App Engine
This is Rietveld 408576698