Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 include_rules = [ | |
| 2 "-ash", | |
| 3 # TODO(sky): once chrome no longer needs to link against ash the files in this | |
| 4 # directory should be put in their own target and not use ash_export. | |
| 5 "+ash/ash_export.h", | |
| 6 "+ash/shared", | |
| 7 "+ui", | |
| 8 "-ui/aura", | |
| 9 ] | |
| OLD | NEW |