Stephan Pleines | 50aa93d | 2024-05-18 12:13:17 -0700 | [diff] [blame] | 1 | [ |
| 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 | ] |