diff options
author | apatrick@google.com <apatrick@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-25 21:12:57 +0000 |
---|---|---|
committer | apatrick@google.com <apatrick@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-25 21:12:57 +0000 |
commit | 6ad2e0a474b31402cc23451a19a04f5209a6c95f (patch) | |
tree | b1d51d6bc70d30aeb27317ca262e7039ecf5f567 /o3d/build | |
parent | 37f46b46aea606bd1cfe6d7808c8cfcf42410fee (diff) | |
download | chromium_src-6ad2e0a474b31402cc23451a19a04f5209a6c95f.zip chromium_src-6ad2e0a474b31402cc23451a19a04f5209a6c95f.tar.gz chromium_src-6ad2e0a474b31402cc23451a19a04f5209a6c95f.tar.bz2 |
Deleted gpu process and command buffer code from O3D tree. Now resides in Chrome tree at src/gpu.
Review URL: http://codereview.chromium.org/442013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33115 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/build')
-rw-r--r-- | o3d/build/o3d_all.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/o3d/build/o3d_all.gyp b/o3d/build/o3d_all.gyp index b545bd0..9901e71 100644 --- a/o3d/build/o3d_all.gyp +++ b/o3d/build/o3d_all.gyp @@ -36,8 +36,6 @@ ['OS=="win"', { 'dependencies': [ - '../gpu/gpu.gyp:gles2_demo', - '../gpu/gpu.gyp:gpu_all_unittests', '../plugin/plugin.gyp:o3d_host', ], }, |