diff options
author | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-23 21:09:41 +0000 |
---|---|---|
committer | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-23 21:09:41 +0000 |
commit | de17df394566479ee97d8871e1da5458b92935a3 (patch) | |
tree | 4ee107158e3b2d7d61b105b24e1e8d721a5169f3 /gpu/gpu.gyp | |
parent | 4551ba276ce0cbbed9a3e73bb4a778bc78f771e8 (diff) | |
download | chromium_src-de17df394566479ee97d8871e1da5458b92935a3.zip chromium_src-de17df394566479ee97d8871e1da5458b92935a3.tar.gz chromium_src-de17df394566479ee97d8871e1da5458b92935a3.tar.bz2 |
Integrated glsl translator with command-buffer service.
Review URL: http://codereview.chromium.org/1773001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45485 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index d270126..d6a1ea4 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -289,6 +289,15 @@ ], }, ], + #TODO(alokp): Remove os-conditional when translator_glsl starts + #compiling on all platforms. + ['OS == "win"', + { + 'dependencies': [ + '../third_party/angleproject/src/build_angle.gyp:translator_glsl', + ], + }, + ], ], }, { |