OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+chrome/grit", # For generated headers | 2 "+chrome/grit", # For generated headers |
3 "+chromeos", # For chromeos_switches.h | 3 "+chromeos", # For chromeos_switches.h |
4 "+components/autofill/content/common", | 4 "+components/autofill/content/common", |
5 "+components/autofill/core/common", | 5 "+components/autofill/core/common", |
6 "+components/bookmarks/common", | 6 "+components/bookmarks/common", |
| 7 "+components/cast_certificate", |
7 "+components/cdm/common", | 8 "+components/cdm/common", |
8 "+components/cloud_devices/common", | 9 "+components/cloud_devices/common", |
9 "+components/content_settings/core/common", | 10 "+components/content_settings/core/common", |
10 "+components/crash/core/common", | 11 "+components/crash/core/common", |
11 "+components/crx_file", | 12 "+components/crx_file", |
12 "+components/data_reduction_proxy/content/common", | 13 "+components/data_reduction_proxy/content/common", |
13 "+components/data_reduction_proxy/core/common", | 14 "+components/data_reduction_proxy/core/common", |
14 "+components/dom_distiller/core", | 15 "+components/dom_distiller/core", |
15 "+components/flags_ui/flags_ui_switches.h", | 16 "+components/flags_ui/flags_ui_switches.h", |
16 "+components/gcm_driver", | 17 "+components/gcm_driver", |
(...skipping 18 matching lines...) Expand all Loading... |
35 "+grit", # For generated headers. TODO(thestig): Remove. | 36 "+grit", # For generated headers. TODO(thestig): Remove. |
36 "+media", | 37 "+media", |
37 "+ppapi/c", | 38 "+ppapi/c", |
38 "+ppapi/shared_impl", | 39 "+ppapi/shared_impl", |
39 "+ppapi/thunk", | 40 "+ppapi/thunk", |
40 "+third_party/kasko", | 41 "+third_party/kasko", |
41 | 42 |
42 # FIXME - refactor code and remove these dependencies | 43 # FIXME - refactor code and remove these dependencies |
43 "+chrome/installer", | 44 "+chrome/installer", |
44 ] | 45 ] |
OLD | NEW |