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

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 DistillerPageWebContentsTest and DomDistillerDistillablePageUtilsTest 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/app/content_jni_onload.h",
6 "+content/public/app/content_main.h",
7 "+content/public/common/content_switches.h",
5 "+content/public/test", 8 "+content/public/test",
9 "+content/shell/android/shell_jni_registrar.h",
10 "+content/shell/app/shell_main_delegate.h",
11 "+jni",
12 "+media/base/media_switches.h",
6 "+ui/base/android/ui_base_jni_registrar.h", 13 "+ui/base/android/ui_base_jni_registrar.h",
7 "+ui/base/resource/resource_bundle.h", 14 "+ui/base/resource/resource_bundle.h",
8 "+ui/base/ui_base_paths.h", 15 "+ui/base/ui_base_paths.h",
9 "+ui/gfx/android/gfx_jni_registrar.h", 16 "+ui/gfx/android/gfx_jni_registrar.h",
10 "+ui/gl/gl_surface.h", # To initialize GL for tests. 17 "+ui/gl/gl_surface.h", # To initialize GL for tests.
11 ] 18 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698