| Index: components/test/DEPS
|
| diff --git a/components/test/DEPS b/components/test/DEPS
|
| index 64fea83eb28b206d4639d65c270bae89a8e5a709..f0c8a87f23caa288e5b24b0964dfbccc7f05d1e1 100644
|
| --- a/components/test/DEPS
|
| +++ b/components/test/DEPS
|
| @@ -2,6 +2,12 @@ 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): Eliminate this dependency by having
|
| + # ./test/run_all_unittests.cc avoid using the //chrome
|
| + # constant to get the framework name on OS X. crbug.com/348563
|
| + "!chrome/common/chrome_constants.h",
|
| ]
|
|
|