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

Unified Diff: content/test/BUILD.gn

Issue 2702503002: Block renderer-initiated main frame navigations to data URLs (Closed)
Patch Set: Fix Android PDF tests where PDFs should be downloaded Created 3 years, 8 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
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/test/data/data_url_navigations.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 5e3cc48f9f5c5e0fac9cd1c022103f1a2dd58dd1..3f701713fae3e7eef77088ea388f7c4c76dbc885 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -608,6 +608,7 @@ test("content_browsertests") {
"../browser/fileapi/file_system_browsertest.cc",
"../browser/fileapi/fileapi_browsertest.cc",
"../browser/find_request_manager_browsertest.cc",
+ "../browser/frame_host/data_url_navigation_browsertest.cc",
"../browser/frame_host/form_submission_throttle_browsertest.cc",
"../browser/frame_host/frame_tree_browsertest.cc",
"../browser/frame_host/interstitial_page_impl_browsertest.cc",
@@ -987,6 +988,10 @@ test("content_browsertests") {
# The cast shell media pipeline doesn't produce real video frames that we
# can inspect.
"../browser/media/media_color_browsertest.cc",
+
+ # The cast shell has plugin support but no pdf, causing data URL PDF tests
+ # to fail.
+ "../browser/frame_host/data_url_navigation_browsertest.cc",
]
}
}
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/test/data/data_url_navigations.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698