Chromium Code Reviews| Index: tools/bots/ddc_tests.py |
| diff --git a/tools/bots/ddc_tests.py b/tools/bots/ddc_tests.py |
| index a3d5eec074264e7933ef25c51d74f02b5de20e17..7282bd74581796dda07b2a446d2f7ce89cf63c52 100644 |
| --- a/tools/bots/ddc_tests.py |
| +++ b/tools/bots/ddc_tests.py |
| @@ -14,6 +14,10 @@ import bot |
| import bot_utils |
| TARGETS = [ |
| + 'language_2', |
| + 'corelib_2', |
| + 'lib_2', |
| + # TODO(rnystrom): Remove these when all tests have been migrated out. |
| 'language_strong', |
| 'corelib_strong', |
| 'lib_strong' |