Chromium Code Reviews| 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 "+tools/json_schema_compiler", | |
|
not at google - send to devlin
2015/07/10 16:21:09
Do you really needs to add the json_schema_compile
amalika
2015/07/13 23:57:00
Done.
| |
| 8 ] | 10 ] |
| 9 | 11 |
| 10 specific_include_rules = { | 12 specific_include_rules = { |
| 11 ".*test.*": [ | 13 ".*test.*": [ |
| 12 "+components/captive_portal", | 14 "+components/captive_portal", |
| 13 ], | 15 ], |
| 14 } | 16 } |
| OLD | NEW |