OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 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 # This list is used to populate the Dart mojo_services package. It must be | 5 # This list is used to populate the Dart mojo_services package. It must be |
6 # updated to contain the public interfaces under //mojo/services. If you add a | 6 # updated to contain the public interfaces under //mojo/services. If you add a |
7 # new directory, X, containing public interfaces, then you must add | 7 # new directory, X, containing public interfaces, then you must add |
8 # //mojo/services/X/public/interfaces to this list. | 8 # //mojo/services/X/public/interfaces to this list. |
9 | 9 |
10 mojo_services = [ | 10 mojo_services = [ |
(...skipping 26 matching lines...) Expand all Loading... |
37 "//mojo/services/sensors/interfaces", | 37 "//mojo/services/sensors/interfaces", |
38 "//mojo/services/service_registry/interfaces", | 38 "//mojo/services/service_registry/interfaces", |
39 "//mojo/services/sharing/interfaces", | 39 "//mojo/services/sharing/interfaces", |
40 "//mojo/services/speech_recognizer/interfaces", | 40 "//mojo/services/speech_recognizer/interfaces", |
41 "//mojo/services/surfaces/interfaces", | 41 "//mojo/services/surfaces/interfaces", |
42 "//mojo/services/terminal/interfaces", | 42 "//mojo/services/terminal/interfaces", |
43 "//mojo/services/tracing/interfaces", | 43 "//mojo/services/tracing/interfaces", |
44 "//mojo/services/ui/views/interfaces", | 44 "//mojo/services/ui/views/interfaces", |
45 "//mojo/services/url_response_disk_cache/interfaces", | 45 "//mojo/services/url_response_disk_cache/interfaces", |
46 "//mojo/services/vanadium/security/interfaces", | 46 "//mojo/services/vanadium/security/interfaces", |
47 "//mojo/services/view_manager/interfaces", | |
48 "//mojo/services/vsync/interfaces", | 47 "//mojo/services/vsync/interfaces", |
49 "//mojo/services/window_manager/interfaces", | |
50 ] | 48 ] |
OLD | NEW |