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

Issue 788353002: Restructure public side of input_events service. (Closed)

Created:
6 years ago by blundell
Modified:
6 years ago
CC:
mojo-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, esprehn, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org, ojan
Base URL:
https://github.com/domokit/mojo.git@master
Project:
mojo
Visibility:
Public.

Description

Restructure public side of input_events service. This CL goes from this: //mojo/services/public/interfaces/input_events to this: //mojo/services/input_events/public/interfaces This CL also makes the Mojo-side changes necessary to roll this change into Chromium. TBR=beng Committed: https://chromium.googlesource.com/external/mojo/+/fe22903d2976705959db15301b03eaa03c74e706

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -395 lines) Patch
M examples/bitmap_uploader/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M examples/browser/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M examples/pdf_viewer/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M examples/pdf_viewer/pdf_viewer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M examples/window_manager/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M examples/window_manager/window_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M examples/wm_flow/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M examples/wm_flow/wm/wm.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/converters/input_events/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M mojo/converters/input_events/input_events_type_converters.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/converters/input_events/input_events_type_converters.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
A + mojo/services/input_events/public/interfaces/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
A + mojo/services/input_events/public/interfaces/input_event_constants.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/services/input_events/public/interfaces/input_events.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
A + mojo/services/input_events/public/interfaces/input_key_codes.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
M mojo/services/native_viewport/public/interfaces/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/native_viewport/public/interfaces/native_viewport.mojom View 1 chunk +1 line, -1 line 0 comments Download
D mojo/services/public/interfaces/input_events/BUILD.gn View 1 chunk +0 lines, -17 lines 0 comments Download
D mojo/services/public/interfaces/input_events/input_event_constants.mojom View 1 chunk +0 lines, -77 lines 0 comments Download
D mojo/services/public/interfaces/input_events/input_events.mojom View 1 chunk +0 lines, -72 lines 0 comments Download
D mojo/services/public/interfaces/input_events/input_key_codes.mojom View 1 chunk +0 lines, -186 lines 0 comments Download
M mojo/services/public/mojo_services_public.gyp View 1 chunk +4 lines, -4 lines 0 comments Download
M mojo/services/view_manager/public/cpp/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/public/cpp/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/public/cpp/view_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/public/interfaces/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/public/interfaces/view_manager.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/window_manager/public/interfaces/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/window_manager/public/interfaces/window_manager.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/window_manager/public/interfaces/window_manager_internal.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/tools/roll/rev_sdk.py View 1 chunk +1 line, -0 lines 0 comments Download
M services/view_manager/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M sky/services/testing/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M sky/services/testing/test_harness.mojom View 1 chunk +1 line, -1 line 0 comments Download
M sky/tests/resources/event-sender.sky View 1 chunk +3 lines, -3 lines 0 comments Download
M sky/tests/services/event-sender.sky View 1 chunk +2 lines, -2 lines 0 comments Download
M sky/tools/debugger/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M sky/tools/debugger/debugger.h View 1 chunk +1 line, -1 line 0 comments Download
M sky/tools/tester/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M sky/tools/tester/tester.cc View 1 chunk +1 line, -1 line 0 comments Download
M sky/viewer/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M sky/viewer/converters/input_event_types.h View 1 chunk +1 line, -1 line 0 comments Download
M sky/viewer/converters/input_event_types.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
blundell
6 years ago (2014-12-10 21:50:46 UTC) #1
blundell
6 years ago (2014-12-10 21:51:06 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
fe22903d2976705959db15301b03eaa03c74e706 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698