DEPS 251 B

123456789
  1. # This isn't a real DEPS file.
  2. # Undo things in third_party/DEPS that we don't want.
  3. include_rules = [
  4. # Internal includes.
  5. '+internal',
  6. # The lib will be able to use abseil, but without being
  7. # imported directly in chromium.
  8. '+absl',
  9. ]