summaryrefslogtreecommitdiffstats
path: root/mojo/mojo_variables.gypi
diff options
context:
space:
mode:
authorrockot <rockot@chromium.org>2016-03-04 15:59:50 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-05 00:01:22 +0000
commitd06373e7cd8b4ad725ed5c64c958f2de13585add (patch)
treed04207472bdc36ae557f0afc60869c690e4e381b /mojo/mojo_variables.gypi
parentf8dda7fff80ab79446932827eb0dd9858d8a821f (diff)
downloadchromium_src-d06373e7cd8b4ad725ed5c64c958f2de13585add.zip
chromium_src-d06373e7cd8b4ad725ed5c64c958f2de13585add.tar.gz
chromium_src-d06373e7cd8b4ad725ed5c64c958f2de13585add.tar.bz2
[mojo-bindings] Use Watch API instead of MessagePumpMojo
This removes the C++ bindings dependency on MessagePumpMojo, consuming the new Watch API instead. For convenience a new mojo::Watcher is added to the public Mojo C++ API library, and this is used by Connector. BUG=590495 R=yzshen@chromium.org TBR=blundell@chromium.org for rename affecting components/message_port.gypi TBR=jam@chromium.org - added a missing header to new url tests Review URL: https://codereview.chromium.org/1759783003 Cr-Commit-Position: refs/heads/master@{#379402}
Diffstat (limited to 'mojo/mojo_variables.gypi')
-rw-r--r--mojo/mojo_variables.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/mojo_variables.gypi b/mojo/mojo_variables.gypi
index 36dc4ea..66ec138 100644
--- a/mojo/mojo_variables.gypi
+++ b/mojo/mojo_variables.gypi
@@ -45,6 +45,7 @@
'<(DEPTH)/mojo/public/c/system/tests/macros_unittest.cc',
'<(DEPTH)/mojo/public/cpp/system/tests/core_unittest.cc',
'<(DEPTH)/mojo/public/cpp/system/tests/macros_unittest.cc',
+ '<(DEPTH)/mojo/public/cpp/system/tests/watcher_unittest.cc',
],
},
}