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

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

Issue 2008553006: Add 'Flog' formatted logging to mojo/services (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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 | « mojo/services/flog/interfaces/flog.mojom ('k') | 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 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/android/interfaces", 11 "//mojo/services/android/interfaces",
12 "//mojo/services/asset_bundle/interfaces", 12 "//mojo/services/asset_bundle/interfaces",
13 "//mojo/services/authenticating_url_loader_interceptor/interfaces", 13 "//mojo/services/authenticating_url_loader_interceptor/interfaces",
14 "//mojo/services/authentication/interfaces", 14 "//mojo/services/authentication/interfaces",
15 "//mojo/services/camera/interfaces", 15 "//mojo/services/camera/interfaces",
16 "//mojo/services/clipboard/interfaces", 16 "//mojo/services/clipboard/interfaces",
17 "//mojo/services/contacts/interfaces", 17 "//mojo/services/contacts/interfaces",
18 "//mojo/services/content_handler/interfaces", 18 "//mojo/services/content_handler/interfaces",
19 "//mojo/services/device_info/interfaces", 19 "//mojo/services/device_info/interfaces",
20 "//mojo/services/files/interfaces", 20 "//mojo/services/files/interfaces",
21 "//mojo/services/flog/interfaces",
21 "//mojo/services/geometry/interfaces", 22 "//mojo/services/geometry/interfaces",
22 "//mojo/services/gfx/composition/interfaces", 23 "//mojo/services/gfx/composition/interfaces",
23 "//mojo/services/gpu/interfaces", 24 "//mojo/services/gpu/interfaces",
24 "//mojo/services/http_server/interfaces", 25 "//mojo/services/http_server/interfaces",
25 "//mojo/services/icu_data/interfaces", 26 "//mojo/services/icu_data/interfaces",
26 "//mojo/services/input_events/interfaces", 27 "//mojo/services/input_events/interfaces",
27 "//mojo/services/keyboard/interfaces", 28 "//mojo/services/keyboard/interfaces",
28 "//mojo/services/location/interfaces", 29 "//mojo/services/location/interfaces",
29 "//mojo/services/log/interfaces", 30 "//mojo/services/log/interfaces",
30 "//mojo/services/media/audio/interfaces", 31 "//mojo/services/media/audio/interfaces",
(...skipping 15 matching lines...) Expand all
46 "//mojo/services/speech_recognizer/interfaces", 47 "//mojo/services/speech_recognizer/interfaces",
47 "//mojo/services/surfaces/interfaces", 48 "//mojo/services/surfaces/interfaces",
48 "//mojo/services/terminal/interfaces", 49 "//mojo/services/terminal/interfaces",
49 "//mojo/services/tracing/interfaces", 50 "//mojo/services/tracing/interfaces",
50 "//mojo/services/ui/input/interfaces", 51 "//mojo/services/ui/input/interfaces",
51 "//mojo/services/ui/views/interfaces", 52 "//mojo/services/ui/views/interfaces",
52 "//mojo/services/url_response_disk_cache/interfaces", 53 "//mojo/services/url_response_disk_cache/interfaces",
53 "//mojo/services/vanadium/security/interfaces", 54 "//mojo/services/vanadium/security/interfaces",
54 "//mojo/services/vsync/interfaces", 55 "//mojo/services/vsync/interfaces",
55 ] 56 ]
OLDNEW
« no previous file with comments | « mojo/services/flog/interfaces/flog.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698