Chromium Code Reviews| Index: media/media.gyp |
| diff --git a/media/media.gyp b/media/media.gyp |
| index 470f580b2762054737a4d2f6c35373cd0081b97d..179ed4b38fe8c3304cdc56eb41e118848f18c1fd 100644 |
| --- a/media/media.gyp |
| +++ b/media/media.gyp |
| @@ -669,6 +669,13 @@ |
| }, |
| }, |
| }, |
| + # TODO(wolenetz): crbug.com/171009 fix size_t to int truncations |
| + # in win64. |
| + 'conditions': [ |
| + ['target_arch == "x64"', { |
| + 'msvs_disabled_warnings': [ 4267, ], |
| + }], |
| + ], |
| }], |
| ['proprietary_codecs==1 or branding=="Chrome"', { |
| 'sources': [ |