diff options
author | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-17 13:49:18 +0000 |
---|---|---|
committer | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-17 13:49:18 +0000 |
commit | bdafc9605c34f4aaf8c44f862cd01befed7f561c (patch) | |
tree | eecdcbd701d5a7e8f6481f12df2a2ddd51eae219 /app | |
parent | 71902a8f019550db9241fcc70685a103f7816b9d (diff) | |
download | chromium_src-bdafc9605c34f4aaf8c44f862cd01befed7f561c.zip chromium_src-bdafc9605c34f4aaf8c44f862cd01befed7f561c.tar.gz chromium_src-bdafc9605c34f4aaf8c44f862cd01befed7f561c.tar.bz2 |
Revert 78536 - Use gl_bindings instead of linking against OpenGL directly.
The GPU process uses gl_bindings to decide which GL library (OpenGL,
OpenGL ES, or Angle) to link against at run-time. We should do the same.
BUG=none
TEST=by hand with 3D CSS and WebGL on Linux
Review URL: http://codereview.chromium.org/6673094
TBR=backer@chromium.org
Review URL: http://codereview.chromium.org/6665066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78537 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app')
-rw-r--r-- | app/app_base.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/app_base.gypi b/app/app_base.gypi index ef5d10d..9e98ce4 100644 --- a/app/app_base.gypi +++ b/app/app_base.gypi @@ -63,6 +63,7 @@ # target, but it doesn't work due to a bug in gyp '../base/base.gyp:base', '../base/base.gyp:base_i18n', + '../ui/gfx/gfx.gyp:gfx', '../net/net.gyp:net', '../skia/skia.gyp:skia', '../third_party/icu/icu.gyp:icui18n', |