Kaido Kert | 56d7c4e | 2024-04-13 12:59:27 -0700 | [diff] [blame^] | 1 | include_rules = [ |
2 | "+base", | ||||
3 | "+cc/base", | ||||
4 | "+cc/paint", | ||||
5 | "+device/vr/buildflags/buildflags.h", | ||||
6 | "+skia/ext", | ||||
7 | "+third_party/harfbuzz-ng", | ||||
8 | "+third_party/skia", | ||||
9 | "+third_party/test_fonts", | ||||
10 | "+ui/ios", | ||||
11 | "+ui/ozone/buildflags.h", | ||||
12 | |||||
13 | "-testing/gmock", | ||||
14 | ] | ||||
15 | |||||
16 | specific_include_rules = { | ||||
17 | "delegated_ink_point\.h" : [ | ||||
18 | "+mojo/public/cpp/bindings/struct_traits.h", | ||||
19 | ], | ||||
20 | } |