blob: 572fe0c2cc04d591af93e5874ab388ba4f9cd5fc (
plain)
1
2
3
4
5
6
7
8
9
10
|
include_rules = [
"+cc/base/switches.h",
"+components", # For jni registers.
"+content/public",
"+gin/public",
"+gin/v8_initializer.h",
"+media/base/media_switches.h", # For media command line switches.
"+ui/events/gesture_detection",
"+ui/gl",
]
|