Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index 00dc0353037ae4febd5e19fb94a6053083b1fbf0..36eeb5bd512e101aff514f6d568ba07a4db3cfe2 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -476,10 +476,6 @@ |
| 'target_name': 'chromium_builder_dbg_tsan_win', |
| 'type': 'none', |
| 'dependencies': [ |
| - '../app/app.gyp:app_unittests', |
| - # TODO(bradnelson): app_unittests should depend on locales. |
| - # However, we can't add dependencies on chrome/ to app/ |
| - # See http://crbug.com/43603 |
| '../base/base.gyp:base_unittests', |
| '../chrome/app/locales/locales.gyp:*', |
|
tony
2011/07/08 01:30:03
Is it possible to remove locales or does one of th
tfarina
2011/07/08 01:39:53
Removed. I'm running through the trybots. I'll see
|
| '../chrome/chrome.gyp:sync_unit_tests', |