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

Issue 2903623002: Moving input related classes to the input folder. (Closed)

Created:
3 years, 7 months ago by nicholss
Modified:
3 years, 7 months ago
Reviewers:
Yuwei
CC:
chromium-reviews, ios-reviews_chromium.org, chromoting-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Moving input related classes to the input folder. Review-Url: https://codereview.chromium.org/2903623002 Cr-Commit-Position: refs/heads/master@{#474301} Committed: https://chromium.googlesource.com/chromium/src/+/7666a289ebf86264fd006e1d9192b32405216094

Patch Set 1 #

Patch Set 2 : Need to make a shareable dep in UI that does not dep on display. #

Patch Set 3 : Working the build files to pull in the correct imports as needed. #

Total comments: 17

Patch Set 4 : Merge branch 'master' into move_input_phase1 #

Patch Set 5 : moving render proxy to display. #

Patch Set 6 : Fix build. #

Total comments: 3

Patch Set 7 : Hide gesture code from nacl. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -1672 lines) Patch
M remoting/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/client/BUILD.gn View 1 2 3 4 5 6 4 chunks +6 lines, -11 lines 2 comments Download
M remoting/client/chromoting_session.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/display/BUILD.gn View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
D remoting/client/display/DEPS View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
A + remoting/client/display/renderer_proxy.h View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + remoting/client/display/renderer_proxy.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + remoting/client/gesture_interpreter.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + remoting/client/gesture_interpreter.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M remoting/client/input/BUILD.gn View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
A + remoting/client/input/direct_input_strategy.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + remoting/client/input/direct_input_strategy.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
A + remoting/client/input/input_strategy.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + remoting/client/input/native_device_keymap.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + remoting/client/input/native_device_keymap.cc View 1 chunk +1 line, -1 line 0 comments Download
A + remoting/client/input/native_device_keymap_android.cc View 1 chunk +1 line, -1 line 0 comments Download
A + remoting/client/input/native_device_keymap_ios.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/input/text_keyboard_input_strategy.cc View 1 chunk +1 line, -1 line 0 comments Download
A + remoting/client/input/touch_input_scaler.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + remoting/client/input/touch_input_scaler.cc View 1 chunk +1 line, -1 line 0 comments Download
A + remoting/client/input/touch_input_scaler_unittest.cc View 1 2 chunks +3 lines, -5 lines 0 comments Download
A + remoting/client/input/trackpad_input_strategy.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + remoting/client/input/trackpad_input_strategy.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
D remoting/client/native_device_keymap.h View 1 chunk +0 lines, -17 lines 0 comments Download
D remoting/client/native_device_keymap.cc View 1 chunk +0 lines, -17 lines 0 comments Download
D remoting/client/native_device_keymap_android.cc View 1 chunk +0 lines, -215 lines 0 comments Download
D remoting/client/native_device_keymap_ios.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M remoting/client/plugin/chromoting_instance.h View 1 1 chunk +1 line, -1 line 0 comments Download
D remoting/client/touch_input_scaler.h View 1 chunk +0 lines, -49 lines 0 comments Download
D remoting/client/touch_input_scaler.cc View 1 chunk +0 lines, -87 lines 0 comments Download
D remoting/client/touch_input_scaler_unittest.cc View 1 chunk +0 lines, -377 lines 0 comments Download
M remoting/client/ui/BUILD.gn View 1 2 3 4 2 chunks +17 lines, -13 lines 0 comments Download
D remoting/client/ui/direct_input_strategy.h View 1 2 3 1 chunk +0 lines, -52 lines 0 comments Download
D remoting/client/ui/direct_input_strategy.cc View 1 2 3 1 chunk +0 lines, -80 lines 0 comments Download
D remoting/client/ui/gesture_interpreter.h View 1 2 3 1 chunk +0 lines, -116 lines 0 comments Download
D remoting/client/ui/gesture_interpreter.cc View 1 2 3 1 chunk +0 lines, -228 lines 0 comments Download
D remoting/client/ui/input_strategy.h View 1 2 3 1 chunk +0 lines, -79 lines 0 comments Download
D remoting/client/ui/renderer_proxy.h View 1 2 3 4 1 chunk +0 lines, -56 lines 0 comments Download
D remoting/client/ui/renderer_proxy.cc View 1 2 3 4 1 chunk +0 lines, -71 lines 0 comments Download
D remoting/client/ui/trackpad_input_strategy.h View 1 2 3 1 chunk +0 lines, -50 lines 0 comments Download
D remoting/client/ui/trackpad_input_strategy.cc View 1 2 3 1 chunk +0 lines, -90 lines 0 comments Download
M remoting/ios/app/host_view_controller.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/ios/client_gestures.mm View 1 chunk +1 line, -1 line 0 comments Download
M remoting/ios/display/BUILD.gn View 1 2 3 4 5 1 chunk +4 lines, -1 line 0 comments Download
M remoting/ios/display/gl_display_handler.mm View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M remoting/ios/session/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M remoting/ios/session/remoting_client.mm View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 35 (23 generated)
Yuwei
Thanks for cleaning this up :) https://codereview.chromium.org/2903623002/diff/40001/remoting/client/BUILD.gn File remoting/client/BUILD.gn (right): https://codereview.chromium.org/2903623002/diff/40001/remoting/client/BUILD.gn#newcode59 remoting/client/BUILD.gn:59: "//remoting/client/input", You may ...
3 years, 7 months ago (2017-05-23 21:28:26 UTC) #8
nicholss
https://codereview.chromium.org/2903623002/diff/40001/remoting/client/BUILD.gn File remoting/client/BUILD.gn (right): https://codereview.chromium.org/2903623002/diff/40001/remoting/client/BUILD.gn#newcode59 remoting/client/BUILD.gn:59: "//remoting/client/input", On 2017/05/23 21:28:26, Yuwei wrote: > You may ...
3 years, 7 months ago (2017-05-23 22:01:23 UTC) #10
Yuwei
https://codereview.chromium.org/2903623002/diff/40001/remoting/client/BUILD.gn File remoting/client/BUILD.gn (right): https://codereview.chromium.org/2903623002/diff/40001/remoting/client/BUILD.gn#newcode59 remoting/client/BUILD.gn:59: "//remoting/client/input", On 2017/05/23 22:01:23, nicholss wrote: > On 2017/05/23 ...
3 years, 7 months ago (2017-05-23 22:20:42 UTC) #14
nicholss
https://codereview.chromium.org/2903623002/diff/40001/remoting/client/BUILD.gn File remoting/client/BUILD.gn (right): https://codereview.chromium.org/2903623002/diff/40001/remoting/client/BUILD.gn#newcode59 remoting/client/BUILD.gn:59: "//remoting/client/input", On 2017/05/23 22:20:42, Yuwei wrote: > On 2017/05/23 ...
3 years, 7 months ago (2017-05-23 22:52:23 UTC) #17
Yuwei
LGTM after comment is resolved https://codereview.chromium.org/2903623002/diff/100001/remoting/ios/display/BUILD.gn File remoting/ios/display/BUILD.gn (right): https://codereview.chromium.org/2903623002/diff/100001/remoting/ios/display/BUILD.gn#newcode35 remoting/ios/display/BUILD.gn:35: "//remoting/client/display", Why is this ...
3 years, 7 months ago (2017-05-23 22:56:36 UTC) #18
Yuwei
https://codereview.chromium.org/2903623002/diff/100001/remoting/client/BUILD.gn File remoting/client/BUILD.gn (right): https://codereview.chromium.org/2903623002/diff/100001/remoting/client/BUILD.gn#newcode59 remoting/client/BUILD.gn:59: "//remoting/client/display", pnacl is unhappy again :( Add deps only ...
3 years, 7 months ago (2017-05-23 23:05:56 UTC) #21
nicholss
I think the build will work now.. roll the dice! https://codereview.chromium.org/2903623002/diff/100001/remoting/ios/display/BUILD.gn File remoting/ios/display/BUILD.gn (right): https://codereview.chromium.org/2903623002/diff/100001/remoting/ios/display/BUILD.gn#newcode35 ...
3 years, 7 months ago (2017-05-23 23:23:17 UTC) #24
Yuwei
On 2017/05/23 23:23:17, nicholss wrote: > I think the build will work now.. roll the ...
3 years, 7 months ago (2017-05-24 01:31:16 UTC) #25
Yuwei
https://codereview.chromium.org/2903623002/diff/120001/remoting/client/BUILD.gn File remoting/client/BUILD.gn (right): https://codereview.chromium.org/2903623002/diff/120001/remoting/client/BUILD.gn#newcode81 remoting/client/BUILD.gn:81: "//remoting/client/ui", Is there anything in client/ui that doesn't work ...
3 years, 7 months ago (2017-05-24 01:34:13 UTC) #26
nicholss
Thanks https://codereview.chromium.org/2903623002/diff/120001/remoting/client/BUILD.gn File remoting/client/BUILD.gn (right): https://codereview.chromium.org/2903623002/diff/120001/remoting/client/BUILD.gn#newcode81 remoting/client/BUILD.gn:81: "//remoting/client/ui", On 2017/05/24 01:34:12, Yuwei wrote: > Is ...
3 years, 7 months ago (2017-05-24 15:41:33 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2903623002/120001
3 years, 7 months ago (2017-05-24 15:42:00 UTC) #32
commit-bot: I haz the power
3 years, 7 months ago (2017-05-24 15:48:26 UTC) #35
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/7666a289ebf86264fd006e1d9192...

Powered by Google App Engine
This is Rietveld 408576698