blob: 60ee5523ee980906f6bc92a41837051fcbd70018 [file] [log] [blame]
Stephan Pleines50aa93d2024-05-18 12:13:17 -07001[
2 { include: [ "@<gtest/internal/.*>", private, "\"gtest/gtest.h\"", public ] },
3 { include: [ "<gtest/gtest_prod.h>", private, "\"gtest/gtest_prod.h\"", public ] },
4 { include: [ "@<gtest/gtest-.*>", private, "\"gtest/gtest.h\"", public ] },
5 { include: [ "@\"gtest/internal/.*\"", private, "\"gtest/gtest.h\"", public ] },
6 { include: [ "@\"gtest/gtest-.*\"", private, "\"gtest/gtest.h\"", public ] },
7 { include: [ "@<gmock/internal/.*>", private, "\"gmock/gmock.h\"", public ] },
8 { include: [ "@<gmock/gmock-.*>", private, "\"gmock/gmock.h\"", public ] },
9 { include: [ "<gmock/gmock.h>", private, "\"gmock/gmock.h\"", public ] },
10 { include: [ "@\"gmock/internal/.*\"", private, "\"gmock/gmock.h\"", public ] },
11 { include: [ "@\"gmock/gmock-.*\"", private, "\"gmock/gmock.h\"", public ] },
12 { include: [ "<gtest/gtest_pred_impl.h>", private, "\"gtest/gtest.h\"", public ] },
13 { include: [ "\"gtest/gtest_pred_impl.h\"", private, "\"gtest/gtest.h\"", public ] },
14]