Chromium Code Reviews| Index: build/gn_migration.gypi |
| diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi |
| index fa26c6977f31143e40aeea22d374f5c1e6843fa2..ffa5505ac4439f1436876b0bed64f3f7ffa73c5f 100644 |
| --- a/build/gn_migration.gypi |
| +++ b/build/gn_migration.gypi |
| @@ -564,6 +564,11 @@ |
| '../sandbox/sandbox.gyp:sandbox_mac_unittests_run', |
| ], |
| }], |
| + ['OS=="win"', { |
| + 'dependencies': [ |
| + '../sandbox/sandbox.gyp:sbox_integration_tests', |
| + ], |
| + }], |
| ['use_ash==1', { |
| 'dependencies': [ |
| '../ash/ash.gyp:ash_unittests_run', |