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