Index: components/test/DEPS |
diff --git a/components/test/DEPS b/components/test/DEPS |
index 64fea83eb28b206d4639d65c270bae89a8e5a709..b656ceb385262e7db8f5370877991c58c54e7e38 100644 |
--- a/components/test/DEPS |
+++ b/components/test/DEPS |
@@ -2,6 +2,10 @@ include_rules = [ |
"+content/public/test", |
"+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. |
+ # TODO(blundell): If this approach sticks, need to reference bug for getting |
+ # rid of need for this. |
+ "!chrome/common/chrome_constants.h", |
] |