| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+cc/blink", | 2 "+cc/blink", |
| 3 "+content/public/child", | 3 "+content/public/child", |
| 4 "+content/public/renderer", | 4 "+content/public/renderer", |
| 5 "+content/child", | 5 "+content/child", |
| 6 "+device/battery", # For battery status service. | 6 "+device/battery", # For battery status service. |
| 7 "+device/vibration", | 7 "+device/vibration", |
| 8 "+gin", | 8 "+gin", |
| 9 "+jingle/glue", | 9 "+jingle/glue", |
| 10 "+media", # For audio input/output and audio/video decoding. | 10 "+media", # For audio input/output and audio/video decoding. |
| 11 "+mojo", |
| 11 "-storage/browser", | 12 "-storage/browser", |
| 12 "+third_party/hyphen/hyphen.h", | 13 "+third_party/hyphen/hyphen.h", |
| 13 "+third_party/libjingle", | 14 "+third_party/libjingle", |
| 14 "+third_party/tcmalloc", | 15 "+third_party/tcmalloc", |
| 15 "+v8/include", | 16 "+v8/include", |
| 16 "+v8/src/third_party/vtune", | 17 "+v8/src/third_party/vtune", |
| 17 ] | 18 ] |
| 18 | 19 |
| 19 specific_include_rules = { | 20 specific_include_rules = { |
| 20 '.*_[a-z]*browsertest.*': [ | 21 '.*_[a-z]*browsertest.*': [ |
| 21 "+content/public/browser", | 22 "+content/public/browser", |
| 22 "+content/shell", | 23 "+content/shell", |
| 23 ], | 24 ], |
| 24 } | 25 } |
| OLD | NEW |