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

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

Issue 1391243003: Move //mojo/services/X/public/... to //mojo/services/X/... (part 4). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_3-x-no_public_2-x-no_public_1
Patch Set: copyright header 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
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/services/vanadium/security/interfaces/BUILD.gn » ('j') | 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 = [
(...skipping 23 matching lines...) Expand all
34 "//mojo/services/ozone_drm_host/interfaces", 34 "//mojo/services/ozone_drm_host/interfaces",
35 "//mojo/services/prediction/interfaces", 35 "//mojo/services/prediction/interfaces",
36 "//mojo/services/sensors/interfaces", 36 "//mojo/services/sensors/interfaces",
37 "//mojo/services/service_registry/interfaces", 37 "//mojo/services/service_registry/interfaces",
38 "//mojo/services/sharing/interfaces", 38 "//mojo/services/sharing/interfaces",
39 "//mojo/services/speech_recognizer/interfaces", 39 "//mojo/services/speech_recognizer/interfaces",
40 "//mojo/services/surfaces/interfaces", 40 "//mojo/services/surfaces/interfaces",
41 "//mojo/services/terminal/interfaces", 41 "//mojo/services/terminal/interfaces",
42 "//mojo/services/tracing/interfaces", 42 "//mojo/services/tracing/interfaces",
43 "//mojo/services/url_response_disk_cache/interfaces", 43 "//mojo/services/url_response_disk_cache/interfaces",
44 "//mojo/services/vanadium/security/public/interfaces", 44 "//mojo/services/vanadium/security/interfaces",
45 "//mojo/services/view_manager/public/interfaces", 45 "//mojo/services/view_manager/interfaces",
46 "//mojo/services/window_manager/public/interfaces", 46 "//mojo/services/window_manager/interfaces",
47 ] 47 ]
OLDNEW
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/services/vanadium/security/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698