OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+ash", | 2 "+ash", |
3 "+cc/output", | 3 "+cc/output", |
4 "+components/policy/core/common", | 4 "+components/policy/core/common", |
5 "+device/power_save_blocker", | 5 "+device/power_save_blocker", |
6 "+extensions/browser/api/messaging", | 6 "+extensions/browser/api/messaging", |
7 "+google_apis", | 7 "+google_apis", |
8 "+jingle/glue", | 8 "+jingle/glue", |
9 "+mojo/public", | 9 "+mojo/public", |
10 "+mojo/edk/embedder", | 10 "+mojo/edk/embedder", |
11 "+net", | 11 "+net", |
12 "+remoting/codec", | 12 "+remoting/codec", |
13 "+remoting/protocol", | 13 "+remoting/protocol", |
14 "+remoting/signaling", | 14 "+remoting/signaling", |
15 "+remoting/tools", | 15 "+remoting/tools", |
16 "+third_party/jsoncpp", | 16 "+third_party/jsoncpp", |
17 "+third_party/skia", | 17 "+third_party/skia", |
18 "+third_party/webrtc", | 18 "+third_party/webrtc", |
19 "+ui", | 19 "+ui", |
20 ] | 20 ] |
| 21 |
| 22 specific_include_rules = { |
| 23 ".*unittest\.cc": [ |
| 24 "+mojo/edk/test", |
| 25 ], |
| 26 } |
OLD | NEW |