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

Unified Diff: mojo/mojo_shell.gyp

Issue 1244233002: Allow trusted brokers to restrict connections for spawned applications to whitelisted applications … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 5 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
Index: mojo/mojo_shell.gyp
diff --git a/mojo/mojo_shell.gyp b/mojo/mojo_shell.gyp
index 846ca82253f715c5a7b2ed8e121f796bdd5a472e..02bae503fb84dff4e49cf1b7c98660edf9a3db7b 100644
--- a/mojo/mojo_shell.gyp
+++ b/mojo/mojo_shell.gyp
@@ -54,6 +54,7 @@
'type': 'executable',
'sources': [
'shell/application_manager_unittest.cc',
+ 'shell/capability_filter_unittest.cc',
'shell/query_util_unittest.cc',
],
'dependencies': [
@@ -74,6 +75,7 @@
'type': 'static_library',
'variables': {
'mojom_files': [
+ 'shell/capability_filter_unittest.mojom',
'shell/test.mojom',
],
},

Powered by Google App Engine
This is Rietveld 408576698