OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 # For remote assistance on Chrome OS. | |
3 "+content/public/browser", | |
jochen (gone - plz use gerrit)
2014/10/13 08:19:57
shouldn't this be in remoting/host/DEPS
kelvinp
2014/10/13 16:48:54
Done.
| |
4 "+components/policy/core/common", | |
jochen (gone - plz use gerrit)
2014/10/13 08:19:56
shouldn't these two be in remoting/host/DEPS?
jochen (gone - plz use gerrit)
2014/10/13 08:19:56
shouldn't these two be in remoting/host/DEPS?
jochen (gone - plz use gerrit)
2014/10/13 08:19:58
shouldn't these two be in remoting/host/DEPS?
kelvinp
2014/10/13 16:48:54
Done.
kelvinp
2014/10/13 16:48:54
Done.
| |
5 | |
2 "+crypto", | 6 "+crypto", |
3 "+google_apis", | 7 "+google_apis", |
4 "+media/base", | 8 "+media/base", |
5 | 9 |
6 # Note: Only for net::EnableSSLServerSockets(), which must be called by | 10 # Note: Only for net::EnableSSLServerSockets(), which must be called by |
7 # unit tests at process start. | 11 # unit tests at process start. |
8 "-net", | 12 "-net", |
9 "+net/socket", | 13 "+net/socket", |
10 | 14 |
11 "-remoting", | 15 "-remoting", |
12 "+remoting/base", | 16 "+remoting/base", |
13 "+remoting/proto", | 17 "+remoting/proto", |
14 "+third_party/google_toolbox_for_mac/src", | 18 "+third_party/google_toolbox_for_mac/src", |
15 "+third_party/libjingle", | 19 "+third_party/libjingle", |
16 "+third_party/libvpx", | 20 "+third_party/libvpx", |
17 "+third_party/libyuv", | 21 "+third_party/libyuv", |
18 "+third_party/webrtc/base", | 22 "+third_party/webrtc/base", |
19 "+third_party/webrtc/libjingle", | 23 "+third_party/webrtc/libjingle", |
20 "+third_party/webrtc/modules/desktop_capture", | 24 "+third_party/webrtc/modules/desktop_capture", |
21 "+ui/base/keycodes", | 25 "+ui/base/keycodes", |
22 ] | 26 ] |
OLD | NEW |