blob: 17406106719d56e06251eb5144228dabfce17a42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# This isn't a real DEPS file.
# Undo things in third_party/DEPS that we don't want.
include_rules = [
# Internal includes.
'+glog',
'+prng',
'+testing',
# The lib will be able to use abseil, but without being imported directly in
# chromium.
'+absl',
]
|