Chromium Code Reviews| Index: build/standalone.gypi |
| diff --git a/build/standalone.gypi b/build/standalone.gypi |
| index 967db1eb94c62008722cf182a7bf716243e290e6..5a65fa5c8ef0b6be8ec88356059659fb3455666b 100644 |
| --- a/build/standalone.gypi |
| +++ b/build/standalone.gypi |
| @@ -131,6 +131,14 @@ |
| }], |
| ], # conditions |
| }, |
| + 'Debug_x64': { |
| + 'inherit_from': ['Debug'], |
| + 'msvs_configuration_platform': 'x64', |
| + }, |
| + 'Release_x64': { |
| + 'inherit_from': ['Release'], |
| + 'msvs_configuration_platform': 'x64', |
| + }, |
| }, |
| 'defines!': [ |
| 'DEBUG', |