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

Side by Side Diff: mojo/mojo_services.gypi

Issue 492863002: mojo: Plumb through sufficient context to make real blink::WebInputEvents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ozone compile. Created 6 years, 4 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 | Annotate | Revision Log
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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'services/public/cpp/input_events/mojo_input_events_export.h', 90 'services/public/cpp/input_events/mojo_input_events_export.h',
91 ], 91 ],
92 }, 92 },
93 { 93 {
94 # GN version: //mojo/services/public/interfaces/input_events 94 # GN version: //mojo/services/public/interfaces/input_events
95 'target_name': 'mojo_input_events_bindings', 95 'target_name': 'mojo_input_events_bindings',
96 'type': 'static_library', 96 'type': 'static_library',
97 'sources': [ 97 'sources': [
98 'services/public/interfaces/input_events/input_event_constants.mojom', 98 'services/public/interfaces/input_events/input_event_constants.mojom',
99 'services/public/interfaces/input_events/input_events.mojom', 99 'services/public/interfaces/input_events/input_events.mojom',
100 'services/public/interfaces/input_events/input_key_codes.mojom',
100 ], 101 ],
101 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 102 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
102 'export_dependent_settings': [ 103 'export_dependent_settings': [
103 'mojo_base.gyp:mojo_cpp_bindings', 104 'mojo_base.gyp:mojo_cpp_bindings',
104 ], 105 ],
105 'dependencies': [ 106 'dependencies': [
106 'mojo_base.gyp:mojo_cpp_bindings', 107 'mojo_base.gyp:mojo_cpp_bindings',
107 'mojo_geometry_bindings', 108 'mojo_geometry_bindings',
108 ], 109 ],
109 }, 110 },
(...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 'mojo_echo_bindings', 891 'mojo_echo_bindings',
891 ], 892 ],
892 'sources': [ 893 'sources': [
893 'services/dbus_echo/dbus_echo_service.cc', 894 'services/dbus_echo/dbus_echo_service.cc',
894 ], 895 ],
895 }, 896 },
896 ], 897 ],
897 }], 898 }],
898 ], 899 ],
899 } 900 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698