| 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/client_info.h", | 18 "+components/metrics/client_info.h", |
| 19 "+components/metrics/metrics_pref_names.h", | 19 "+components/metrics/metrics_pref_names.h", |
| 20 "+components/nacl/common", | 20 "+components/nacl/common", |
| 21 "+components/network_session_configurator/common", | 21 "+components/network_session_configurator/common", |
| 22 "+components/ntp_tiles", | 22 "+components/ntp_tiles", |
| 23 "+components/offline_pages/features", | 23 "+components/offline_pages/features", |
| 24 "+components/password_manager/core/common", | 24 "+components/password_manager/core/common", |
| 25 "+components/policy/core/common", | 25 "+components/policy/core/common", |
| 26 "+components/printing/common", | 26 "+components/printing/common", |
| 27 "+components/safe_browsing/csd.pb.h", | 27 "+components/safe_browsing/csd.pb.h", |
| 28 "+components/safe_browsing/web_ui/constants.h", |
| 28 "+components/signin/core/common", | 29 "+components/signin/core/common", |
| 29 "+components/translate/core/common", | 30 "+components/translate/core/common", |
| 30 "+components/url_formatter", | 31 "+components/url_formatter", |
| 31 "+components/version_info", | 32 "+components/version_info", |
| 32 "+device/vr/features/features.h", | 33 "+device/vr/features/features.h", |
| 33 "+extensions/common", | 34 "+extensions/common", |
| 34 "+extensions/features", | 35 "+extensions/features", |
| 35 "+gin/public", # For profiling.cc | 36 "+gin/public", # For profiling.cc |
| 36 "+google_apis/gaia", # For gaia_switches.h | 37 "+google_apis/gaia", # For gaia_switches.h |
| 37 "+media", | 38 "+media", |
| 38 "+ppapi/c", | 39 "+ppapi/c", |
| 39 "+ppapi/shared_impl", | 40 "+ppapi/shared_impl", |
| 40 "+ppapi/thunk", | 41 "+ppapi/thunk", |
| 41 "+rlz/features/features.h", | 42 "+rlz/features/features.h", |
| 42 "+sandbox/linux/services/credentials.h", | 43 "+sandbox/linux/services/credentials.h", |
| 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 |