| Index: net/net.gyp | 
| diff --git a/net/net.gyp b/net/net.gyp | 
| index 96ddb6141d7ed71a23897f070f353d23521b92e0..649544a8711ba80ff663e381a96417ac79a7e034 100644 | 
| --- a/net/net.gyp | 
| +++ b/net/net.gyp | 
| @@ -1205,7 +1205,8 @@ | 
| 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942', | 
| 'variables': { | 
| 'grit_cmd': ['python', '../tools/grit/grit.py'], | 
| -        'grit_info_cmd': ['python', '../tools/grit/grit_info.py'], | 
| +        'grit_info_cmd': ['python', '../tools/grit/grit_info.py', | 
| +                          '<@(grit_defines)'], | 
| 'input_paths': [ | 
| 'base/net_resources.grd', | 
| ], | 
|  |