summaryrefslogtreecommitdiffstats
path: root/gpu
diff options
context:
space:
mode:
authorjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-21 15:38:28 +0000
committerjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-21 15:38:28 +0000
commitb28afe1ca6c0789411a5fb13056ffb79c0c80a8e (patch)
tree618c022868b295120f10aa64d5d4213188f87959 /gpu
parenta56a718970c25ce59ec2eece48b3309bef260b0e (diff)
downloadchromium_src-b28afe1ca6c0789411a5fb13056ffb79c0c80a8e.zip
chromium_src-b28afe1ca6c0789411a5fb13056ffb79c0c80a8e.tar.gz
chromium_src-b28afe1ca6c0789411a5fb13056ffb79c0c80a8e.tar.bz2
Make gpu build on Win64
This just suppresses warnings for chrome.exe. More suppressions are needed for the tests. BUG=166496 BUG=167187 TBR=apatrick@chromium.org Review URL: https://codereview.chromium.org/12039008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177925 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r--gpu/gpu.gyp8
1 files changed, 8 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index e3ccb37..3657bae 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -27,6 +27,8 @@
'sources': [
'<@(gles2_implementation_source_files)',
],
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ 'msvs_disabled_warnings': [4267, ],
},
{
# Library emulates GLES2 using command_buffers.
@@ -84,6 +86,8 @@
'sources': [
'<@(gles2_c_lib_source_files)',
],
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ 'msvs_disabled_warnings': [4267, ],
},
{
# Same as gles2_c_lib except with no parameter checking. Required for
@@ -288,6 +292,8 @@
'sources': [
'gpu_export.h',
],
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ 'msvs_disabled_warnings': [4267, ],
},
{
'target_name': 'command_buffer_common',
@@ -368,6 +374,8 @@
'../base/base.gyp:base',
'command_buffer/command_buffer.gyp:gles2_utils',
],
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ 'msvs_disabled_warnings': [4267, ],
},
{
'target_name': 'command_buffer_common',