summaryrefslogtreecommitdiffstats
path: root/mojo/mojo.gyp
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-16 20:39:30 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-16 20:39:30 +0000
commit00798015ad24428d303b788b9cc6ae77214da9ba (patch)
treec9fb6a8222c4e97c3e082544ac165c2f3b82828e /mojo/mojo.gyp
parent4cb7fdaeb4a0fb53181b0285755ef022654d36bd (diff)
downloadchromium_src-00798015ad24428d303b788b9cc6ae77214da9ba.zip
chromium_src-00798015ad24428d303b788b9cc6ae77214da9ba.tar.gz
chromium_src-00798015ad24428d303b788b9cc6ae77214da9ba.tar.bz2
Mojo: "Finish" local (in-process) implementation of data pipes.
Still to do: - Write tests. - Fix bug in MojoReadData()/MojoWriteData() (see data_pipe.cc). - Write comments in core.h. R=darin@chromium.org Review URL: https://codereview.chromium.org/113603003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241015 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/mojo.gyp')
-rw-r--r--mojo/mojo.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index b829011..57d8240 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -87,6 +87,8 @@
'system/dispatcher.cc',
'system/dispatcher.h',
'system/limits.h',
+ 'system/local_data_pipe.cc',
+ 'system/local_data_pipe.h',
'system/local_message_pipe_endpoint.cc',
'system/local_message_pipe_endpoint.h',
'system/memory.cc',