Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index ea10e645f6ecc651a56027345c54a6329b053a48..b844d8fc2ed5e94cd97472ae113ce007141cd686 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -200,11 +200,10 @@ |
| 'type': 'none', |
| 'conditions': [ |
| ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { |
| - 'dependencies': [ |
| - '../chrome/installer/mini_installer_syzygy.gyp:*', |
| - ], |
| - }, |
| - ], |
| + 'dependencies': [ |
| + '../chrome/installer/mini_installer_syzygy.gyp:*', |
| + ], |
| + }], |
| ], |
| }, # target_name: All_syzygy |
| { |