OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+apps/shell/app", | 2 "+apps/shell/app", |
3 "+apps/shell/browser", | 3 "+apps/shell/browser", |
4 "+athena/home/public", | 4 "+athena/home/public", |
5 "+athena/screen/public", | 5 "+athena/screen/public", |
6 "+athena/task/public", | |
6 "+athena/wm/public", | 7 "+athena/wm/public", |
7 "+content/public/app", | 8 "+content/public", |
8 "+ui/aura", | 9 "+ui/aura", |
9 "+ui/wm/core", | 10 "+ui/wm/core", |
10 ] | 11 ] |
11 | 12 |
12 # TODO(oshima): Remove this. | 13 # TODO(oshima): Remove this. |
13 specific_include_rules = { | 14 specific_include_rules = { |
14 "placeholder\.*": [ | 15 "placeholder\.*": [ |
15 "+third_party/skia", | 16 "+third_party/skia", |
16 "+ui/gfx", | 17 "+ui/gfx", |
17 "+ui/views", | 18 "+ui/views", |
18 ], | 19 ], |
19 } | 20 } |
20 | 21 |
OLD | NEW |