OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+chrome/grit", | 2 "+chrome/grit", |
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/cast_certificate", |
8 "+components/cdm/common", | 8 "+components/cdm/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/crash/core/common", | 11 "+components/crash/core/common", |
12 "+components/crx_file", | 12 "+components/crx_file", |
13 "+components/data_reduction_proxy/core/common", | 13 "+components/data_reduction_proxy/core/common", |
14 "+components/dom_distiller/core", | 14 "+components/dom_distiller/core", |
15 "+components/flags_ui/flags_ui_switches.h", | 15 "+components/flags_ui/flags_ui_switches.h", |
16 "+components/gcm_driver", | 16 "+components/gcm_driver", |
17 "+components/metrics/client_info.h", | 17 "+components/metrics/client_info.h", |
18 "+components/metrics/metrics_pref_names.h", | 18 "+components/metrics/metrics_pref_names.h", |
19 "+components/nacl/common", | 19 "+components/nacl/common", |
20 "+components/offline_pages/offline_page_feature.h", | 20 "+components/offline_pages/offline_page_feature.h", |
21 "+components/password_manager/core/common", | 21 "+components/password_manager/core/common", |
22 "+components/policy/core/common", | 22 "+components/policy/core/common", |
23 "+components/printing/common", | 23 "+components/printing/common", |
24 "+components/signin/core/common", | 24 "+components/signin/core/common", |
25 "+components/translate/core/common", | 25 "+components/translate/core/common", |
26 "+components/url_formatter", | 26 "+components/url_formatter", |
27 "+components/version_info", | 27 "+components/version_info", |
28 "+extensions/common", | 28 "+extensions/common", |
| 29 "+extensions/features", |
29 "+gin/public", # For profiling.cc | 30 "+gin/public", # For profiling.cc |
30 "+google_apis/gaia", # For gaia_switches.h | 31 "+google_apis/gaia", # For gaia_switches.h |
31 "+media", | 32 "+media", |
32 "+ppapi/c", | 33 "+ppapi/c", |
33 "+ppapi/shared_impl", | 34 "+ppapi/shared_impl", |
34 "+ppapi/thunk", | 35 "+ppapi/thunk", |
35 "+sandbox/linux/services/credentials.h", | 36 "+sandbox/linux/services/credentials.h", |
36 "+third_party/boringssl/src/include", | 37 "+third_party/boringssl/src/include", |
37 "+third_party/kasko", | 38 "+third_party/kasko", |
38 | 39 |
39 # FIXME - refactor code and remove these dependencies | 40 # FIXME - refactor code and remove these dependencies |
40 "+chrome/installer", | 41 "+chrome/installer", |
41 ] | 42 ] |
42 specific_include_rules = { | 43 specific_include_rules = { |
43 "service_process_util\.h": [ | 44 "service_process_util\.h": [ |
44 "+mojo/edk/embedder", | 45 "+mojo/edk/embedder", |
45 ], | 46 ], |
46 } | 47 } |
OLD | NEW |