Chromium Code Reviews| Index: base/base.gyp |
| =================================================================== |
| --- base/base.gyp (revision 175573) |
| +++ base/base.gyp (working copy) |
| @@ -270,6 +270,11 @@ |
| '../build/linux/system.gyp:gtk', |
| ], |
| }], |
| + ['OS == "win"', { |
| + 'msvs_disabled_warnings': [ |
| + 4267, |
|
brettw
2013/01/09 19:20:05
Can you add a comment here about what this is disa
jschuh
2013/01/09 20:42:49
Done.
|
| + ], |
| + }], |
| ], |
| 'export_dependent_settings': [ |
| 'base', |
| @@ -708,6 +713,9 @@ |
| 'threading/worker_pool_posix_unittest.cc', |
| 'message_pump_libevent_unittest.cc', |
| ], |
| + 'msvs_disabled_warnings': [ |
| + 4267, |
| + ], |
| }, { # OS != "win" |
| 'dependencies': [ |
| '../third_party/libevent/libevent.gyp:libevent' |