diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/build/all.gyp b/build/all.gyp index 5c13347..74bdce8 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -206,9 +206,8 @@ '../base/base.gyp:base_unittests', '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:interactive_ui_tests', - # TODO(bradnelson): fix and enable. - #'../chrome/chrome.gyp:nacl_ui_tests', - #'../chrome/chrome.gyp:nacl_sandbox_tests', + '../chrome/chrome.gyp:nacl_ui_tests', + '../chrome/chrome.gyp:nacl_sandbox_tests', '../chrome/chrome.gyp:safe_browsing_tests', '../chrome/chrome.gyp:sync_integration_tests', '../chrome/chrome.gyp:sync_unit_tests', @@ -229,10 +228,10 @@ ['OS=="win"', { 'dependencies': [ '../chrome/chrome.gyp:installer_util_unittests', - # TODO(bradnelson): fix and enable. - #'../chrome/chrome.gyp:mini_installer_test', + '../chrome/chrome.gyp:mini_installer_test', # mini_installer_tests depends on mini_installer. This should be # defined in installer.gyp. + # TODO(bradnelson): fix and enable. #'../chrome/installer/mini_installer.gyp:mini_installer', #'../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', #'../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', |