Re-subimission of https://codereview.chromium.org/1041213003/
[chromium-blink-merge.git] / content / public / test / DEPS
blobe897ad3c397d81de21882c64ecfede2d8c1ce00f
1 include_rules = [
2   "-content",
3   "+content/public",
4   "+v8/include/v8.h",
7 # Ensure we don't leak internal content headers through public headers.
8 specific_include_rules = {
9   ".*\.cc": [
10     # Testing utilities can access anything in content/
11     "+content",
12     "+gin/v8_initializer.h",
13     "+media/base",
14     "+third_party/iaccessible2",
15     "+ui/base/resource/resource_bundle.h",
16   ],