diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-02 19:11:44 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-02 19:11:44 +0000 |
commit | 183b60aae43ff5ef5556e7debd9480a96ce5dd46 (patch) | |
tree | 4b9910ef4399051b5c2717133094ff7719f32932 /gpu/gpu_ipc.gypi | |
parent | 22d63ebbd65ee881edf1143f4a2e4f38f3f4ea39 (diff) | |
download | chromium_src-183b60aae43ff5ef5556e7debd9480a96ce5dd46.zip chromium_src-183b60aae43ff5ef5556e7debd9480a96ce5dd46.tar.gz chromium_src-183b60aae43ff5ef5556e7debd9480a96ce5dd46.tar.bz2 |
GPU: Buld most of the gpu as a single DLL.
BUG=114261
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9514020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124702 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu_ipc.gypi')
-rw-r--r-- | gpu/gpu_ipc.gypi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gpu/gpu_ipc.gypi b/gpu/gpu_ipc.gypi index 65bc854..9e583d0 100644 --- a/gpu/gpu_ipc.gypi +++ b/gpu/gpu_ipc.gypi @@ -4,8 +4,7 @@ { 'dependencies': [ - 'gles2_c_lib', - '../base/base.gyp:base', + '../ipc/ipc.gyp:ipc', ], 'include_dirs': [ '..', |