blob: 17406106719d56e06251eb5144228dabfce17a42 [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',
8 # The lib will be able to use abseil, but without being imported directly in
9 # chromium.
10 '+absl',
11]