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', |
], |
}, |