diff options
author | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-22 20:30:46 +0000 |
---|---|---|
committer | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-22 20:30:46 +0000 |
commit | d3a2888b46a75f14e2f2ca7b71467b2cdaad88af (patch) | |
tree | 7479703b7b3f1a43d85c430ced27e59942ee51dd /media/media.gyp | |
parent | d9a01e006460180d4b345d1444a46bc97a5f3102 (diff) | |
download | chromium_src-d3a2888b46a75f14e2f2ca7b71467b2cdaad88af.zip chromium_src-d3a2888b46a75f14e2f2ca7b71467b2cdaad88af.tar.gz chromium_src-d3a2888b46a75f14e2f2ca7b71467b2cdaad88af.tar.bz2 |
linux: add display option to media_bench, using GL
Review URL: http://codereview.chromium.org/523120
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36886 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/media.gyp')
-rw-r--r-- | media/media.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media/media.gyp b/media/media.gyp index e504d12..07d5271 100644 --- a/media/media.gyp +++ b/media/media.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2009 The Chromium Authors. All rights reserved. +# Copyright (c) 2010 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -354,6 +354,7 @@ 'dependencies': [ 'media', '../base/base.gyp:base', + '../gpu/gpu.gyp:gl_libs', ], 'link_settings': { 'libraries': [ |