summaryrefslogtreecommitdiffstats
path: root/mojo/mojo.gyp
Commit message (Expand)AuthorAgeFilesLines
* Remove direct dependency of mojo_shell_lib on mojo_native_viewport_servicedavemoore@chromium.org2013-12-201-6/+4
* Move geometric types to a separate, more lightweight target.ben@chromium.org2013-12-181-0/+1
* Implement ServiceManagerdavemoore@chromium.org2013-12-181-2/+17
* Mojo: Refactor (local) data pipe creation/initialization.viettrungluu@chromium.org2013-12-171-0/+2
* Have jni_generator.gypi specify include_dirs to dependent targets.blundell@chromium.org2013-12-171-5/+0
* Mojo: rename limits.h to constants.h.viettrungluu@chromium.org2013-12-161-1/+1
* Mojo: "Finish" local (in-process) implementation of data pipes.viettrungluu@chromium.org2013-12-161-0/+2
* Mojo: More data pipe work -- consumer-side dispatcher.viettrungluu@chromium.org2013-12-141-0/+2
* Mojo: More data pipe implementation.viettrungluu@chromium.org2013-12-131-0/+4
* Mojo: Add a basic multiprocess MessagePipe test.viettrungluu@chromium.org2013-12-121-2/+18
* Make mojo_gles2 work properly in the static buildabarth@chromium.org2013-12-111-4/+8
* Rename Mojo targets to have a mojo_ prefix.tfarina@chromium.org2013-12-111-4/+4
* Creates a trivial mojo RunLoop along with BindingSupport on top of itsky@chromium.org2013-12-101-0/+2
* Split mojo_system dylib into public and privateabarth@chromium.org2013-12-101-8/+10
* Mojo: SimilarityTraits -> TypeConverterdarin@chromium.org2013-12-081-3/+3
* Fold MojoViewport C++ class into NativeViewportAndroidben@chromium.org2013-12-051-1/+1
* [Mojo] Remove dependency between mojo/public and gpuabarth@chromium.org2013-12-041-4/+17
* Mojo: (POSIX) Pass channel handle to child.viettrungluu@chromium.org2013-12-031-0/+1
* [Mojo] Move JS bindings out of publicabarth@chromium.org2013-12-031-21/+2
* Mojo: Add a Mojo-specific multiprocess test base class.viettrungluu@chromium.org2013-12-031-0/+4
* Mojo: Create a PlatformChannel abstraction.viettrungluu@chromium.org2013-12-021-0/+3
* Mojo: Add support for converting between mojo::String and base::StringPiece.darin@chromium.org2013-12-021-0/+5
* [Mojo] Split up Mojo's monolithic GYP fileabarth@chromium.org2013-12-011-337/+58
* Mojo: SimilarityTraitsdarin@chromium.org2013-12-011-0/+2
* [Mojo] Introduce gles2 serviceabarth@chromium.org2013-11-281-4/+53
* Buffer may optionally be found through TLS.darin@chromium.org2013-11-281-0/+1
* [Mojo] Draw GL from within sample_appabarth@chromium.org2013-11-281-7/+23
* [Mojo] Remove static "bootstrap" state in mojo_jsabarth@chromium.org2013-11-281-2/+2
* [Mojo] Clean up test files related to sample_serviceabarth@chromium.org2013-11-261-52/+34
* Mojo: Fix perf tests.viettrungluu@chromium.org2013-11-261-2/+12
* Mojo: Remove scoped_message_pipe.*.viettrungluu@chromium.org2013-11-251-2/+0
* [Mojo] Almost connect mojo_js with hello_world_serviceabarth@chromium.org2013-11-251-3/+13
* Add missing dependency from mojo_js_bindings_unittests to mojom_testjochen@chromium.org2013-11-221-0/+1
* Mojo: Improved C++ wrappers.viettrungluu@chromium.org2013-11-211-13/+1
* Initialize logging in the desktop shell.ben@chromium.org2013-11-201-0/+2
* Add some unit tests for mojo's Buffer classes.mpcomplete@chromium.org2013-11-201-0/+1
* Implement Mojo message codec in JavaScriptabarth@chromium.org2013-11-181-4/+0
* Mojo: Generate bindings from math_calculator.mojom.darin@chromium.org2013-11-181-3/+2
* This CL implements the Asynchronous Module Definition (AMD)abarth@chromium.org2013-11-171-3/+3
* Work in progress for end-to-end bindingsdavemoore@chromium.org2013-11-151-0/+37
* Revert 234975 "Work in progress for end-to-end bindings"mmenke@chromium.org2013-11-141-36/+0
* Work in progress for end-to-end bindingsdavemoore@chromium.org2013-11-141-0/+36
* Add mojo_idl_generator.gypidavemoore@chromium.org2013-11-131-4/+21
* Mojo: RemotePtr<S> + bindings changes for Peer attribute.darin@chromium.org2013-11-131-0/+4
* Implementation of MessagePump for Mojo.sky@chromium.org2013-11-121-0/+5
* Add more unit tests for JS bindings to Coreabarth@chromium.org2013-11-121-1/+1
* Mojo: Add BindingsSupportImpl on top of HandleWatcher (take 2)darin@chromium.org2013-11-121-0/+5
* Begin implementing V8 bindings for Mojoabarth@chromium.org2013-11-121-4/+41
* Mojo: Make sample_test.cc a gtest (and re-enable it).viettrungluu@chromium.org2013-11-121-0/+2
* Mojo: Make tests under mojo/public use our own run_all_unittests.cc.viettrungluu@chromium.org2013-11-111-3/+15