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

Issue 2900203002: Moving input filter files and keymap to input directory. (Closed)

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

Description

Moving input filter files and keymap to input directory. Review-Url: https://codereview.chromium.org/2900203002 Cr-Commit-Position: refs/heads/master@{#475009} Committed: https://chromium.googlesource.com/chromium/src/+/1ae3919d1aa0829792a646417f91b39cf9f29753

Patch Set 1 #

Patch Set 2 : Merge branch 'move_input_phase1' into move_input_phase2 #

Patch Set 3 : Merge branch 'move_input_phase1' into move_input_phase2 #

Total comments: 1

Patch Set 4 : Moving input filter tests to thier own target. #

Patch Set 5 : Merged again. #

Patch Set 6 : Merged again. #

Total comments: 2

Patch Set 7 : Fix include for input. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+218 lines, -1912 lines) Patch
M remoting/client/BUILD.gn View 1 2 3 4 5 6 6 chunks +3 lines, -24 lines 0 comments Download
M remoting/client/input/BUILD.gn View 1 2 3 4 chunks +52 lines, -0 lines 0 comments Download
A + remoting/client/input/key_event_mapper.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + remoting/client/input/key_event_mapper.cc View 1 chunk +4 lines, -7 lines 0 comments Download
A + remoting/client/input/key_event_mapper_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + remoting/client/input/normalizing_input_filter_cros.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + remoting/client/input/normalizing_input_filter_cros.cc View 4 chunks +4 lines, -7 lines 0 comments Download
A + remoting/client/input/normalizing_input_filter_cros_unittest.cc View 11 chunks +69 lines, -69 lines 0 comments Download
A + remoting/client/input/normalizing_input_filter_mac.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + remoting/client/input/normalizing_input_filter_mac.cc View 2 chunks +12 lines, -15 lines 0 comments Download
A + remoting/client/input/normalizing_input_filter_mac_unittest.cc View 7 chunks +53 lines, -53 lines 0 comments Download
A + remoting/client/input/normalizing_input_filter_win.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + remoting/client/input/normalizing_input_filter_win.cc View 1 chunk +1 line, -1 line 0 comments Download
A + remoting/client/input/normalizing_input_filter_win_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
D remoting/client/key_event_mapper.h View 1 chunk +0 lines, -56 lines 0 comments Download
D remoting/client/key_event_mapper.cc View 1 chunk +0 lines, -64 lines 0 comments Download
D remoting/client/key_event_mapper_unittest.cc View 1 chunk +0 lines, -147 lines 0 comments Download
D remoting/client/normalizing_input_filter_cros.h View 1 chunk +0 lines, -70 lines 0 comments Download
D remoting/client/normalizing_input_filter_cros.cc View 1 chunk +0 lines, -244 lines 0 comments Download
D remoting/client/normalizing_input_filter_cros_unittest.cc View 1 chunk +0 lines, -353 lines 0 comments Download
D remoting/client/normalizing_input_filter_mac.h View 1 chunk +0 lines, -71 lines 0 comments Download
D remoting/client/normalizing_input_filter_mac.cc View 1 chunk +0 lines, -86 lines 0 comments Download
D remoting/client/normalizing_input_filter_mac_unittest.cc View 1 chunk +0 lines, -238 lines 0 comments Download
D remoting/client/normalizing_input_filter_win.h View 1 chunk +0 lines, -60 lines 0 comments Download
D remoting/client/normalizing_input_filter_win.cc View 1 chunk +0 lines, -108 lines 0 comments Download
D remoting/client/normalizing_input_filter_win_unittest.cc View 1 chunk +0 lines, -220 lines 0 comments Download
M remoting/client/plugin/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M remoting/client/plugin/chromoting_instance.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/plugin/chromoting_instance.cc View 1 chunk +3 lines, -3 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 33 (26 generated)
nicholss
PTAL, I am moving the input filter files used in client to the input directory ...
3 years, 7 months ago (2017-05-23 22:53:36 UTC) #4
Yuwei
LGTM once the comment is resolved https://codereview.chromium.org/2900203002/diff/40001/remoting/client/input/BUILD.gn File remoting/client/input/BUILD.gn (right): https://codereview.chromium.org/2900203002/diff/40001/remoting/client/input/BUILD.gn#newcode63 remoting/client/input/BUILD.gn:63: source_set("unit_tests") { Should ...
3 years, 7 months ago (2017-05-24 01:30:14 UTC) #7
nicholss
On 2017/05/24 01:30:14, Yuwei wrote: > LGTM once the comment is resolved > > https://codereview.chromium.org/2900203002/diff/40001/remoting/client/input/BUILD.gn ...
3 years, 7 months ago (2017-05-24 15:46:38 UTC) #8
Yuwei
https://codereview.chromium.org/2900203002/diff/100001/remoting/client/BUILD.gn File remoting/client/BUILD.gn (left): https://codereview.chromium.org/2900203002/diff/100001/remoting/client/BUILD.gn#oldcode57 remoting/client/BUILD.gn:57: "//remoting/client/input", Why is this deleted? GestureInterpreter needs TouchInputStrategy to ...
3 years, 7 months ago (2017-05-24 19:13:30 UTC) #21
nicholss
https://codereview.chromium.org/2900203002/diff/100001/remoting/client/BUILD.gn File remoting/client/BUILD.gn (left): https://codereview.chromium.org/2900203002/diff/100001/remoting/client/BUILD.gn#oldcode57 remoting/client/BUILD.gn:57: "//remoting/client/input", On 2017/05/24 19:13:30, Yuwei wrote: > Why is ...
3 years, 7 months ago (2017-05-25 17:59:40 UTC) #22
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/2900203002/120001
3 years, 7 months ago (2017-05-26 15:33:32 UTC) #29
commit-bot: I haz the power
3 years, 7 months ago (2017-05-26 15:38:37 UTC) #33
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/1ae3919d1aa0829792a646417f91...

Powered by Google App Engine
This is Rietveld 408576698