Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 93601980f47d22c7e932495e0973e7dbf016dbe6..277fdf0be0aaf7b8e67a7eb11a815af402a9d3a8 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -4007,7 +4007,6 @@ |
'type': 'none', |
'dependencies': [ |
'automated_ui_tests', |
- '../app/app.gyp:app_unittests', |
'../base/base.gyp:base_unittests', |
# browser_tests's use of subprocesses chokes gcov on 10.6? |
# Disabling for now (enabled on linux/windows below). |
@@ -4019,6 +4018,7 @@ |
'../net/net.gyp:net_unittests', |
'../printing/printing.gyp:printing_unittests', |
'../remoting/remoting.gyp:remoting_unittests', |
+ '../sql/sql.gyp:sql_unittests', |
# ui_tests seem unhappy on both Mac and Win when run under |
# coverage (all tests fail, often with a |
# "server_->WaitForInitialLoads()"). TODO(jrg): |