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/data_reduction_proxy/common", | 9 "+components/data_reduction_proxy/common", |
| 10 "+components/metrics/client_info.h", |
10 "+components/metrics/metrics_pref_names.h", | 11 "+components/metrics/metrics_pref_names.h", |
11 "+components/nacl/common", | 12 "+components/nacl/common", |
12 "+components/password_manager/core/common", | 13 "+components/password_manager/core/common", |
13 "+components/policy/core/common", | 14 "+components/policy/core/common", |
14 "+components/signin/core/common", | 15 "+components/signin/core/common", |
15 "+components/translate/core/common", | 16 "+components/translate/core/common", |
16 "+extensions/common", | 17 "+extensions/common", |
17 "+google_apis/gaia", # For gaia_switches.h | 18 "+google_apis/gaia", # For gaia_switches.h |
18 "+grit", # For generated headers | 19 "+grit", # For generated headers |
19 "+media", | 20 "+media", |
20 "+ppapi/shared_impl", | 21 "+ppapi/shared_impl", |
21 "+remoting/client/plugin", | 22 "+remoting/client/plugin", |
22 "+webkit/common/user_agent", | 23 "+webkit/common/user_agent", |
23 | 24 |
24 # FIXME - refactor code and remove these dependencies | 25 # FIXME - refactor code and remove these dependencies |
25 "+chrome/installer", | 26 "+chrome/installer", |
26 ] | 27 ] |
OLD | NEW |