blob: db586357041a73df8b80c4d53017b225e4292f6d [file] [log] [blame]
specific_include_rules = {
# absl::string_view is generally banned in Chromium. Including it is only
# allowed from abseil_string_conversions* to provide appropriate conversion
# functions from and to StringPiece at third party API boundaries.
"abseil_string_conversions(\.h|\.cc|_unittest.cc)": [
"+third_party/abseil-cpp/absl/strings/string_view.h",
],
}