blob: 6ce29b6a0936f11636109bc1b3c2954a5258773c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Do NOT add net/ or ui/base without a great reason, they're huge!
include_rules = [
"+third_party/angle",
"+third_party/libva",
"+third_party/libyuv",
"+third_party/v4l-utils",
"+third_party/webrtc/common_video",
"+third_party/webrtc/system_wrappers",
"+ui/base",
"+ui/display/manager/chromeos",
"+ui/display/types",
"+ui/platform_window",
# media/gpu is not part of "media" target and should not use MEDIA_EXPORT.
"-media/base/media_export.h"
]
|