Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1641)

Unified Diff: scripts/tools/lkgr_finder.py

Issue 267293008: Make nacl_loader_unittests a criteria of LKGR (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698