diff options
author | jeanluc@chromium.org <jeanluc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-31 21:34:06 +0000 |
---|---|---|
committer | jeanluc@chromium.org <jeanluc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-31 21:34:06 +0000 |
commit | 5a5551b3005f84a884fb664f1d37b40fabec811b (patch) | |
tree | fee30ca0144faf75283f913baf393cc5ab005960 /gpu | |
parent | 5fb16c234e8e9f4ac388a64b9e19dcd423f25352 (diff) | |
download | chromium_src-5a5551b3005f84a884fb664f1d37b40fabec811b.zip chromium_src-5a5551b3005f84a884fb664f1d37b40fabec811b.tar.gz chromium_src-5a5551b3005f84a884fb664f1d37b40fabec811b.tar.bz2 |
Remove obsolete files from 'sources'. This causes needless work on incremental builds in VS2010.
BUG=71130
TEST=Check that Chrome builds.
Review URL: http://codereview.chromium.org/6386019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73190 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/gpu.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index dd22658..3a4805f 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -9,7 +9,7 @@ # with extra parameter checking. Once with no parameter checking to be 100% # OpenGL ES 2.0 compliant for the conformance tests. 'gles2_c_lib_source_files': [ - 'command_buffer/client/gles2_c_lib.h', + 'command_buffer/client/gles2_lib.h', 'command_buffer/client/gles2_c_lib.cc', 'command_buffer/client/gles2_c_lib_autogen.h', ], |