diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-30 22:45:51 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-30 22:45:51 +0000 |
commit | 728729d8ef9ddf2a99fc2c9692e30124575e5580 (patch) | |
tree | aad87e4e6dc173c54f8a08c8eabce5ff6e6e2b30 /mojo/tools | |
parent | 5bded2dcbd28ea58c50603086acfaedcc1c30fea (diff) | |
download | chromium_src-728729d8ef9ddf2a99fc2c9692e30124575e5580.zip chromium_src-728729d8ef9ddf2a99fc2c9692e30124575e5580.tar.gz chromium_src-728729d8ef9ddf2a99fc2c9692e30124575e5580.tar.bz2 |
Mojo converters for surfaces API types
This adds type converters for the mojom types in the surfaces API. Most
are idiomatic TypeConverter<> uses, but a few are done by hand as the
chromium type needs to be heap allocated and not copied for one reason or
another.
Review URL: https://codereview.chromium.org/349383002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280682 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/tools')
-rw-r--r-- | mojo/tools/data/unittests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/tools/data/unittests b/mojo/tools/data/unittests index 7939ae2..bec28ba 100644 --- a/mojo/tools/data/unittests +++ b/mojo/tools/data/unittests @@ -17,6 +17,7 @@ mojo_common_unittests mojo_service_manager_unittests mojo_view_manager_lib_unittests mojo_view_manager_unittests +mojo_surface_lib_unittests # JavaScript tests: *mojo_apps_js_unittests |