diff options
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index c809459..df5793d 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -452,11 +452,9 @@ 'test/nacl/nacl_test.cc', ], 'conditions': [ - # TODO(gregoryd): This test will run on Windows only at first. - # Refer to ui_tests target above if any problems appear when trying - # to enable it on other platforms. ['OS=="win"', { 'dependencies': [ + 'chrome_nacl_win64', 'crash_service', # run time dependency 'security_tests', # run time dependency 'test_support_common', |