Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "compile_targets": [ | |
| 3 "all" | |
| 4 ], | |
| 5 "gtest_tests": [ | |
| 6 "views_unittests", | |
| 7 "wm_unittests", | |
| 8 "aura_unittests", | |
| 9 "ash_unittests", | |
| 10 "compositor_unittests", | |
| 11 "events_unittests", | |
|
Paweł Hajdan Jr.
2014/06/19 01:07:30
nit: Remove the comma, it'll break json.
sheyang
2014/06/19 01:47:10
Done.
| |
| 12 ] | |
| 13 } | |
| OLD | NEW |