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

Unified Diff: mojo/mojo_base.gyp

Issue 1775113003: Morph CapabilityFilter into caps::Capabilities, which supports capability classes (yet unimplemente… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@44cattests
Patch Set: . Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/services/catalog/builder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_base.gyp
diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
index a3f6ba68c5578b89e525c210394386d978beb89e..69f970a22006920d65f6dbbef74e18760e0671f5 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -126,6 +126,7 @@
'mojom_files': [
'services/catalog/public/interfaces/catalog.mojom',
'services/catalog/public/interfaces/resolver.mojom',
+ 'shell/public/interfaces/capabilities.mojom',
'shell/public/interfaces/connector.mojom',
'shell/public/interfaces/interface_provider.mojom',
'shell/public/interfaces/shell.mojom',
@@ -142,6 +143,7 @@
'type': 'static_library',
'sources': [
'shell/public/cpp/application_runner.h',
+ 'shell/public/cpp/capabilities.h',
'shell/public/cpp/connect.h',
'shell/public/cpp/connection.h',
'shell/public/cpp/connector.h',
@@ -153,6 +155,7 @@
'shell/public/cpp/interface_factory_impl.h',
'shell/public/cpp/interface_registry.h',
'shell/public/cpp/lib/application_runner.cc',
+ 'shell/public/cpp/lib/capabilities.cc',
'shell/public/cpp/lib/connection_impl.cc',
'shell/public/cpp/lib/connection_impl.h',
'shell/public/cpp/lib/connector_impl.cc',
« no previous file with comments | « no previous file | mojo/services/catalog/builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698