| 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", |
| 8 ] | 9 ] |
| 9 | 10 |
| 10 specific_include_rules = { | 11 specific_include_rules = { |
| 11 ".*test.*": [ | 12 ".*test.*": [ |
| 12 "+components/captive_portal", | 13 "+components/captive_portal", |
| 13 ], | 14 ], |
| 14 } | 15 } |
| OLD | NEW |