diff options
author | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-22 22:19:27 +0000 |
---|---|---|
committer | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-22 22:19:27 +0000 |
commit | 826360a32bad92c49f16538ef807eb7b576d2349 (patch) | |
tree | ba75a748a49f3194b7003e48b45c90e956909318 /mojo/mojo_examples.gypi | |
parent | 92a4b0ae784ee79e08d3a579cc30815533592cb0 (diff) | |
download | chromium_src-826360a32bad92c49f16538ef807eb7b576d2349.zip chromium_src-826360a32bad92c49f16538ef807eb7b576d2349.tar.gz chromium_src-826360a32bad92c49f16538ef807eb7b576d2349.tar.bz2 |
Make mojo_gles2 a stub shared library
This follows the mojo_system pattern, separating mojo_gles2 into a client-side
shared library which is just a trampoline into a shell-provided mojo_gles2_impl
component.
This includes core GLES2 functions which are auto-generated, replacing the use
of gles2_c_lib.
BUG=333157
R=darin@chromium.org, kbr@chromium.org
Review URL: https://codereview.chromium.org/140513003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246434 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/mojo_examples.gypi')
-rw-r--r-- | mojo/mojo_examples.gypi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi index 4877f6f..e578329 100644 --- a/mojo/mojo_examples.gypi +++ b/mojo/mojo_examples.gypi @@ -8,7 +8,7 @@ 'target_name': 'mojo_sample_app', 'type': 'shared_library', 'dependencies': [ - '../gpu/gpu.gyp:gles2_c_lib', + # TODO(darin): we should not be linking against these libraries! '../ui/gfx/gfx.gyp:gfx', '../ui/gfx/gfx.gyp:gfx_geometry', '../ui/gl/gl.gyp:gl', @@ -41,7 +41,6 @@ 'dependencies': [ '../base/base.gyp:base', '../cc/cc.gyp:cc', - '../gpu/gpu.gyp:gles2_c_lib', '../gpu/gpu.gyp:gles2_implementation', '../skia/skia.gyp:skia', '../ui/gfx/gfx.gyp:gfx', @@ -80,7 +79,6 @@ 'dependencies': [ '../base/base.gyp:base', '../cc/cc.gyp:cc', - '../gpu/gpu.gyp:gles2_c_lib', '../gpu/gpu.gyp:gles2_implementation', '../skia/skia.gyp:skia', '../ui/aura/aura.gyp:aura', |