| Index: scripts/tools/lkgr_finder.py
|
| diff --git a/scripts/tools/lkgr_finder.py b/scripts/tools/lkgr_finder.py
|
| index 7ea2ba7187ebe7d6671014c91f7258f6db3a0291..5c4c4a8e6773389c35a1eb156778579b8868927f 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,6 +254,7 @@ CHROMIUM_LKGR_STEPS = {
|
| 'jingle_unittests',
|
| 'media_unittests',
|
| 'nacl_integration',
|
| + 'nacl_loader_unittests',
|
| 'ppapi_unittests',
|
| 'printing_unittests',
|
| 'remoting_unittests',
|
|
|