aboutsummaryrefslogtreecommitdiff
path: root/fpdfsdk/DEPS
blob: 1e525158077f4cb7baa57f9cb44d7cc3aa237481 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include_rules = [
  '+core',
  '+fxjs',
  '+public',
  '+v8',
  '+xfa/fgas/font',
  '+xfa/fgas/graphics',
  '+xfa/fwl',
  '+xfa/fxfa',
]

specific_include_rules = {
  'fpdf_view_embeddertest\.cpp': [
    '+third_party/skia/include',
  ],
}