blob: 2e6fcd6669e8542b9cb0391a61f6a654d862b754 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include_rules = [
"+components/pairing",
"+components/onc",
"+components/ownership",
"+components/user_manager",
"+cros",
"+dbus",
"+device/bluetooth",
"+media/audio/sounds", # For system sounds
"+media/base/media_switches.h", # For media command line switches.
# Other libraries.
"+third_party/libjingle",
]
|