OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+chrome/grit", | 2 "+chrome/grit", |
3 "+chrome/install_static", | 3 "+chrome/install_static", |
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/cast_certificate", | 8 "+components/cast_certificate", |
9 "+components/cdm/common", | 9 "+components/cdm/common", |
10 "+components/cloud_devices/common", | 10 "+components/cloud_devices/common", |
11 "+components/content_settings/core/common", | 11 "+components/content_settings/core/common", |
12 "+components/crash/core/common", | 12 "+components/crash/core/common", |
13 "+components/crx_file", | 13 "+components/crx_file", |
14 "+components/data_reduction_proxy/core/common", | 14 "+components/data_reduction_proxy/core/common", |
15 "+components/dom_distiller/core", | 15 "+components/dom_distiller/core", |
16 "+components/flags_ui/flags_ui_switches.h", | 16 "+components/flags_ui/flags_ui_switches.h", |
17 "+components/gcm_driver", | 17 "+components/gcm_driver", |
| 18 "+components/metrics/call_stack_profile_metrics_provider.h", |
18 "+components/metrics/client_info.h", | 19 "+components/metrics/client_info.h", |
19 "+components/metrics/metrics_pref_names.h", | 20 "+components/metrics/metrics_pref_names.h", |
20 "+components/nacl/common", | 21 "+components/nacl/common", |
21 "+components/network_session_configurator/common", | 22 "+components/network_session_configurator/common", |
22 "+components/ntp_tiles", | 23 "+components/ntp_tiles", |
23 "+components/offline_pages/features", | 24 "+components/offline_pages/features", |
24 "+components/password_manager/core/common", | 25 "+components/password_manager/core/common", |
25 "+components/policy/core/common", | 26 "+components/policy/core/common", |
26 "+components/printing/common", | 27 "+components/printing/common", |
27 "+components/safe_browsing/csd.pb.h", | 28 "+components/safe_browsing/csd.pb.h", |
(...skipping 15 matching lines...) Expand all Loading... |
43 "+third_party/boringssl/src/include", | 44 "+third_party/boringssl/src/include", |
44 | 45 |
45 # FIXME - refactor code and remove these dependencies | 46 # FIXME - refactor code and remove these dependencies |
46 "+chrome/installer/util", | 47 "+chrome/installer/util", |
47 ] | 48 ] |
48 specific_include_rules = { | 49 specific_include_rules = { |
49 "service_process_util.*": [ | 50 "service_process_util.*": [ |
50 "+mojo/edk/embedder", | 51 "+mojo/edk/embedder", |
51 ], | 52 ], |
52 } | 53 } |
OLD | NEW |