• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include_rules = [
2  "+crypto",
3  "+google_apis",
4  "+media/base",
5
6  # Note: Only for net::EnableSSLServerSockets(), which must be called by
7  # unit tests at process start.
8  "-net",
9  "+net/socket",
10
11  "-remoting",
12  "+remoting/base",
13  "+remoting/proto",
14  "+third_party/GTM",
15  "+third_party/GTM/AppKit",
16  "+third_party/libjingle",
17  "+third_party/libvpx",
18  "+third_party/libyuv",
19  "+third_party/webrtc/modules/desktop_capture",
20  "+ui/base/keycodes",
21]
22