OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+ash", | 2 "+ash", |
3 "+cc/output", | 3 "+cc/output", |
4 "+content/public/browser", | |
Wez
2014/10/24 00:28:47
This seems a scary dep to pull in to remoting/host
kelvinp
2014/10/24 21:39:41
It is currently referenced by the chromoting_host_
| |
5 "+components/policy/core/common", | |
4 "+extensions/browser/api/messaging", | 6 "+extensions/browser/api/messaging", |
5 "+jingle/glue", | 7 "+jingle/glue", |
6 "+net", | 8 "+net", |
7 "+remoting/codec", | 9 "+remoting/codec", |
8 "+remoting/protocol", | 10 "+remoting/protocol", |
9 "+remoting/signaling", | 11 "+remoting/signaling", |
10 "+third_party/jsoncpp", | 12 "+third_party/jsoncpp", |
11 "+third_party/modp_b64", | 13 "+third_party/modp_b64", |
12 "+third_party/skia", | 14 "+third_party/skia", |
13 "+third_party/webrtc", | 15 "+third_party/webrtc", |
14 "+ui", | 16 "+ui", |
15 ] | 17 ] |
OLD | NEW |