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