1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

content / browser / indexed_db / instance / DEPS [blame]

# The code in this directory runs on bucket-specific threads (or, more
# specifically, task runners that draw from the threadpool).
# IndexedDBContextImpl, on the other hand, runs on its own task runner.
# All inter-thread interaction should be routed through the
# BucketContext and its delegate.
#
# Other than IndexedDBContextImpl, most code in the parent directory is
# sequence-agnostic.
include_rules = [
  "-content/browser/indexed_db/indexed_db_context_impl.h",
]