include_rules = [
  "+chrome/grit",  # For generated headers
  "+chromeos",  # For chromeos_switches.h
  "+components/autofill/content/common",
  "+components/autofill/core/common",
  "+components/bookmarks/common",
  "+components/cloud_devices/common",
  "+components/content_settings/core/common",
  "+components/crash/core/common",
  "+components/crx_file",
  "+components/data_reduction_proxy/content/common",
  "+components/data_reduction_proxy/core/common",
  "+components/dom_distiller/core",
  "+components/flags_ui/flags_ui_switches.h",
  "+components/gcm_driver",
  "+components/metrics/client_info.h",
  "+components/metrics/metrics_pref_names.h",
  "+components/nacl/common",
  "+components/offline_pages/offline_page_feature.h",
  "+components/password_manager/core/common",
  "+components/printing/common",
  "+components/policy/core/common",
  "+components/signin/core/common",
  # TODO(fdoray): Remove this once the PreRead field trial has expired.
  # crbug.com/577698
  "+components/startup_metric_utils/common",
  "+components/strings/grit",
  "+components/translate/core/common",
  "+components/url_formatter",
  "+components/version_info",
  "+extensions/common",
  "+gin/public",  # For profiling.cc
  "+google_apis/gaia",  # For gaia_switches.h
  "+grit",  # For generated headers. TODO(thestig): Remove.
  "+media",
  "+ppapi/c",
  "+ppapi/shared_impl",
  "+ppapi/thunk",
  "+third_party/kasko",

  # FIXME - refactor code and remove these dependencies
  "+chrome/installer",
]
