summaryrefslogtreecommitdiffstats
path: root/ipc/BUILD.gn
Commit message (Expand)AuthorAgeFilesLines
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-281-13/+0
* Remove ipc_channel_unittests from Android build.brettw2016-01-211-0/+5
* ipc: Implement attachment brokering for SharedMemoryHandle on Windows.erikchen2016-01-081-1/+0
* Add most of //ui/ to "gn check"brettw2015-12-081-2/+14
* Build nacl_helper_nonsfi with GNphosek2015-10-271-2/+3
* Make ipc_tests and ipc_perftests run on Androidpkotwicz2015-10-161-83/+80
* ipc: Write end-to-end tests for SharedMemoryHandle brokering on Mac.erikchen2015-10-121-0/+1
* ipc: Move Mac test utilities into their own file.erikchen2015-10-121-0/+2
* ipc: Add BrokerableAttachmentMac.erikchen2015-10-091-2/+4
* ipc: Write privileged and unprivileged attachment brokers for Mac.erikchen2015-10-061-0/+5
* ipc: Make a wrapper and attachment for mach ports.erikchen2015-10-011-0/+4
* ipc: Extend attachment broker unit tests.erikchen2015-09-251-0/+3
* ipc: Make a new class PlaceholderBrokerableAttachment.erikchen2015-09-151-0/+2
* ipc: Move //crypto dependency into a Windows-only file.erikchen2015-09-151-0/+1
* Remove dependency on //crypto in //ipc, except on windows.Sergey Ulanov2015-09-141-1/+6
* Revert of IPC: Add attachment brokering support to the message header. (patch...erikchen2015-08-271-5/+0
* Sync GN tests with GYP.brettw2015-08-251-1/+2
* Reland #1: IPC: Add attachment brokering support to the message header.erikchen2015-08-221-0/+5
* Revert of IPC: Add attachment brokering support to the message header. (patch...ricea2015-08-201-5/+0
* IPC: Add attachment brokering support to the message header.erikchen2015-08-201-0/+5
* ipc: Add the class HandleWin.erikchen2015-08-111-0/+2
* ipc: Make a common subclass for Channel and ProxyChannel.erikchen2015-08-101-0/+2
* ipc: Create AttachmentBrokerPrivileged and AttachmentBrokerUnprivileged.erikchen2015-07-281-3/+7
* ipc: Add attachment broker code for the privileged browser process.erikchen2015-07-271-0/+3
* Update ChannelReader to use AttachmentBroker.erikchen2015-07-271-0/+2
* Add GN isolate support for a bunch of unittests.dpranke2015-07-221-0/+7
* Remove ForwardingMessageFilter.mvanouwerkerk2015-07-211-2/+0
* Make attachment broker a subclass of IPC::Listener.erikchen2015-07-151-0/+1
* Stub in more IPC attachment brokering functionality.erikchen2015-07-071-0/+7
* IPC: Add new classes required for attachment brokering.erikchen2015-06-161-0/+6
* Apply gn format with 'sources' sorting to src/scottmg2015-02-281-1/+1
* Land prep work to enable NaCl in the Linux x64 GN builds.dpranke2015-02-261-3/+8
* Add //ipc to "gn check", work on basebrettw2015-02-171-0/+1
* IPC::Message Refactoring: Move POSIX specific bits to PlatformFileAttachmentmorrita2015-01-311-2/+2
* IPC: Introduce MessageAttachment and PlatformFileAttachment.morrita2015-01-261-0/+4
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+2
* IPC: Generalize FileDescriptorSet to MessageAttachmentSetmorrita2015-01-141-3/+3
* Add content_browsertests to GN build.brettw2015-01-121-3/+5
* gn format // (the rest, except mojo)scottmg2014-12-031-4/+2
* Add ipc_mojo_perftestsmorrita2014-09-091-0/+2
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-081-0/+1
* Introduce ChannelMojomorrita@chromium.org2014-08-041-4/+6
* Improve content test GN buildbrettw@chromium.org2014-07-231-3/+3
* GN Windows build fixesbrettw@chromium.org2014-07-221-1/+0
* Rename IPC::ChannelFactory to UnixDomainSocketAcceptor.morrita@chromium.org2014-07-181-3/+1
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-301-0/+1
* Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..."mattm@chromium.org2014-05-291-1/+0
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-291-0/+1
* Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.dmikurube@chromium.org2014-05-071-4/+2
* Move IPC::MessageFilter and router to a separate filedmichael@chromium.org2014-04-251-0/+4