summaryrefslogtreecommitdiffstats
path: root/extensions/extensions_tests.gyp
diff options
context:
space:
mode:
authorsammc <sammc@chromium.org>2015-02-05 22:46:28 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-06 06:47:09 +0000
commitcf7d082ec44c27d7842da839aaf629a9648e0462 (patch)
tree98df40c760ca43825f84ea67b0e466d63dc2c231 /extensions/extensions_tests.gyp
parentc597cef34788d703e14fe1b08c8335314a966294 (diff)
downloadchromium_src-cf7d082ec44c27d7842da839aaf629a9648e0462.zip
chromium_src-cf7d082ec44c27d7842da839aaf629a9648e0462.tar.gz
chromium_src-cf7d082ec44c27d7842da839aaf629a9648e0462.tar.bz2
Add handle waiting to StashBackend.
This change adds support for monitoring stashed handles for being readable. This will be used to relaunch suspended extension processes when a persistent service sends a message or data to its client in the suspended extension process. BUG=389016 Review URL: https://codereview.chromium.org/648853007 Cr-Commit-Position: refs/heads/master@{#314989}
Diffstat (limited to 'extensions/extensions_tests.gyp')
-rw-r--r--extensions/extensions_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/extensions_tests.gyp b/extensions/extensions_tests.gyp
index 9652719..658d48c 100644
--- a/extensions/extensions_tests.gyp
+++ b/extensions/extensions_tests.gyp
@@ -27,6 +27,7 @@
'../third_party/mojo/mojo_edk.gyp:mojo_js_lib',
'../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
'../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
+ '../third_party/mojo/mojo_public.gyp:mojo_application_bindings',
'common/api/api.gyp:cast_channel_proto',
'extensions.gyp:extensions_common',
'extensions.gyp:extensions_renderer',