Amr Aboelkher | e6eac20 | 2020-04-08 20:46:44 +0000 | [diff] [blame] | 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 | '+glog', |
| 6 | '+prng', |
| 7 | '+testing', |
Amr Aboelkher | 8534139 | 2020-11-30 23:49:19 +0000 | [diff] [blame] | 8 | # Base test_runner includes. |
| 9 | '+base/bind.h', |
| 10 | '+base/test', |
Avi Drissman | 38ca1f9 | 2022-09-30 17:25:59 +0000 | [diff] [blame^] | 11 | # Hooking up internal logging references. |
| 12 | '+base/logging.h', |
Amr Aboelkher | e6eac20 | 2020-04-08 20:46:44 +0000 | [diff] [blame] | 13 | # The lib will be able to use abseil, but without being imported directly in |
| 14 | # chromium. |
| 15 | '+absl', |
| 16 | ] |