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

Side by Side Diff: mojo/mojo_services.gypi

Issue 476283006: mojo: Fix double character inserts on Windows by removing a Linux hack. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move input method to its own file. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/services/html_viewer/blink_input_events_type_converters.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //mojo/services/dbus_echo:bindings 8 # GN version: //mojo/services/dbus_echo:bindings
9 'target_name': 'mojo_echo_bindings', 9 'target_name': 'mojo_echo_bindings',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 '../ui/events/events.gyp:events', 77 '../ui/events/events.gyp:events',
78 '../ui/gfx/gfx.gyp:gfx_geometry', 78 '../ui/gfx/gfx.gyp:gfx_geometry',
79 'mojo_base.gyp:mojo_environment_chromium', 79 'mojo_base.gyp:mojo_environment_chromium',
80 'mojo_input_events_bindings', 80 'mojo_input_events_bindings',
81 'mojo_geometry_bindings', 81 'mojo_geometry_bindings',
82 'mojo_geometry_lib', 82 'mojo_geometry_lib',
83 '<(mojo_system_for_component)', 83 '<(mojo_system_for_component)',
84 ], 84 ],
85 'sources': [ 85 'sources': [
86 'services/public/cpp/input_events/lib/input_events_type_converters.cc', 86 'services/public/cpp/input_events/lib/input_events_type_converters.cc',
87 'services/public/cpp/input_events/lib/mojo_extended_key_event_data.cc',
88 'services/public/cpp/input_events/lib/mojo_extended_key_event_data.h',
87 'services/public/cpp/input_events/input_events_type_converters.h', 89 'services/public/cpp/input_events/input_events_type_converters.h',
88 'services/public/cpp/input_events/mojo_input_events_export.h', 90 'services/public/cpp/input_events/mojo_input_events_export.h',
89 ], 91 ],
90 }, 92 },
91 { 93 {
92 # GN version: //mojo/services/public/interfaces/input_events 94 # GN version: //mojo/services/public/interfaces/input_events
93 'target_name': 'mojo_input_events_bindings', 95 'target_name': 'mojo_input_events_bindings',
94 'type': 'static_library', 96 'type': 'static_library',
95 'sources': [ 97 'sources': [
96 'services/public/interfaces/input_events/input_event_constants.mojom', 98 'services/public/interfaces/input_events/input_event_constants.mojom',
(...skipping 798 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 'mojo_echo_bindings', 897 'mojo_echo_bindings',
896 ], 898 ],
897 'sources': [ 899 'sources': [
898 'services/dbus_echo/dbus_echo_service.cc', 900 'services/dbus_echo/dbus_echo_service.cc',
899 ], 901 ],
900 }, 902 },
901 ], 903 ],
902 }], 904 }],
903 ], 905 ],
904 } 906 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/services/html_viewer/blink_input_events_type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698