556ca8f7ee
This moves the Build-Debian10-BazelClang-x86_64-Release-IWYU job from experimental to on when a file in one of the folders that we enforce IWYU is modified (currently for svg, sksl, and now, debugger). Change-Id: Ia6fe1e7b30fc486db3eb081b6a64bc4c250cbf0b Bug: skia:13052 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/525796 Reviewed-by: Derek Sollenberger <djsollen@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
30 lines
1.4 KiB
Plaintext
30 lines
1.4 KiB
Plaintext
[
|
|
{ include: ["<__algorithm/copy.h>", "private", "<algorithm>", "public"] },
|
|
{ include: ["<__algorithm/copy_n.h>", "private", "<algorithm>", "public"] },
|
|
{ include: ["<__algorithm/max.h>", "private", "<algorithm>", "public"] },
|
|
{ include: ["<__algorithm/min.h>", "private", "<algorithm>", "public"] },
|
|
{ include: ["<__algorithm/remove_if.h>", "private", "<algorithm>", "public"] },
|
|
{ include: ["<__algorithm/sort.h>", "private", "<algorithm>", "public"] },
|
|
{ include: ["<__algorithm/stable_sort.h>", "private", "<algorithm>", "public"] },
|
|
|
|
{ include: ["<__functional/function.h>", "private", "<functional>", "public"] },
|
|
|
|
{ include: ["<__locale>", "private", "<locale>", "public"] },
|
|
|
|
{ include: ["<__memory/shared_ptr.h>", "private", "<memory>", "public"] },
|
|
{ include: ["<__memory/unique_ptr.h>", "private", "<memory>", "public"] },
|
|
|
|
{ include: ["<__tree>", "private", "<set>", "public"] },
|
|
|
|
{ symbol: ["va_list", "public", "<stdarg.h>", "public"] },
|
|
|
|
{ include: ["<string.h>", "public", "<string>", "public"] },
|
|
{ symbol: ["std::string", "public", "<string>", "public"] },
|
|
|
|
{ include: ["<__hash_table>", "private", "<unordered_map>", "public"] },
|
|
|
|
{ include: ["<__utility/forward.h>", "private", "<utility>", "public"] },
|
|
{ include: ["<__utility/move.h>", "private", "<utility>", "public"] },
|
|
{ include: ["<__utility/swap.h>", "private", "<utility>", "public"] },
|
|
{ include: ["<__utility/pair.h>", "private", "<utility>", "public"] },
|
|
] |