| """This module exports the ALL_GOLD_PAGES constant.""" | |
| # This array should be kept in sync with the sk_page rules in //golden/pages/BUILD.bazel. | |
| ALL_GOLD_PAGES = [ | |
| "by_test_list", | |
| "byblame", | |
| "changelists", | |
| "cluster", | |
| "details", | |
| "diff", | |
| "help", | |
| "ignorelist", | |
| "search", | |
| "triagelog", | |
| ] |