diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-13 03:14:23 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-13 03:14:23 +0000 |
commit | 412ffac715c603e2e25e1d91c81a16bccae3a7b4 (patch) | |
tree | 1f43a1e8929f8d38f004241303c4db2cdec908c7 /mojo/examples/surfaces_app/DEPS | |
parent | 9b6ec20291d64bc502059226c767e5bd5a3956c5 (diff) | |
download | chromium_src-412ffac715c603e2e25e1d91c81a16bccae3a7b4.zip chromium_src-412ffac715c603e2e25e1d91c81a16bccae3a7b4.tar.gz chromium_src-412ffac715c603e2e25e1d91c81a16bccae3a7b4.tar.bz2 |
Mojo surfaces service and example app
This provides an implementation of the mojo surfaces service and a
sample with two mojo applications composing each other via surfaces. The
viewport / display hookup is a bit of a hack in this patch as is the
complete lack of scheduling logic, but it's enough to get started.
Review URL: https://codereview.chromium.org/361123002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282856 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/examples/surfaces_app/DEPS')
-rw-r--r-- | mojo/examples/surfaces_app/DEPS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mojo/examples/surfaces_app/DEPS b/mojo/examples/surfaces_app/DEPS new file mode 100644 index 0000000..edcc6c6 --- /dev/null +++ b/mojo/examples/surfaces_app/DEPS @@ -0,0 +1,6 @@ +include_rules = [ + "+cc", + "+ui/gfx", + "+gpu/command_buffer/client", + "+third_party/skia/include", +] |