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

Side by Side Diff: components/test/DEPS

Issue 1075783002: Enable components_browsertests on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN build and add java dependency to components/test/DEPS Created 5 years, 8 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",
6 "+content/public/app/content_jni_onload.h",
7 "+content/public/app/content_main.h",
8 "+content/public/common/content_switches.h",
5 "+content/public/test", 9 "+content/public/test",
10 "+content/shell/android/java/src/org/chromium/content_shell",
11 "+content/shell/android/shell_jni_registrar.h",
12 "+content/shell/app/shell_main_delegate.h",
13 "+jni",
14 "+media/base/media_switches.h",
15 "+ui/android/java/src/org/chromium/ui/base",
6 "+ui/base/android/ui_base_jni_registrar.h", 16 "+ui/base/android/ui_base_jni_registrar.h",
7 "+ui/base/resource/resource_bundle.h", 17 "+ui/base/resource/resource_bundle.h",
8 "+ui/base/ui_base_paths.h", 18 "+ui/base/ui_base_paths.h",
9 "+ui/gfx/android/gfx_jni_registrar.h", 19 "+ui/gfx/android/gfx_jni_registrar.h",
10 "+ui/gl/gl_surface.h", # To initialize GL for tests. 20 "+ui/gl/gl_surface.h", # To initialize GL for tests.
11 ] 21 ]
OLDNEW
« no previous file with comments | « components/printing/test/print_web_view_helper_browsertest.cc ('k') | components/test/android/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698