| Index: scripts/tools/lkgr_finder.py
|
| diff --git a/scripts/tools/lkgr_finder.py b/scripts/tools/lkgr_finder.py
|
| index 7ea2ba7187ebe7d6671014c91f7258f6db3a0291..bf9c1e2ba45a9d83ff68cccc507a6d4d2070c4a5 100755
|
| --- a/scripts/tools/lkgr_finder.py
|
| +++ b/scripts/tools/lkgr_finder.py
|
| @@ -226,6 +226,7 @@ CHROMIUM_LKGR_STEPS = {
|
| 'jingle_unittests',
|
| 'media_unittests',
|
| 'nacl_integration',
|
| + 'nacl_loader_unittests',
|
| 'ppapi_unittests',
|
| 'printing_unittests',
|
| 'remoting_unittests',
|
| @@ -253,9 +254,11 @@ CHROMIUM_LKGR_STEPS = {
|
| 'jingle_unittests',
|
| 'media_unittests',
|
| 'nacl_integration',
|
| + 'nacl_loader_unittests',
|
| 'ppapi_unittests',
|
| 'printing_unittests',
|
| 'remoting_unittests',
|
| + 'sandbox_linux_unittests',
|
| 'sql_unittests',
|
| 'sync_unit_tests',
|
| 'ui_unittests',
|
|
|