|
mash: Migrate [Keyboard]Brightness code to ash/common.
Move BrightnessControlDelegate ownership to WmShell.
(it is not closely related to AcceleratorController)
tools/git/move_source_file.py ash/system/brightness_control_delegate.h ash/common/system
tools/git/move_source_file.py ash/system/keyboard_brightness/keyboard_brightness_control_delegate.h ash/common/system
tools/git/move_source_file.py ash/system/chromeos/keyboard_brightness_controller* ash/common/system/chromeos
tools/git/move_source_file.py ash/system/chromeos/brightness/* ash/common/system/chromeos/brightness
BUG= 619636
TEST=compiles; unit tests; no behavior changes.
R=jamescook@chromium.org
Committed: https://crrev.com/308af3930bd5a7f2d85ce76fb76b1c1a8eec9e11
Cr-Commit-Position: refs/heads/master@{#404439}
Total comments: 13
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+111 lines, -814 lines) |
Patch |
 |
M |
ash/accelerators/accelerator_controller.h
|
View
|
1
2
3
|
3 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
 |
M |
ash/accelerators/accelerator_controller.cc
|
View
|
1
2
3
|
10 chunks |
+26 lines, -54 lines |
0 comments
|
Download
|
 |
M |
ash/accelerators/accelerator_controller_unittest.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+16 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ash/ash.gyp
|
View
|
1
2
|
7 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
A + |
ash/common/system/brightness_control_delegate.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
ash/common/system/chromeos/brightness/brightness_controller_chromeos.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
ash/common/system/chromeos/brightness/brightness_controller_chromeos.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
ash/common/system/chromeos/brightness/tray_brightness.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
ash/common/system/chromeos/brightness/tray_brightness.cc
|
View
|
|
3 chunks |
+10 lines, -12 lines |
0 comments
|
Download
|
 |
A + |
ash/common/system/chromeos/brightness/tray_brightness_unittest.cc
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
A + |
ash/common/system/chromeos/keyboard_brightness_controller.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
ash/common/system/chromeos/keyboard_brightness_controller.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
ash/common/system/keyboard_brightness_control_delegate.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/common/wm_shell.h
|
View
|
1
2
3
4
5
|
5 chunks |
+15 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ash/common/wm_shell.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/shell.cc
|
View
|
1
2
3
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
D |
ash/system/brightness_control_delegate.h
|
View
|
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
D |
ash/system/chromeos/brightness/brightness_controller_chromeos.h
|
View
|
|
1 chunk |
+0 lines, -38 lines |
0 comments
|
Download
|
 |
D |
ash/system/chromeos/brightness/brightness_controller_chromeos.cc
|
View
|
|
1 chunk |
+0 lines, -50 lines |
0 comments
|
Download
|
 |
D |
ash/system/chromeos/brightness/tray_brightness.h
|
View
|
|
1 chunk |
+0 lines, -69 lines |
0 comments
|
Download
|
 |
D |
ash/system/chromeos/brightness/tray_brightness.cc
|
View
|
|
1 chunk |
+0 lines, -280 lines |
0 comments
|
Download
|
 |
D |
ash/system/chromeos/brightness/tray_brightness_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -102 lines |
0 comments
|
Download
|
 |
D |
ash/system/chromeos/keyboard_brightness_controller.h
|
View
|
|
1 chunk |
+0 lines, -34 lines |
0 comments
|
Download
|
 |
D |
ash/system/chromeos/keyboard_brightness_controller.cc
|
View
|
|
1 chunk |
+0 lines, -38 lines |
0 comments
|
Download
|
 |
D |
ash/system/keyboard_brightness/keyboard_brightness_control_delegate.h
|
View
|
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
 |
M |
ash/system/tray/system_tray.cc
|
View
|
1
2
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 21 (9 generated)
|