summaryrefslogtreecommitdiffstats
path: root/extensions/extensions.gyp
diff options
context:
space:
mode:
authorsammc <sammc@chromium.org>2014-10-27 18:07:00 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-28 01:07:20 +0000
commitd9fddbc5700ebdea8d4643b4d2c2f6f76abd4b30 (patch)
tree46a8eaccc24ab175fee854a90b62e44b5708819a /extensions/extensions.gyp
parent42a54f5f7d5da2ea5ccc1d0ffda4a18ea2314ae8 (diff)
downloadchromium_src-d9fddbc5700ebdea8d4643b4d2c2f6f76abd4b30.zip
chromium_src-d9fddbc5700ebdea8d4643b4d2c2f6f76abd4b30.tar.gz
chromium_src-d9fddbc5700ebdea8d4643b4d2c2f6f76abd4b30.tar.bz2
Add an extensions keep-alive client.
This adds the renderer side of adding keep-alives while API calls implemented on mojo services are in progress. BUG=389016 Review URL: https://codereview.chromium.org/669303002 Cr-Commit-Position: refs/heads/master@{#301528}
Diffstat (limited to 'extensions/extensions.gyp')
-rw-r--r--extensions/extensions.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 5ca8ca8..969847d 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -1212,6 +1212,7 @@
'renderer/api_test_base_unittest.cc',
'renderer/event_unittest.cc',
'renderer/json_schema_unittest.cc',
+ 'renderer/mojo/keep_alive_client_unittest.cc',
'renderer/messaging_utils_unittest.cc',
'renderer/module_system_test.cc',
'renderer/module_system_test.h',