OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+chrome/browser/apps", | 3 "+chrome/browser/apps", |
4 "+components/guest_view/common", | 4 "+components/guest_view/common", |
5 "+device/hid", | 5 "+device/hid", |
6 # Enable remote assistance on Chrome OS | 6 # Enable remote assistance on Chrome OS |
7 "+remoting/host", | 7 "+remoting/host", |
8 "+third_party/cld_2/src", | |
9 ] | 8 ] |
10 | 9 |
11 specific_include_rules = { | 10 specific_include_rules = { |
12 ".*test.*": [ | 11 ".*test.*": [ |
13 "+components/captive_portal", | 12 "+components/captive_portal", |
14 ], | 13 ], |
15 } | 14 } |
OLD | NEW |