OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 # TODO(jamescook): Remove these. http://crbug.com/305404 | 2 # TODO(jamescook): Remove these. http://crbug.com/305404 |
3 # Chrome pieces for app_shell bring-up. | 3 # Chrome pieces for app_shell bring-up. |
4 "+chrome/common/chrome_paths.h", | 4 "+chrome/common/chrome_paths.h", |
5 | 5 |
6 "+chromeos", | 6 "+chromeos", |
7 | 7 |
8 # Override apps/DEPS to be more selective about content includes. | 8 # Override apps/DEPS to be more selective about content includes. |
9 "-content", | 9 "-content", |
10 "+content/public/app", | 10 "+content/public/app", |
11 "+content/public/browser", | 11 "+content/public/browser", |
12 "+content/public/common", | 12 "+content/public/common", |
| 13 |
| 14 "+sandbox", |
13 ] | 15 ] |
OLD | NEW |