summaryrefslogtreecommitdiffstats
path: root/components/test/DEPS
blob: 88da157e1c72abbc0017bc4bee7376ba7fc623b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include_rules = [
  # To initialize the global data of content_settings.
  "+components/content_settings/core/common",
  "+components/invalidation/android/component_jni_registrar.h",
  "+content/public/android/java/src/org/chromium/content/browser",
  "+content/public/app/content_jni_onload.h",
  "+content/public/app/content_main.h",
  "+content/public/common/content_switches.h",
  "+content/public/test",
  "+content/shell/android/browsertests",
  "+content/shell/android/java/src/org/chromium/content_shell",
  "+content/shell/android/shell_jni_registrar.h",
  "+content/shell/app/shell_main_delegate.h",
  "+jni",
  "+media/base/media_switches.h",
  "+ui/android/java/src/org/chromium/ui/base",
  "+ui/base/android/ui_base_jni_registrar.h",
  "+ui/base/resource/resource_bundle.h",
  "+ui/base/ui_base_paths.h",
  "+ui/gfx/android/gfx_jni_registrar.h",
  "+ui/gl/gl_surface.h",  # To initialize GL for tests.
]