summaryrefslogtreecommitdiffstats
path: root/mojo/mojo_edk_tests.gyp
diff options
context:
space:
mode:
authorrockot <rockot@chromium.org>2016-03-01 19:46:37 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-02 03:48:53 +0000
commit49b69e6b27a12426ba56b6b5271ccec9b54c94c2 (patch)
tree503a0782b56020a0e95dc50035f447c4c5ad81b3 /mojo/mojo_edk_tests.gyp
parenteff7ca929ee4c19c2f8bb2544a31009599217bd1 (diff)
downloadchromium_src-49b69e6b27a12426ba56b6b5271ccec9b54c94c2.zip
chromium_src-49b69e6b27a12426ba56b6b5271ccec9b54c94c2.tar.gz
chromium_src-49b69e6b27a12426ba56b6b5271ccec9b54c94c2.tar.bz2
[mojo-edk] Add MojoWatch and MojoCancelWatch APIs
This adds MojoWatch() and MojoCancelWatch() APIs to support efficient asynchronous handle event notifications. BUG=590495 Review URL: https://codereview.chromium.org/1748503002 Cr-Commit-Position: refs/heads/master@{#378677}
Diffstat (limited to 'mojo/mojo_edk_tests.gyp')
-rw-r--r--mojo/mojo_edk_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/mojo_edk_tests.gyp b/mojo/mojo_edk_tests.gyp
index 03e60d3..94ba7233 100644
--- a/mojo/mojo_edk_tests.gyp
+++ b/mojo/mojo_edk_tests.gyp
@@ -227,6 +227,7 @@
'edk/system/waiter_test_utils.cc',
'edk/system/waiter_test_utils.h',
'edk/system/waiter_unittest.cc',
+ 'edk/system/watch_unittest.cc',
],
'conditions': [
['OS=="ios"', {