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

Unified Diff: mojo/shell/BUILD.gn

Issue 1465793005: Pass CapabilityFilter via CreateInstanceForHandle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 1 month 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/mojo_shell.gyp ('k') | mojo/shell/application_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index c1c6aae3c0dff134f8ac27b1d31fbfe200f35c7b..7036806838ad4d90c8e9a74794c01ac4edcbce4c 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -50,7 +50,6 @@ source_set("shell") {
"//url",
]
deps = [
- ":interfaces",
"//base/third_party/dynamic_annotations",
"//crypto:crypto",
"//mojo/application/public/cpp:sources",
@@ -115,12 +114,6 @@ mojom("test_bindings") {
]
}
-mojom("interfaces") {
- sources = [
- "application_manager.mojom",
- ]
-}
-
mojo_native_application("apptests") {
output_name = "mojo_shell_apptests"
testonly = true
@@ -157,11 +150,11 @@ executable("application_manager_apptest_driver") {
"//base",
"//base:base_static",
"//mojo/application/public/cpp",
+ "//mojo/application/public/interfaces",
"//mojo/common:common_base",
"//mojo/converters/network",
"//mojo/runner:init",
"//mojo/runner/child:test_native_main",
- "//mojo/shell:interfaces",
"//third_party/mojo/src/mojo/edk/system",
]
}
« no previous file with comments | « mojo/mojo_shell.gyp ('k') | mojo/shell/application_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698