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

Side by Side Diff: mojo/dart/packages/mojo_services/BUILD.gn

Issue 1647953007: Remove DartPackage annotation from NativeViewport and GPU mojoms (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rebased Created 4 years, 10 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//mojo/public/dart/rules.gni") 5 import("//mojo/public/dart/rules.gni")
6 import("//mojo/services/mojo_services.gni") 6 import("//mojo/services/mojo_services.gni")
7 7
8 # TODO(johnmccutchan): Automate this. 8 # TODO(johnmccutchan): Automate this.
9 # for i in `find lib/|grep mojom.dart|sort`;do echo " \"$i\",";done 9 # for i in `find lib/|grep mojom.dart|sort`;do echo " \"$i\",";done
10 bindings_sources = [ 10 bindings_sources = [
11 "lib/activity/activity.mojom.dart", 11 "lib/activity/activity.mojom.dart",
12 "lib/authentication/authentication.mojom.dart", 12 "lib/authentication/authentication.mojom.dart",
13 "lib/contacts/contacts.mojom.dart", 13 "lib/contacts/contacts.mojom.dart",
14 "lib/http_server/http_request.mojom.dart", 14 "lib/http_server/http_request.mojom.dart",
15 "lib/http_server/http_response.mojom.dart", 15 "lib/http_server/http_response.mojom.dart",
16 "lib/http_server/http_server_factory.mojom.dart", 16 "lib/http_server/http_server_factory.mojom.dart",
17 "lib/http_server/http_server.mojom.dart", 17 "lib/http_server/http_server.mojom.dart",
18 "lib/icu_data/icu_data.mojom.dart", 18 "lib/icu_data/icu_data.mojom.dart",
19 "lib/input/input.mojom.dart", 19 "lib/input/input.mojom.dart",
20 "lib/keyboard/keyboard.mojom.dart", 20 "lib/keyboard/keyboard.mojom.dart",
21 "lib/mojo/asset_bundle/asset_bundle.mojom.dart", 21 "lib/mojo/asset_bundle/asset_bundle.mojom.dart",
22 "lib/mojo/authenticating_url_loader_interceptor_meta_factory.mojom.dart", 22 "lib/mojo/authenticating_url_loader_interceptor_meta_factory.mojom.dart",
23 "lib/mojo/camera.mojom.dart", 23 "lib/mojo/camera.mojom.dart",
24 "lib/mojo/clipboard.mojom.dart", 24 "lib/mojo/clipboard.mojom.dart",
25 "lib/mojo/command_buffer.mojom.dart",
26 "lib/mojo/content_handler.mojom.dart", 25 "lib/mojo/content_handler.mojom.dart",
27 "lib/mojo/context_provider.mojom.dart",
28 "lib/mojo/cookie_store.mojom.dart", 26 "lib/mojo/cookie_store.mojom.dart",
29 "lib/mojo/device_info.mojom.dart", 27 "lib/mojo/device_info.mojom.dart",
30 "lib/mojo/display.mojom.dart",
31 "lib/mojo/files/directory.mojom.dart", 28 "lib/mojo/files/directory.mojom.dart",
32 "lib/mojo/files/file.mojom.dart", 29 "lib/mojo/files/file.mojom.dart",
33 "lib/mojo/files/files.mojom.dart", 30 "lib/mojo/files/files.mojom.dart",
34 "lib/mojo/files/ioctl.mojom.dart", 31 "lib/mojo/files/ioctl.mojom.dart",
35 "lib/mojo/files/ioctl_terminal.mojom.dart", 32 "lib/mojo/files/ioctl_terminal.mojom.dart",
36 "lib/mojo/files/types.mojom.dart", 33 "lib/mojo/files/types.mojom.dart",
37 "lib/mojo/geocoder.mojom.dart", 34 "lib/mojo/geocoder.mojom.dart",
38 "lib/mojo/geometry.mojom.dart", 35 "lib/mojo/geometry.mojom.dart",
39 "lib/mojo/gfx/composition/compositor.mojom.dart",
40 "lib/mojo/gfx/composition/hit_tests.mojom.dart", 36 "lib/mojo/gfx/composition/hit_tests.mojom.dart",
41 "lib/mojo/gfx/composition/nodes.mojom.dart", 37 "lib/mojo/gfx/composition/nodes.mojom.dart",
42 "lib/mojo/gfx/composition/renderers.mojom.dart", 38 "lib/mojo/gfx/composition/renderers.mojom.dart",
43 "lib/mojo/gfx/composition/resources.mojom.dart", 39 "lib/mojo/gfx/composition/resources.mojom.dart",
44 "lib/mojo/gfx/composition/scenes.mojom.dart", 40 "lib/mojo/gfx/composition/scenes.mojom.dart",
45 "lib/mojo/gfx/composition/scene_token.mojom.dart", 41 "lib/mojo/gfx/composition/scene_token.mojom.dart",
46 "lib/mojo/gfx/composition/scheduling.mojom.dart", 42 "lib/mojo/gfx/composition/scheduling.mojom.dart",
47 "lib/mojo/gpu_capabilities.mojom.dart",
48 "lib/mojo/gpu.mojom.dart",
49 "lib/mojo/host_resolver.mojom.dart", 43 "lib/mojo/host_resolver.mojom.dart",
50 "lib/mojo/http_connection.mojom.dart", 44 "lib/mojo/http_connection.mojom.dart",
51 "lib/mojo/http_message.mojom.dart", 45 "lib/mojo/http_message.mojom.dart",
52 "lib/mojo/http_server.mojom.dart", 46 "lib/mojo/http_server.mojom.dart",
53 "lib/mojo/input_event_constants.mojom.dart", 47 "lib/mojo/input_event_constants.mojom.dart",
54 "lib/mojo/input_events.mojom.dart", 48 "lib/mojo/input_events.mojom.dart",
55 "lib/mojo/input_key_codes.mojom.dart", 49 "lib/mojo/input_key_codes.mojom.dart",
56 "lib/mojo/location.mojom.dart", 50 "lib/mojo/location.mojom.dart",
57 "lib/mojo/location_service.mojom.dart", 51 "lib/mojo/location_service.mojom.dart",
58 "lib/mojo/native_viewport.mojom.dart", 52 "lib/mojo/native_viewport_event_dispatcher.mojom.dart",
59 "lib/mojo/navigation.mojom.dart", 53 "lib/mojo/navigation.mojom.dart",
60 "lib/mojo/net_address.mojom.dart", 54 "lib/mojo/net_address.mojom.dart",
61 "lib/mojo/network_service.mojom.dart", 55 "lib/mojo/network_service.mojom.dart",
62 "lib/mojo/quads.mojom.dart", 56 "lib/mojo/quads.mojom.dart",
63 "lib/mojo/service_registry.mojom.dart", 57 "lib/mojo/service_registry.mojom.dart",
64 "lib/mojo/sharing.mojom.dart", 58 "lib/mojo/sharing.mojom.dart",
65 "lib/mojo/surface_id.mojom.dart", 59 "lib/mojo/surface_id.mojom.dart",
66 "lib/mojo/surfaces.mojom.dart", 60 "lib/mojo/surfaces.mojom.dart",
67 "lib/mojo/tcp_bound_socket.mojom.dart", 61 "lib/mojo/tcp_bound_socket.mojom.dart",
68 "lib/mojo/tcp_connected_socket.mojom.dart", 62 "lib/mojo/tcp_connected_socket.mojom.dart",
69 "lib/mojo/tcp_server_socket.mojom.dart", 63 "lib/mojo/tcp_server_socket.mojom.dart",
70 "lib/mojo/terminal/terminal_client.mojom.dart", 64 "lib/mojo/terminal/terminal_client.mojom.dart",
71 "lib/mojo/terminal/terminal.mojom.dart", 65 "lib/mojo/terminal/terminal.mojom.dart",
72 "lib/mojo/udp_socket.mojom.dart", 66 "lib/mojo/udp_socket.mojom.dart",
73 "lib/mojo/ui/input_connection.mojom.dart", 67 "lib/mojo/ui/input_connection.mojom.dart",
74 "lib/mojo/ui/input_dispatcher.mojom.dart", 68 "lib/mojo/ui/input_dispatcher.mojom.dart",
75 "lib/mojo/ui/layouts.mojom.dart", 69 "lib/mojo/ui/layouts.mojom.dart",
76 "lib/mojo/ui/view_associates.mojom.dart", 70 "lib/mojo/ui/view_associates.mojom.dart",
77 "lib/mojo/ui/view_manager.mojom.dart", 71 "lib/mojo/ui/view_manager.mojom.dart",
78 "lib/mojo/ui/view_provider.mojom.dart", 72 "lib/mojo/ui/view_provider.mojom.dart",
79 "lib/mojo/ui/views.mojom.dart", 73 "lib/mojo/ui/views.mojom.dart",
80 "lib/mojo/ui/view_trees.mojom.dart", 74 "lib/mojo/ui/view_trees.mojom.dart",
81 "lib/mojo/url_loader_interceptor.mojom.dart", 75 "lib/mojo/url_loader_interceptor.mojom.dart",
82 "lib/mojo/url_loader.mojom.dart", 76 "lib/mojo/url_loader.mojom.dart",
83 "lib/mojo/url_response_disk_cache.mojom.dart", 77 "lib/mojo/url_response_disk_cache.mojom.dart",
84 "lib/mojo/viewport_parameter_listener.mojom.dart",
85 "lib/mojo/web_socket.mojom.dart", 78 "lib/mojo/web_socket.mojom.dart",
86 "lib/native_support/process.mojom.dart", 79 "lib/native_support/process.mojom.dart",
87 "lib/nfc/nfc.mojom.dart", 80 "lib/nfc/nfc.mojom.dart",
88 "lib/notifications/notifications.mojom.dart", 81 "lib/notifications/notifications.mojom.dart",
89 "lib/prediction/prediction.mojom.dart", 82 "lib/prediction/prediction.mojom.dart",
90 "lib/sensors/sensors.mojom.dart", 83 "lib/sensors/sensors.mojom.dart",
91 "lib/speech_recognizer/speech_recognizer.mojom.dart", 84 "lib/speech_recognizer/speech_recognizer.mojom.dart",
92 "lib/tracing/tracing.mojom.dart", 85 "lib/tracing/tracing.mojom.dart",
93 "lib/vsync/vsync.mojom.dart", 86 "lib/vsync/vsync.mojom.dart",
94 ] 87 ]
95 88
96 dart_pkg("mojo_services") { 89 dart_pkg("mojo_services") {
97 sources = [ 90 sources = [
98 "CHANGELOG.md", 91 "CHANGELOG.md",
99 "README.md", 92 "README.md",
100 "pubspec.yaml", 93 "pubspec.yaml",
101 ] + bindings_sources 94 ] + bindings_sources
102 95
103 deps = [ 96 deps = [
104 "//mojo/public/dart", 97 "//mojo/public/dart",
105 "//mojo/services", 98 "//mojo/services",
106 ] 99 ]
107 } 100 }
OLDNEW
« no previous file with comments | « examples/spinning_cube/spinning_cube_app.cc ('k') | mojo/dart/packages/mojo_services/lib/keyboard/keyboard.mojom.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698