OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+crypto", | 2 "+crypto", |
3 | 3 |
4 # Note: Only for net::EnableSSLServerSockets(), which must be called by | 4 # Note: Only for net::EnableSSLServerSockets(), which must be called by |
5 # unit tests at process start. | 5 # unit tests at process start. |
6 "-net", | 6 "-net", |
7 "+net/socket", | 7 "+net/socket", |
8 "+net/url_request", | 8 "+net/url_request", |
9 | 9 |
10 "+policy/policy_constants.h", | 10 "+components/policy", |
11 | 11 |
12 "-remoting", | 12 "-remoting", |
13 "+remoting/base", | 13 "+remoting/base", |
14 "+remoting/proto", | 14 "+remoting/proto", |
15 "+third_party/google_toolbox_for_mac/src", | 15 "+third_party/google_toolbox_for_mac/src", |
16 "+third_party/libjingle", | 16 "+third_party/libjingle", |
17 "+third_party/libvpx", | 17 "+third_party/libvpx", |
18 "+third_party/libyuv", | 18 "+third_party/libyuv", |
19 "+third_party/webrtc/base", | 19 "+third_party/webrtc/base", |
20 "+third_party/webrtc/libjingle", | 20 "+third_party/webrtc/libjingle", |
21 "+third_party/webrtc/media", | 21 "+third_party/webrtc/media", |
22 "+third_party/webrtc/p2p", | 22 "+third_party/webrtc/p2p", |
23 "+third_party/webrtc/modules/desktop_capture", | 23 "+third_party/webrtc/modules/desktop_capture", |
24 "+ui/base/keycodes", | 24 "+ui/base/keycodes", |
25 "+ui/base/l10n", | 25 "+ui/base/l10n", |
26 "+ui/base/resource", | 26 "+ui/base/resource", |
27 ] | 27 ] |
OLD | NEW |