Chromium Code Reviews| Index: content/public/test/DEPS |
| diff --git a/content/public/test/DEPS b/content/public/test/DEPS |
| index 2d15ed00b2ace9dd97f8f0ec12c8d016765e4f93..24efc474978fb747353758a7718792912d288e95 100644 |
| --- a/content/public/test/DEPS |
| +++ b/content/public/test/DEPS |
| @@ -5,6 +5,9 @@ include_rules = [ |
| "+mojo/android/system/mojo_jni_registrar.h", |
| "+services/service_manager", |
| "+v8/include/v8.h", |
| + |
| + # To allow setting feature params for testing via --force-fieldtrial-params. |
| + "+components/variations/variations_switches.h", |
|
jam
2017/07/05 15:06:13
this is already used in content, see https://cs.ch
Łukasz Anforowicz
2017/07/05 15:55:53
Ugh - good point, I should have checked and notice
|
| ] |
| # Ensure we don't leak internal content headers through public headers. |