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

Issue 682943002: Make chrome/browser/chromeos/accessibility compile on Athena with use_ash=0 (Closed)

Created:
6 years, 1 month ago by pkotwicz
Modified:
6 years, 1 month ago
Reviewers:
dmazzoni, oshima, sky
CC:
chromium-reviews, dbeam+watch-options_chromium.org, dtseng+watch_chromium.org, sadrul, nkostylev+watch_chromium.org, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, tdanderson+overview_chromium.org, yuzo+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, kalyank, arv+watch_chromium.org, stevenjb+watch_chromium.org, ben+ash_chromium.org, dmazzoni+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@athena_do_not_use_ash41_scroll_end_effect
Project:
chromium
Visibility:
Public.

Description

Make chrome/browser/chromeos/accessibility compile on Athena with use_ash=0 This CL: - Moves the constants in magnifier_constants.h and accessibility_delegate.h to ui/chromeos/accessibility_types. - Stops compiling MagnificationManager on Athena BUG=426561, 408733 TEST=None Committed: https://crrev.com/0991c82d09351fa95d96a5ed7cb1082e33daea5b Cr-Commit-Position: refs/heads/master@{#302218}

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+325 lines, -311 lines) Patch
M ash/accelerators/accelerator_controller.cc View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M ash/accelerators/accelerator_controller_unittest.cc View 1 5 chunks +13 lines, -10 lines 0 comments Download
M ash/accelerators/spoken_feedback_toggler.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/accessibility_delegate.h View 4 chunks +6 lines, -17 lines 0 comments Download
M ash/ash.gyp View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M ash/ash_touch_exploration_manager_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/ash_touch_exploration_manager_chromeos.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ash/default_accessibility_delegate.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
M ash/default_accessibility_delegate.cc View 5 chunks +8 lines, -7 lines 0 comments Download
M ash/magnifier/magnification_controller_unittest.cc View 6 chunks +9 lines, -9 lines 0 comments Download
D ash/magnifier/magnifier_constants.h View 1 chunk +0 lines, -27 lines 0 comments Download
M ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/system_tray_notifier.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/system_tray_notifier.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray_accessibility.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/tray_accessibility.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M ash/wm/overview/window_selector.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/overview/window_selector_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/apps/web_view_browsertest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.h View 8 chunks +21 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.cc View 1 2 3 4 5 6 19 chunks +45 lines, -26 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/magnification_manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/accessibility/magnification_manager.cc View 8 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/chromeos/accessibility/magnification_manager_browsertest.cc View 20 chunks +53 lines, -53 lines 0 comments Download
M chrome/browser/chromeos/accessibility/magnification_manager_unittest.cc View 1 3 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/wizard_controller_browsertest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/policy/login_screen_default_policy_browsertest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc View 8 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/preferences.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/system/tray_accessibility_browsertest.cc View 16 chunks +22 lines, -22 lines 0 comments Download
M chrome/browser/policy/configuration_policy_handler_list_factory.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/policy/policy_browsertest.cc View 1 2 3 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test_base.js View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/ash_init.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc View 1 10 chunks +16 lines, -10 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate_views.cc View 1 6 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/ash/volume_controller_browsertest_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ui/chromeos/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A + ui/chromeos/accessibility_types.h View 2 chunks +17 lines, -6 lines 0 comments Download
M ui/chromeos/ui_chromeos.gyp View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 47 (22 generated)
pkotwicz
Oshima, PTAL https://codereview.chromium.org/682943002/diff/20001/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc File chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc (right): https://codereview.chromium.org/682943002/diff/20001/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc#newcode69 chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc:69: #if !defined(USE_ATHENA) This entire file should not ...
6 years, 1 month ago (2014-10-28 01:21:30 UTC) #3
oshima
can you add 408733 to BUG= list? The number of ifdef worries me, but am ...
6 years, 1 month ago (2014-10-28 07:53:29 UTC) #4
oshima
+dmazzoni@ see my comment in accessibility_types.h
6 years, 1 month ago (2014-10-28 07:54:13 UTC) #6
dmazzoni
https://codereview.chromium.org/682943002/diff/20001/ui/chromeos/accessibility_types.h File ui/chromeos/accessibility_types.h (right): https://codereview.chromium.org/682943002/diff/20001/ui/chromeos/accessibility_types.h#newcode6 ui/chromeos/accessibility_types.h:6: #define UI_CHROMEOS_ACCESSIBILITY_TYPES_H_ On 2014/10/28 07:53:28, oshima wrote: > +dmazzoni@, ...
6 years, 1 month ago (2014-10-28 21:31:42 UTC) #7
pkotwicz
Oshima can you please take another look?
6 years, 1 month ago (2014-10-29 01:04:43 UTC) #8
oshima
lgtm
6 years, 1 month ago (2014-10-29 01:16:23 UTC) #9
pkotwicz
sky@ for chrome/browser/apps chrome/browser/policy chrome/browser/resources chrome/browser/ui/webui ui OWNERS rubberstamp.
6 years, 1 month ago (2014-10-29 01:55:56 UTC) #11
sky
LGTM
6 years, 1 month ago (2014-10-29 03:45:46 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/682943002/60001
6 years, 1 month ago (2014-10-29 17:59:14 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel/builds/4594)
6 years, 1 month ago (2014-10-29 18:54:42 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/682943002/60001
6 years, 1 month ago (2014-10-29 19:25:59 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel/builds/4622)
6 years, 1 month ago (2014-10-29 19:32:17 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/682943002/80001
6 years, 1 month ago (2014-10-30 16:51:04 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/86248) android_aosp on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_aosp/builds/29322) android_arm64_dbg_recipe ...
6 years, 1 month ago (2014-10-30 16:56:14 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/682943002/100001
6 years, 1 month ago (2014-10-30 17:24:02 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel/builds/7002)
6 years, 1 month ago (2014-10-30 17:44:55 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/682943002/120001
6 years, 1 month ago (2014-10-30 18:26:02 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/13049) android_clang_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/17974) linux_chromium_chromeos_rel ...
6 years, 1 month ago (2014-10-30 18:44:00 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/682943002/160001
6 years, 1 month ago (2014-10-30 20:31:42 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/75994) win8_chromium_rel on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/24778) win_chromium_compile_dbg ...
6 years, 1 month ago (2014-10-30 20:37:30 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/682943002/180001
6 years, 1 month ago (2014-10-30 20:46:57 UTC) #39
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/13245) linux_chromium_gn_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/29979) linux_chromium_rel_ng ...
6 years, 1 month ago (2014-10-30 21:01:52 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/682943002/200001
6 years, 1 month ago (2014-10-30 21:07:51 UTC) #45
commit-bot: I haz the power
Committed patchset #7 (id:200001)
6 years, 1 month ago (2014-10-31 04:21:12 UTC) #46
commit-bot: I haz the power
6 years, 1 month ago (2014-10-31 04:21:48 UTC) #47
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/0991c82d09351fa95d96a5ed7cb1082e33daea5b
Cr-Commit-Position: refs/heads/master@{#302218}

Powered by Google App Engine
This is Rietveld 408576698