summaryrefslogtreecommitdiff
path: root/chromium/base/strings/DEPS
blob: db586357041a73df8b80c4d53017b225e4292f6d (plain)
1
2
3
4
5
6
7
8
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",
  ],
}