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