summaryrefslogtreecommitdiffstats
path: root/ipc/ipc.gyp
Commit message (Expand)AuthorAgeFilesLines
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-281-18/+0
* Remove ipc_channel_unittests from Android build.brettw2016-01-211-0/+4
* ipc: Implement attachment brokering for SharedMemoryHandle on Windows.erikchen2016-01-081-1/+0
* Isolate ipc_tests_apk.stip2015-10-131-1/+21
* 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-1/+1
* ipc: Write privileged and unprivileged attachment brokers for Mac.erikchen2015-10-061-0/+1
* ipc: Extend attachment broker unit tests.erikchen2015-09-251-0/+3
* Remove dependency on //crypto in //ipc, except on windows.Sergey Ulanov2015-09-141-1/+8
* Revert of IPC: Add attachment brokering support to the message header. (patch...erikchen2015-08-271-3/+0
* Reland #1: IPC: Add attachment brokering support to the message header.erikchen2015-08-221-0/+3
* Revert of IPC: Add attachment brokering support to the message header. (patch...ricea2015-08-201-3/+0
* IPC: Add attachment brokering support to the message header.erikchen2015-08-201-0/+3
* ipc: Create AttachmentBrokerPrivileged and AttachmentBrokerUnprivileged.erikchen2015-07-281-1/+1
* ipc: Add attachment broker code for the privileged browser process.erikchen2015-07-271-0/+1
* Update ChannelReader to use AttachmentBroker.erikchen2015-07-271-0/+1
* Make attachment broker a subclass of IPC::Listener.erikchen2015-07-151-0/+1
* Stub in more IPC attachment brokering functionality.erikchen2015-07-071-0/+2
* Convert ipc_tests to run exclusively on Swarmingmaruel2015-06-301-0/+17
* IPC: Generalize FileDescriptorSet to MessageAttachmentSetmorrita2015-01-141-1/+1
* IPC: a way for security exploit browsertests to simulate the appearance of a ...nick2014-11-141-0/+2
* Add ipc_mojo_perftestsmorrita2014-09-091-0/+2
* Introduce ChannelMojomorrita@chromium.org2014-08-041-2/+4
* Android: cleanup gtest_target_type conditions.bulach@chromium.org2014-05-171-6/+3
* Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.dmikurube@chromium.org2014-05-071-4/+2
* Remove unused input_shlib_pathcjhopman@chromium.org2014-04-171-2/+0
* Remove all uses of toolkit_use_gtk in the gyp files.erg@chromium.org2014-04-171-10/+0
* IPC: Make ipc_perftests run on Android.epenner@chromium.org2014-03-191-0/+12
* Add use_allocator instead of linux_use_tcmalloc to switch the allocator.dmikurube@chromium.org2014-03-051-2/+4
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-261-0/+1
* Revert "Allow MessageFilters to restrict listening to specific message classes"jdduke@chromium.org2014-02-211-1/+0
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-161-0/+1
* Allow Win64 build of base library even in a Win32 build.petewil@chromium.org2014-01-091-1/+1
* Run ipc_tests serially when using new test launcher.phajdan.jr@chromium.org2013-12-031-1/+1
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-131-0/+6
* Revert 187554 "Implement IPC::ChannelFactory, a class that accep..."falken@chromium.org2013-03-131-6/+0
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-121-0/+6
* Revert 187233dmikurube@chromium.org2013-03-111-6/+0
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-111-0/+6
* Revert 186912jeremya@chromium.org2013-03-081-6/+0
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-081-0/+6
* Refactor (many) IPC tests, notably most of the multiprocess tests.viettrungluu@chromium.org2013-01-251-2/+3
* Disabling nacl_win64 targets when building in target_arch!=ia32 mode.bradnelson@google.com2013-01-211-1/+1
* Make ipc_tests file structure a little saner and add an ipc_perftests target.viettrungluu@chromium.org2013-01-111-2/+47
* Fix shutdown race in IPCSyncChannelTest and get rid of "suppressions"/annotat...viettrungluu@chromium.org2013-01-081-1/+2
* Remove {base,net}_java dependencies from GYP client targets on Android.pliard@chromium.org2012-09-101-1/+0
* Make java.gypi export jar path to input_jars_paths variablecjhopman@chromium.org2012-08-091-1/+0
* Make the serialization of IPC::Messages inside other IPC::Messages independentbrettw@chromium.org2012-06-291-0/+1
* Make GlobalDescriptors::MaybeGet return -1 when the key is not found.jcivelli@chromium.org2012-06-271-0/+4