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/cloud_devices/common", | 7 "+components/cloud_devices/common", |
8 "+components/content_settings/core/common", | 8 "+components/content_settings/core/common", |
9 "+components/crash/core/common", | 9 "+components/crash/core/common", |
10 "+components/crx_file", | 10 "+components/crx_file", |
11 "+components/data_reduction_proxy/content/common", | 11 "+components/data_reduction_proxy/content/common", |
12 "+components/data_reduction_proxy/core/common", | 12 "+components/data_reduction_proxy/core/common", |
13 "+components/dom_distiller/core", | 13 "+components/dom_distiller/core", |
| 14 "+components/flags_ui/flags_ui_switches.h", |
14 "+components/gcm_driver", | 15 "+components/gcm_driver", |
15 "+components/metrics/client_info.h", | 16 "+components/metrics/client_info.h", |
16 "+components/metrics/metrics_pref_names.h", | 17 "+components/metrics/metrics_pref_names.h", |
17 "+components/nacl/common", | 18 "+components/nacl/common", |
18 "+components/password_manager/core/common", | 19 "+components/password_manager/core/common", |
19 "+components/printing/common", | 20 "+components/printing/common", |
20 "+components/policy/core/common", | 21 "+components/policy/core/common", |
21 "+components/signin/core/common", | 22 "+components/signin/core/common", |
22 "+components/translate/core/common", | 23 "+components/translate/core/common", |
23 "+components/url_formatter", | 24 "+components/url_formatter", |
24 "+components/version_info", | 25 "+components/version_info", |
25 "+extensions/common", | 26 "+extensions/common", |
26 "+gin/public", # For profiling.cc | 27 "+gin/public", # For profiling.cc |
27 "+google_apis/gaia", # For gaia_switches.h | 28 "+google_apis/gaia", # For gaia_switches.h |
28 "+grit", # For generated headers. TODO(thestig): Remove. | 29 "+grit", # For generated headers. TODO(thestig): Remove. |
29 "+media", | 30 "+media", |
30 "+ppapi/c", | 31 "+ppapi/c", |
31 "+ppapi/shared_impl", | 32 "+ppapi/shared_impl", |
32 "+ppapi/thunk", | 33 "+ppapi/thunk", |
33 | 34 |
34 # FIXME - refactor code and remove these dependencies | 35 # FIXME - refactor code and remove these dependencies |
35 "+chrome/installer", | 36 "+chrome/installer", |
36 ] | 37 ] |
OLD | NEW |