OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps/app_shim", # For app shim messages. | 2 "+apps/app_shim", # For app shim messages. |
3 "+breakpad", # For Breakpad constants. | 3 "+breakpad", # For Breakpad constants. |
4 "+chromeos", # For chromeos_switches.h | 4 "+chromeos", # For chromeos_switches.h |
5 "+components/autofill/content/common", | 5 "+components/autofill/content/common", |
6 "+components/autofill/core/common", | 6 "+components/autofill/core/common", |
7 "+components/bookmarks/common", | 7 "+components/bookmarks/common", |
8 "+components/cloud_devices/common", | 8 "+components/cloud_devices/common", |
| 9 "+components/content_settings/core/common", |
9 "+components/data_reduction_proxy/common", | 10 "+components/data_reduction_proxy/common", |
10 "+components/metrics/client_info.h", | 11 "+components/metrics/client_info.h", |
11 "+components/metrics/metrics_pref_names.h", | 12 "+components/metrics/metrics_pref_names.h", |
12 "+components/nacl/common", | 13 "+components/nacl/common", |
13 "+components/password_manager/core/common", | 14 "+components/password_manager/core/common", |
14 "+components/policy/core/common", | 15 "+components/policy/core/common", |
15 "+components/signin/core/common", | 16 "+components/signin/core/common", |
16 "+components/translate/core/common", | 17 "+components/translate/core/common", |
17 "+extensions/common", | 18 "+extensions/common", |
18 "+google_apis/gaia", # For gaia_switches.h | 19 "+google_apis/gaia", # For gaia_switches.h |
19 "+grit", # For generated headers | 20 "+grit", # For generated headers |
20 "+media", | 21 "+media", |
21 "+ppapi/shared_impl", | 22 "+ppapi/shared_impl", |
22 "+remoting/client/plugin", | 23 "+remoting/client/plugin", |
23 "+webkit/common/user_agent", | 24 "+webkit/common/user_agent", |
24 | 25 |
25 # FIXME - refactor code and remove these dependencies | 26 # FIXME - refactor code and remove these dependencies |
26 "+chrome/installer", | 27 "+chrome/installer", |
27 ] | 28 ] |
OLD | NEW |