Commit a625bebe authored by jschuh@chromium.org's avatar jschuh@chromium.org

Make gpu static and release builds work on Win64

Just c4267 build suppressions. 

BUG=166496
BUG=167187
TBR=gman@chromium.org
R=gman@chromium.org
Review URL: https://codereview.chromium.org/12261007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182225 0039d316-1c4b-4281-b951-d872f2087c98
parent a26bc694
......@@ -323,6 +323,8 @@
'dependencies': [
'command_buffer_client',
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
},
{
'target_name': 'command_buffer_client',
......@@ -333,6 +335,8 @@
'dependencies': [
'command_buffer_common',
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
},
{
'target_name': 'command_buffer_service',
......@@ -343,6 +347,8 @@
'dependencies': [
'command_buffer_common',
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
},
{
'target_name': 'gpu_ipc',
......@@ -395,6 +401,8 @@
'dependencies': [
'gpu',
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
},
{
'target_name': 'command_buffer_client',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment