| Index: ppapi/ppapi_internal.gyp
|
| diff --git a/ppapi/ppapi_internal.gyp b/ppapi/ppapi_internal.gyp
|
| index d96770ecf74e10efd52b1cc0aa195381200fead9..43706401087ac5edb0c72b00f68a5d6fe368b8b9 100644
|
| --- a/ppapi/ppapi_internal.gyp
|
| +++ b/ppapi/ppapi_internal.gyp
|
| @@ -85,8 +85,6 @@
|
| ],
|
| }],
|
| ],
|
| - # Disable c4267 warnings until we fix size_t to int truncations.
|
| - 'msvs_disabled_warnings': [ 4267, ],
|
| },
|
| ],
|
| 'conditions': [
|
| @@ -144,8 +142,6 @@
|
| '..',
|
| ],
|
| },
|
| - # Disable c4267 warnings until we fix size_t to int truncations.
|
| - 'msvs_disabled_warnings': [ 4267, ],
|
| 'conditions': [
|
| ['chrome_multiple_dll==1', {
|
| 'dependencies': [
|
| @@ -195,8 +191,6 @@
|
| '..',
|
| ],
|
| },
|
| - # Disable c4267 warnings until we fix size_t to int truncations.
|
| - 'msvs_disabled_warnings': [ 4267, ],
|
| 'conditions': [
|
| ['chrome_multiple_dll==1', {
|
| 'dependencies': [
|
|
|