summaryrefslogtreecommitdiffstats
path: root/mojo/mojo.gyp
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-13 21:36:27 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-13 21:36:27 +0000
commit90c6fd749c7da30b5afa2ac37b59dfd36642a505 (patch)
tree0e7c188167ea8b303f7f6be2576737253a28baef /mojo/mojo.gyp
parent92c91ea864d007b3d1b56510065b9b773b87a727 (diff)
downloadchromium_src-90c6fd749c7da30b5afa2ac37b59dfd36642a505.zip
chromium_src-90c6fd749c7da30b5afa2ac37b59dfd36642a505.tar.gz
chromium_src-90c6fd749c7da30b5afa2ac37b59dfd36642a505.tar.bz2
Adds a parameter to Launchable that is a ViewTreeNode to render in. Adds an image viewer app that decodes the provided data stream as PNG and renders it in a View associated with the supplied node.
R=aa@chromium.org, sky@chromium.org http://crbug.com/378151 Review URL: https://codereview.chromium.org/331563003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277084 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/mojo.gyp')
-rw-r--r--mojo/mojo.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 0aedfdd..34b32ee 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -35,6 +35,7 @@
'mojo_cpp_bindings',
'mojo_geometry_lib',
'mojo_html_viewer',
+ 'mojo_image_viewer',
'mojo_js',
'mojo_js_bindings',
'mojo_js_unittests',