OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+components/chrome_apps", | 2 "+components/chrome_apps", |
3 "+components/crx_file", | 3 "+components/crx_file", |
4 "+components/strings/grit/components_strings.h", | 4 "+components/strings/grit/components_strings.h", |
5 "+components/user_manager", | 5 "+components/user_manager", |
6 "+extensions/strings/grit/extensions_strings.h", | 6 "+extensions/strings/grit/extensions_strings.h", |
| 7 "+ui/base", |
| 8 "+ui/vector_icons", |
7 | 9 |
8 # For access to testing command line switches. | 10 # For access to testing command line switches. |
9 "+ppapi/shared_impl", | 11 "+ppapi/shared_impl", |
10 | 12 |
11 # For safe_json | 13 # For safe_json |
12 "+components/safe_json", | 14 "+components/safe_json", |
13 "+ui/base", | |
14 ] | 15 ] |
OLD | NEW |