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

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

Issue 1836063002: Fix hardcoded list of generated Dart files. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_impl_db.mojom.dart",
12 "lib/authentication/authentication.mojom.dart", 13 "lib/authentication/authentication.mojom.dart",
13 "lib/contacts/contacts.mojom.dart", 14 "lib/contacts/contacts.mojom.dart",
14 "lib/http_server/http_request.mojom.dart", 15 "lib/http_server/http_request.mojom.dart",
15 "lib/http_server/http_response.mojom.dart", 16 "lib/http_server/http_response.mojom.dart",
16 "lib/http_server/http_server_factory.mojom.dart", 17 "lib/http_server/http_server_factory.mojom.dart",
17 "lib/http_server/http_server.mojom.dart", 18 "lib/http_server/http_server.mojom.dart",
18 "lib/icu_data/icu_data.mojom.dart", 19 "lib/icu_data/icu_data.mojom.dart",
19 "lib/input/input.mojom.dart", 20 "lib/input/input.mojom.dart",
20 "lib/keyboard/keyboard.mojom.dart", 21 "lib/keyboard/keyboard.mojom.dart",
21 "lib/mojo/asset_bundle/asset_bundle.mojom.dart", 22 "lib/mojo/asset_bundle/asset_bundle.mojom.dart",
22 "lib/mojo/authenticating_url_loader_interceptor_meta_factory.mojom.dart", 23 "lib/mojo/authenticating_url_loader_interceptor_meta_factory.mojom.dart",
23 "lib/mojo/camera.mojom.dart", 24 "lib/mojo/camera.mojom.dart",
24 "lib/mojo/clipboard.mojom.dart", 25 "lib/mojo/clipboard.mojom.dart",
25 "lib/mojo/content_handler.mojom.dart", 26 "lib/mojo/content_handler.mojom.dart",
26 "lib/mojo/cookie_store.mojom.dart", 27 "lib/mojo/cookie_store.mojom.dart",
27 "lib/mojo/device_info.mojom.dart", 28 "lib/mojo/device_info.mojom.dart",
28 "lib/mojo/files/directory.mojom.dart", 29 "lib/mojo/files/directory.mojom.dart",
29 "lib/mojo/files/file.mojom.dart", 30 "lib/mojo/files/file.mojom.dart",
30 "lib/mojo/files/files.mojom.dart", 31 "lib/mojo/files/files.mojom.dart",
31 "lib/mojo/files/ioctl.mojom.dart", 32 "lib/mojo/files/ioctl.mojom.dart",
32 "lib/mojo/files/ioctl_terminal.mojom.dart", 33 "lib/mojo/files/ioctl_terminal.mojom.dart",
33 "lib/mojo/files/types.mojom.dart", 34 "lib/mojo/files/types.mojom.dart",
34 "lib/mojo/geocoder.mojom.dart", 35 "lib/mojo/geocoder.mojom.dart",
35 "lib/mojo/geometry.mojom.dart", 36 "lib/mojo/geometry.mojom.dart",
37 "lib/mojo/gfx/composition/compositor.mojom.dart",
36 "lib/mojo/gfx/composition/hit_tests.mojom.dart", 38 "lib/mojo/gfx/composition/hit_tests.mojom.dart",
37 "lib/mojo/gfx/composition/nodes.mojom.dart", 39 "lib/mojo/gfx/composition/nodes.mojom.dart",
38 "lib/mojo/gfx/composition/renderers.mojom.dart", 40 "lib/mojo/gfx/composition/renderers.mojom.dart",
39 "lib/mojo/gfx/composition/resources.mojom.dart", 41 "lib/mojo/gfx/composition/resources.mojom.dart",
40 "lib/mojo/gfx/composition/scenes.mojom.dart", 42 "lib/mojo/gfx/composition/scenes.mojom.dart",
41 "lib/mojo/gfx/composition/scene_token.mojom.dart", 43 "lib/mojo/gfx/composition/scene_token.mojom.dart",
42 "lib/mojo/gfx/composition/scheduling.mojom.dart", 44 "lib/mojo/gfx/composition/scheduling.mojom.dart",
43 "lib/mojo/host_resolver.mojom.dart", 45 "lib/mojo/host_resolver.mojom.dart",
44 "lib/mojo/http_connection.mojom.dart", 46 "lib/mojo/http_connection.mojom.dart",
45 "lib/mojo/http_message.mojom.dart", 47 "lib/mojo/http_message.mojom.dart",
46 "lib/mojo/http_server.mojom.dart", 48 "lib/mojo/http_server.mojom.dart",
47 "lib/mojo/input_event_constants.mojom.dart", 49 "lib/mojo/input_event_constants.mojom.dart",
48 "lib/mojo/input_events.mojom.dart", 50 "lib/mojo/input_events.mojom.dart",
49 "lib/mojo/input_key_codes.mojom.dart", 51 "lib/mojo/input_key_codes.mojom.dart",
50 "lib/mojo/location.mojom.dart", 52 "lib/mojo/location.mojom.dart",
51 "lib/mojo/location_service.mojom.dart", 53 "lib/mojo/location_service.mojom.dart",
54 "lib/mojo/media/audio_server.mojom.dart",
55 "lib/mojo/media/audio_track.mojom.dart",
56 "lib/mojo/media/media_clock.mojom.dart",
57 "lib/mojo/media/media_common.mojom.dart",
58 "lib/mojo/media/media_factory.mojom.dart",
59 "lib/mojo/media/media_metadata.mojom.dart",
60 "lib/mojo/media/media_player.mojom.dart",
61 "lib/mojo/media/media_sink.mojom.dart",
62 "lib/mojo/media/media_source.mojom.dart",
63 "lib/mojo/media/media_state.mojom.dart",
64 "lib/mojo/media/media_transport.mojom.dart",
65 "lib/mojo/media/media_type_converter.mojom.dart",
66 "lib/mojo/media/media_types.mojom.dart",
67 "lib/mojo/media/rate_control.mojom.dart",
52 "lib/mojo/native_viewport_event_dispatcher.mojom.dart", 68 "lib/mojo/native_viewport_event_dispatcher.mojom.dart",
53 "lib/mojo/navigation.mojom.dart", 69 "lib/mojo/navigation.mojom.dart",
54 "lib/mojo/net_address.mojom.dart", 70 "lib/mojo/net_address.mojom.dart",
55 "lib/mojo/network_service.mojom.dart", 71 "lib/mojo/network_service.mojom.dart",
56 "lib/mojo/quads.mojom.dart", 72 "lib/mojo/quads.mojom.dart",
57 "lib/mojo/service_registry.mojom.dart", 73 "lib/mojo/service_registry.mojom.dart",
58 "lib/mojo/sharing.mojom.dart", 74 "lib/mojo/sharing.mojom.dart",
59 "lib/mojo/surface_id.mojom.dart", 75 "lib/mojo/surface_id.mojom.dart",
60 "lib/mojo/surfaces.mojom.dart", 76 "lib/mojo/surfaces.mojom.dart",
61 "lib/mojo/tcp_bound_socket.mojom.dart", 77 "lib/mojo/tcp_bound_socket.mojom.dart",
62 "lib/mojo/tcp_connected_socket.mojom.dart", 78 "lib/mojo/tcp_connected_socket.mojom.dart",
63 "lib/mojo/tcp_server_socket.mojom.dart", 79 "lib/mojo/tcp_server_socket.mojom.dart",
64 "lib/mojo/terminal/terminal_client.mojom.dart", 80 "lib/mojo/terminal/terminal_client.mojom.dart",
65 "lib/mojo/terminal/terminal.mojom.dart", 81 "lib/mojo/terminal/terminal.mojom.dart",
66 "lib/mojo/udp_socket.mojom.dart", 82 "lib/mojo/udp_socket.mojom.dart",
67 "lib/mojo/ui/input_connection.mojom.dart", 83 "lib/mojo/ui/input_connection.mojom.dart",
68 "lib/mojo/ui/input_dispatcher.mojom.dart", 84 "lib/mojo/ui/input_dispatcher.mojom.dart",
69 "lib/mojo/ui/layouts.mojom.dart",
70 "lib/mojo/ui/view_associates.mojom.dart", 85 "lib/mojo/ui/view_associates.mojom.dart",
86 "lib/mojo/ui/view_containers.mojom.dart",
71 "lib/mojo/ui/view_manager.mojom.dart", 87 "lib/mojo/ui/view_manager.mojom.dart",
88 "lib/mojo/ui/view_properties.mojom.dart",
72 "lib/mojo/ui/view_provider.mojom.dart", 89 "lib/mojo/ui/view_provider.mojom.dart",
73 "lib/mojo/ui/views.mojom.dart", 90 "lib/mojo/ui/views.mojom.dart",
91 "lib/mojo/ui/view_token.mojom.dart",
74 "lib/mojo/ui/view_trees.mojom.dart", 92 "lib/mojo/ui/view_trees.mojom.dart",
93 "lib/mojo/ui/view_tree_token.mojom.dart",
75 "lib/mojo/url_loader_interceptor.mojom.dart", 94 "lib/mojo/url_loader_interceptor.mojom.dart",
76 "lib/mojo/url_loader.mojom.dart", 95 "lib/mojo/url_loader.mojom.dart",
77 "lib/mojo/url_response_disk_cache.mojom.dart", 96 "lib/mojo/url_response_disk_cache.mojom.dart",
78 "lib/mojo/web_socket.mojom.dart", 97 "lib/mojo/web_socket.mojom.dart",
79 "lib/native_support/process.mojom.dart", 98 "lib/native_support/process.mojom.dart",
80 "lib/nfc/nfc.mojom.dart", 99 "lib/nfc/nfc.mojom.dart",
81 "lib/notifications/notifications.mojom.dart", 100 "lib/notifications/notifications.mojom.dart",
82 "lib/prediction/prediction.mojom.dart", 101 "lib/prediction/prediction.mojom.dart",
83 "lib/sensors/sensors.mojom.dart", 102 "lib/sensors/sensors.mojom.dart",
84 "lib/speech_recognizer/speech_recognizer.mojom.dart", 103 "lib/speech_recognizer/speech_recognizer.mojom.dart",
85 "lib/tracing/tracing.mojom.dart", 104 "lib/tracing/tracing.mojom.dart",
86 "lib/vsync/vsync.mojom.dart", 105 "lib/vsync/vsync.mojom.dart",
87 ] 106 ]
88 107
89 dart_pkg("mojo_services") { 108 dart_pkg("mojo_services") {
90 sources = [ 109 sources = [
91 "CHANGELOG.md", 110 "CHANGELOG.md",
92 "README.md", 111 "README.md",
93 "pubspec.yaml", 112 "pubspec.yaml",
94 ] + bindings_sources 113 ] + bindings_sources
95 114
96 deps = [ 115 deps = [
97 "//mojo/services", 116 "//mojo/services",
98 "//third_party/dart-pkg", 117 "//third_party/dart-pkg",
99 ] 118 ]
100 } 119 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698