|
|
[DeviceService] Move screen_orientation.mojom from //content to //device.
Also moves screen_orientation_lock_types.mojom out from blink into //device.
This is the first CL to decouple screen orientation codes from //content.
Follow-up CLs will
* migrate ScreenOrientationHostMsg_StartListening and
ScreenOrientationHostMsg_StopListening IPC messages into this mojom file.
* decouple content/renderer/screen_orientation/* into blink.
* decouple content/browser/screen_orientation/* into //device.
BUG= 612339
Committed: https://crrev.com/dfbaf46a8f088f494d65ca9621a912510f3fd10b
Cr-Commit-Position: refs/heads/master@{#438372}
Total comments: 3
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+85 lines, -88 lines) |
Patch |
 |
M |
content/browser/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/screen_orientation/screen_orientation.h
|
View
|
1
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/screen_orientation/screen_orientation.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/common/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/DEPS
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
content/common/screen_orientation.mojom
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/DEPS
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/screen_orientation_provider.h
|
View
|
1
2
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/screen_orientation_provider.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/screen_orientation/screen_orientation_dispatcher.h
|
View
|
1
2
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/screen_orientation/screen_orientation_dispatcher.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/screen_orientation/screen_orientation_dispatcher_browsertest.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
device/screen_orientation/OWNERS
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
device/screen_orientation/public/interfaces/BUILD.gn
|
View
|
1
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
device/screen_orientation/public/interfaces/OWNERS
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
device/screen_orientation/public/interfaces/screen_orientation.mojom
|
View
|
1
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
device/screen_orientation/public/interfaces/screen_orientation_lock_types.mojom
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/BUILD.gn
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
A |
third_party/WebKit/public/platform/modules/screen_orientation/DEPS
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationEnumTraits.h
|
View
|
1
|
1 chunk |
+23 lines, -23 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation_lock_types.mojom
|
View
|
1
|
1 chunk |
+0 lines, -31 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation_lock_types.typemap
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 58 (45 generated)
|