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

Unified Diff: content/public/test/DEPS

Issue 2946113002: Use FrameIsAd to decide whether to isolate a frame in TopDocumentIsolation mode. (Closed)
Patch Set: Addressing CR feedback from creis@. Created 3 years, 6 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 side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698