blob: b9d0497f755e7165bf19752576e34518a6132f3e [file] [log] [blame]
Amr Aboelkhere6eac202020-04-08 20:46:44 +00001# This isn't a real DEPS file.
2# Undo things in third_party/DEPS that we don't want.
3include_rules = [
4 # Internal includes.
5 '+glog',
6 '+prng',
7 '+testing',
Amr Aboelkher85341392020-11-30 23:49:19 +00008 # Base test_runner includes.
Avi Drissman44055112023-01-13 03:55:08 +00009 '+base/functional/bind.h',
Amr Aboelkher85341392020-11-30 23:49:19 +000010 '+base/test',
Avi Drissman38ca1f92022-09-30 17:25:59 +000011 # Hooking up internal logging references.
12 '+base/logging.h',
Amr Aboelkhere6eac202020-04-08 20:46:44 +000013 # The lib will be able to use abseil, but without being imported directly in
14 # chromium.
15 '+absl',
16]