OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+ash", | 2 "+ash", |
3 # This code is purely a packaging convenience and should be no different | 3 # This code is purely a packaging convenience and should be no different |
4 # than running mojo_runner with mash_session. As such, this code should not | 4 # than running mojo_runner with mash_session. As such, this code should not |
5 # depend upon chrome code in any way. | 5 # depend upon chrome code in any way. |
6 "-chrome", | 6 "-chrome", |
7 "+chrome/app/mash", | 7 "+chrome/app/mash", |
8 "+components/font_service", | 8 "+components/font_service", |
9 "+components/mus", | 9 "+components/mus", |
10 "+components/resource_provider", | 10 "+components/resource_provider", |
11 "+mash", | 11 "+mash", |
12 "+mojo/shell", | 12 "+services/shell", |
13 ] | 13 ] |
OLD | NEW |