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

Side by Side Diff: mojo/services/mojo_services.gni

Issue 1398973004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_1
Patch Set: add missing copyright notices Created 5 years, 2 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 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 = [
11 "//mojo/services/asset_bundle/interfaces", 11 "//mojo/services/asset_bundle/interfaces",
12 "//mojo/services/authenticating_url_loader_interceptor/interfaces", 12 "//mojo/services/authenticating_url_loader_interceptor/interfaces",
13 "//mojo/services/authentication/interfaces", 13 "//mojo/services/authentication/interfaces",
14 "//mojo/services/camera/interfaces", 14 "//mojo/services/camera/interfaces",
15 "//mojo/services/clipboard/interfaces", 15 "//mojo/services/clipboard/interfaces",
16 "//mojo/services/contacts/interfaces", 16 "//mojo/services/contacts/interfaces",
17 "//mojo/services/content_handler/interfaces", 17 "//mojo/services/content_handler/interfaces",
18 "//mojo/services/device_info/interfaces", 18 "//mojo/services/device_info/interfaces",
19 "//mojo/services/files/interfaces", 19 "//mojo/services/files/interfaces",
20 "//mojo/services/geometry/public/interfaces", 20 "//mojo/services/geometry/interfaces",
21 "//mojo/services/gpu/public/interfaces", 21 "//mojo/services/gpu/interfaces",
22 "//mojo/services/http_server/public/interfaces", 22 "//mojo/services/http_server/interfaces",
23 "//mojo/services/icu_data/public/interfaces", 23 "//mojo/services/icu_data/interfaces",
24 "//mojo/services/input_events/public/interfaces", 24 "//mojo/services/input_events/interfaces",
25 "//mojo/services/keyboard/public/interfaces", 25 "//mojo/services/keyboard/interfaces",
26 "//mojo/services/location/public/interfaces", 26 "//mojo/services/location/interfaces",
27 "//mojo/services/native_support/public/interfaces", 27 "//mojo/services/native_support/interfaces",
28 "//mojo/services/native_viewport/public/interfaces", 28 "//mojo/services/native_viewport/interfaces",
29 "//mojo/services/navigation/public/interfaces", 29 "//mojo/services/navigation/public/interfaces",
30 "//mojo/services/network/public/interfaces", 30 "//mojo/services/network/public/interfaces",
31 "//mojo/services/nfc/public/interfaces", 31 "//mojo/services/nfc/public/interfaces",
32 "//mojo/services/notifications/public/interfaces", 32 "//mojo/services/notifications/public/interfaces",
33 "//mojo/services/ozone_drm_gpu/public/interfaces", 33 "//mojo/services/ozone_drm_gpu/public/interfaces",
34 "//mojo/services/ozone_drm_host/public/interfaces", 34 "//mojo/services/ozone_drm_host/public/interfaces",
35 "//mojo/services/prediction/public/interfaces", 35 "//mojo/services/prediction/public/interfaces",
36 "//mojo/services/sensors/public/interfaces", 36 "//mojo/services/sensors/public/interfaces",
37 "//mojo/services/service_registry/public/interfaces", 37 "//mojo/services/service_registry/public/interfaces",
38 "//mojo/services/sharing/public/interfaces", 38 "//mojo/services/sharing/public/interfaces",
39 "//mojo/services/speech_recognizer/public/interfaces", 39 "//mojo/services/speech_recognizer/public/interfaces",
40 "//mojo/services/surfaces/public/interfaces", 40 "//mojo/services/surfaces/public/interfaces",
41 "//mojo/services/terminal/public/interfaces", 41 "//mojo/services/terminal/public/interfaces",
42 "//mojo/services/tracing/public/interfaces", 42 "//mojo/services/tracing/public/interfaces",
43 "//mojo/services/url_response_disk_cache/public/interfaces", 43 "//mojo/services/url_response_disk_cache/public/interfaces",
44 "//mojo/services/vanadium/security/public/interfaces", 44 "//mojo/services/vanadium/security/public/interfaces",
45 "//mojo/services/view_manager/public/interfaces", 45 "//mojo/services/view_manager/public/interfaces",
46 "//mojo/services/window_manager/public/interfaces", 46 "//mojo/services/window_manager/public/interfaces",
47 ] 47 ]
OLDNEW
« no previous file with comments | « mojo/services/location/public/interfaces/location_service.mojom ('k') | mojo/services/native_support/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698