OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+media/base", | 2 "+media/base", |
| 3 "+net", |
3 "+google/protobuf", | 4 "+google/protobuf", |
4 "+google_apis", | 5 "+google_apis", |
5 "+ios/third_party/material_components_ios/src", | 6 "+ios/third_party/material_components_ios/src", |
| 7 "+remoting/base", |
| 8 "+remoting/client", |
6 "+remoting/codec", | 9 "+remoting/codec", |
7 "+remoting/client/ios", | 10 "+remoting/protocol", |
| 11 "+remoting/ios", |
8 "+remoting/signaling", | 12 "+remoting/signaling", |
9 "+third_party/libjingle_xmpp", | 13 "+third_party/libjingle_xmpp", |
10 "+third_party/webrtc", | 14 "+third_party/webrtc", |
11 "+third_party/protobuf/src", | 15 "+third_party/protobuf/src", |
12 ] | 16 ] |
OLD | NEW |