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

Unified Diff: mojo/shell/public/cpp/BUILD.gn

Issue 1776813002: CapabilitySpec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@42cpi
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 | « mojo/services/package_manager/package_manager.cc ('k') | mojo/shell/public/cpp/capabilities.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/cpp/BUILD.gn
diff --git a/mojo/shell/public/cpp/BUILD.gn b/mojo/shell/public/cpp/BUILD.gn
index b1f0345060df24329033437a05bf13ff5a61dd60..53318b1ce7090f04b2fdf939b03ce80590cb4aa2 100644
--- a/mojo/shell/public/cpp/BUILD.gn
+++ b/mojo/shell/public/cpp/BUILD.gn
@@ -21,6 +21,7 @@ source_set("cpp_for_chromium") {
source_set("sources") {
sources = [
"application_runner.h",
+ "capabilities.h",
"connect.h",
"connection.h",
"connector.h",
@@ -31,6 +32,7 @@ source_set("sources") {
"interface_factory_impl.h",
"interface_registry.h",
"lib/application_runner.cc",
+ "lib/capabilities.cc",
"lib/connection_impl.cc",
"lib/connection_impl.h",
"lib/connector_impl.cc",
« no previous file with comments | « mojo/services/package_manager/package_manager.cc ('k') | mojo/shell/public/cpp/capabilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698