Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "dependencies": [ | 2 "dependencies": [ |
| 3 "test_runner", | 3 "test_runner", |
| 4 "integration_test_runner", | 4 "integration_test_runner", |
| 5 "console", | 5 "console", |
| 6 "console_model" | 6 "console_model", |
| 7 "main" | |
|
luoe
2017/07/07 22:26:40
It seems unfortunate to add this dependency for ju
dgozman
2017/07/09 18:15:40
Perhaps, we can extract counters into module?
chenwilliam
2017/07/10 21:14:35
Extracted!
Dgozman - working on a weekend?!
| |
| 7 ], | 8 ], |
| 8 "scripts": [ | 9 "scripts": [ |
| 9 "ConsoleTestRunner.js" | 10 "ConsoleTestRunner.js" |
| 10 ] | 11 ] |
| 11 } | 12 } |
| OLD | NEW |