| OLD | NEW |
| 1 # NOTE: Files are migrating to this directory as part of the mus ash refactor. | 1 # NOTE: Files are migrating to this directory as part of the mus ash refactor. |
| 2 # Talk to jamescook@ before adding deps. See http://crbug.com/619636 | 2 # Talk to jamescook@ before adding deps. See http://crbug.com/619636 |
| 3 include_rules = [ | 3 include_rules = [ |
| 4 # TODO(jamescook): Remove this. | 4 # TODO(jamescook): Remove this. |
| 5 "+ash/system/tray/system_tray.h", | 5 "+ash/system/tray/system_tray.h", |
| 6 ] | 6 ] |
| 7 | |
| 8 specific_include_rules = { | |
| 9 ".*test\.cc": [ | |
| 10 "+ash/test", | |
| 11 ] | |
| 12 } | |
| OLD | NEW |