Chromium Code Reviews| Index: chrome/chrome_tests.gypi |
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
| index 53fed2f96265c9ef9015776e83f89936223338e1..eebca11105b57c3fb3497bbb4260e09ae29e4af1 100644 |
| --- a/chrome/chrome_tests.gypi |
| +++ b/chrome/chrome_tests.gypi |
| @@ -2098,6 +2098,8 @@ |
| '../webkit/fileapi/mock_file_system_options.h', |
| '../webkit/quota/mock_storage_client.cc', |
| '../webkit/quota/mock_storage_client.h', |
| + |
| + '../webkit/dom_storage/local_storage_database_unittest.cc', |
|
michaeln
2012/01/24 00:18:16
we should put tests in test_shell_tests, see webki
benm (inactive)
2012/01/24 10:47:01
sg, thanks
|
| ], |
| 'conditions': [ |
| ['target_arch!="arm"', { |