Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: components/test/DEPS

Issue 1173363008: [Android] Refactor browser test execution. (RELAND) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # To initialize the global data of content_settings. 2 # To initialize the global data of content_settings.
3 "+components/content_settings/core/common", 3 "+components/content_settings/core/common",
4 "+components/invalidation/android/component_jni_registrar.h", 4 "+components/invalidation/android/component_jni_registrar.h",
5 "+content/public/android/java/src/org/chromium/content/browser", 5 "+content/public/android/java/src/org/chromium/content/browser",
6 "+content/public/app/content_jni_onload.h", 6 "+content/public/app/content_jni_onload.h",
7 "+content/public/app/content_main.h", 7 "+content/public/app/content_main.h",
8 "+content/public/common/content_switches.h", 8 "+content/public/common/content_switches.h",
9 "+content/public/test", 9 "+content/public/test",
10 "+content/shell/android/browsertests",
10 "+content/shell/android/java/src/org/chromium/content_shell", 11 "+content/shell/android/java/src/org/chromium/content_shell",
11 "+content/shell/android/shell_jni_registrar.h", 12 "+content/shell/android/shell_jni_registrar.h",
12 "+content/shell/app/shell_main_delegate.h", 13 "+content/shell/app/shell_main_delegate.h",
13 "+jni", 14 "+jni",
14 "+media/base/media_switches.h", 15 "+media/base/media_switches.h",
15 "+ui/android/java/src/org/chromium/ui/base", 16 "+ui/android/java/src/org/chromium/ui/base",
16 "+ui/base/android/ui_base_jni_registrar.h", 17 "+ui/base/android/ui_base_jni_registrar.h",
17 "+ui/base/resource/resource_bundle.h", 18 "+ui/base/resource/resource_bundle.h",
18 "+ui/base/ui_base_paths.h", 19 "+ui/base/ui_base_paths.h",
19 "+ui/gfx/android/gfx_jni_registrar.h", 20 "+ui/gfx/android/gfx_jni_registrar.h",
20 "+ui/gl/gl_surface.h", # To initialize GL for tests. 21 "+ui/gl/gl_surface.h", # To initialize GL for tests.
21 ] 22 ]
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/test/android/browsertests_apk/AndroidManifest.xml.jinja2 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698