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

Side by Side Diff: services/shell/public/interfaces/capabilities.mojom

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
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
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 module mojo.shell.mojom; 5 module mojo.shell.mojom;
6 6
7 // Mojo Capabilities ----------------------------------------------------------- 7 // Mojo Capabilities -----------------------------------------------------------
8 // 8 //
9 // Mojo applications expose interfaces and capability classes to one another. 9 // Mojo applications expose interfaces and capability classes to one another.
10 // 10 //
(...skipping 27 matching lines...) Expand all
38 // non-empty, or ["*"], which means allow access to all interfaces. 38 // non-empty, or ["*"], which means allow access to all interfaces.
39 map<string, array<string>> provided; 39 map<string, array<string>> provided;
40 40
41 // The applications this application needs to speak to, and the classes and 41 // The applications this application needs to speak to, and the classes and
42 // interfaces it requests. 42 // interfaces it requests.
43 // A map of application name -> spec. "*" is also supported as the key, which 43 // A map of application name -> spec. "*" is also supported as the key, which
44 // supplies a CapabilityRequest for all applications in addition to specific 44 // supplies a CapabilityRequest for all applications in addition to specific
45 // ones specified. 45 // ones specified.
46 map<string, CapabilityRequest> required; 46 map<string, CapabilityRequest> required;
47 }; 47 };
OLDNEW
« no previous file with comments | « services/shell/public/interfaces/BUILD.gn ('k') | services/shell/public/interfaces/connector.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698