Index: build/gn_migration.gypi |
diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi |
index 032376571e74746da01e94fed0896a2acaeac1b2..6dd2fdd9e4d6565ea7f5c0c95e3ad229a5957ca0 100644 |
--- a/build/gn_migration.gypi |
+++ b/build/gn_migration.gypi |
@@ -563,6 +563,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', |