DEPS 371 B

12345678
  1. specific_include_rules = {
  2. # absl::string_view is generally banned in Chromium. Including it is only
  3. # allowed from abseil_string_conversions* to provide appropriate conversion
  4. # functions from and to StringPiece at third party API boundaries.
  5. "abseil_string_conversions(\.h|\.cc|_unittest.cc)": [
  6. "+third_party/abseil-cpp/absl/strings/string_view.h",
  7. ],
  8. }