Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index 991c22f06b2ee541147fc5f4ca84e70ed043ae85..44b4e46555c0c68648ab8d790354d6b094c3837c 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -150,6 +150,18 @@ |
| ], |
| }, # target_name: All |
| { |
| + 'target_name': 'All_syzygy', |
| + 'type': 'none', |
| + 'conditions': [ |
| + ['OS=="win" and fastbuild==0', { |
| + 'dependencies': [ |
| + '../chrome/installer/mini_installer_syzygy.gyp:*', |
| + ], |
| + }, |
| + ], |
| + ], |
| + }, # target_name: All_syzygy |
| + { |
| 'target_name': 'chromium_builder_tests', |
| 'type': 'none', |
| 'dependencies': [ |