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", |
Łukasz Anforowicz
2017/06/30 15:28:37
Needed in this CL by EnableTopDocumentIsolationFor
Charlie Reis
2017/06/30 23:28:45
I don't have a good sense. We should double check
Łukasz Anforowicz
2017/07/01 00:10:53
Ok. I'll make a note for this.
Łukasz Anforowicz
2017/07/01 00:13:15
jam@ - could you PTAL?
|
] |
# Ensure we don't leak internal content headers through public headers. |