| Index: third_party/WebKit/Source/platform/blink_platform_tests.gyp
|
| diff --git a/third_party/WebKit/Source/platform/blink_platform_tests.gyp b/third_party/WebKit/Source/platform/blink_platform_tests.gyp
|
| index 785918fdd9bb043662e34f43ecda028b91ce4ab6..0eef2e6469eae455e990a6985efb747a6eb0b0f7 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform_tests.gyp
|
| +++ b/third_party/WebKit/Source/platform/blink_platform_tests.gyp
|
| @@ -128,6 +128,8 @@
|
| 'sources': [
|
| '<@(platform_test_support_files)',
|
| ],
|
| + # Disable c4267 warnings until we fix size_t to int truncations.
|
| + 'msvs_disabled_warnings': [ 4267 ],
|
| },
|
| ],
|
| 'conditions': [
|
|
|