summaryrefslogtreecommitdiff
path: root/chromium/third_party/leveldatabase/DEPS
blob: f6738b144350f5a5c6016f6dd47e74606f83cddf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include_rules = [
  '+base',
  '+build',
  '+testing',

  # internal includes
  '+leveldb',
  '+port',
  '+util',
]

specific_include_rules = {
  'env_chromium\.cc': [
    '+components/services/storage/public/cpp/filesystem',
  ],
}