OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+crypto", | 2 "+crypto", |
3 | 3 |
4 "+components/policy", | 4 "+components/policy", |
5 | 5 |
6 "-remoting", | 6 "-remoting", |
7 "+remoting/base", | 7 "+remoting/base", |
8 "+remoting/proto", | 8 "+remoting/proto", |
9 "+third_party/google_toolbox_for_mac/src", | 9 "+third_party/google_toolbox_for_mac/src", |
10 "+third_party/libjingle", | |
11 "+third_party/libvpx", | 10 "+third_party/libvpx", |
12 "+third_party/libyuv", | 11 "+third_party/libyuv", |
13 "+third_party/webrtc/base", | 12 "+third_party/webrtc/base", |
14 "+third_party/webrtc/media", | 13 "+third_party/webrtc/media", |
15 "+third_party/webrtc/p2p", | 14 "+third_party/webrtc/p2p", |
16 "+third_party/webrtc/modules/desktop_capture", | 15 "+third_party/webrtc/modules/desktop_capture", |
17 "+third_party/libjingle_xmpp/xmllite", | 16 "+third_party/libjingle_xmpp/xmllite", |
18 "+ui/base/keycodes", | 17 "+ui/base/keycodes", |
19 "+ui/base/l10n", | 18 "+ui/base/l10n", |
20 "+ui/base/resource", | 19 "+ui/base/resource", |
21 ] | 20 ] |
OLD | NEW |