diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-10 22:42:00 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-10 22:42:00 +0000 |
commit | c3d7d609d78dbe9bb2ce6558c1207782c9bc3905 (patch) | |
tree | fb1d2b5587293b3bf046442ed095495835b587a9 /gpu/gpu.gyp | |
parent | 8426e611ccc00cd7e018e2f16305d721f033de46 (diff) | |
download | chromium_src-c3d7d609d78dbe9bb2ce6558c1207782c9bc3905.zip chromium_src-c3d7d609d78dbe9bb2ce6558c1207782c9bc3905.tar.gz chromium_src-c3d7d609d78dbe9bb2ce6558c1207782c9bc3905.tar.bz2 |
First batch of GCC fixes for GPU code.
This patch addresses signed/unsigned and 64-bit errors. The remaining fixes are more involved requiring changes/ifdefs to get around HWND. There's also a ton of "unused variable" warnings in the auto-generated code.
BUG=n/a
TEST=n/a
Review URL: http://codereview.chromium.org/492009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34296 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index 2fa660e7..c43e37d 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -243,8 +243,8 @@ ['OS == "linux"', { 'sources': [ - 'command_buffer/service/linux/x_utils.cc', - 'command_buffer/service/linux/x_utils.h', + 'command_buffer/service/x_utils.cc', + 'command_buffer/service/x_utils.h', ], }, ], |