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

Unified Diff: ios/web/shell/test/BUILD.gn

Issue 2183583002: [ios] EarlGrey test for PDF Mime type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@css_selector_matcher
Patch Set: Added missing GN dependency Created 4 years, 5 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: ios/web/shell/test/BUILD.gn
diff --git a/ios/web/shell/test/BUILD.gn b/ios/web/shell/test/BUILD.gn
index 02cfcfb59cbaccc6b33535018ec40e695eb87a01..cf5e57747982fbecc80bc8ba68ccbd404d155f4a 100644
--- a/ios/web/shell/test/BUILD.gn
+++ b/ios/web/shell/test/BUILD.gn
@@ -10,12 +10,15 @@ ios_eg_test("ios_web_shell_test") {
"meta_tags_egtest.mm",
"navigation_egtest.mm",
"page_state_egtest.mm",
+ "pdf_egtest.mm",
"plugin_placeholder_egtest.mm",
]
deps = [
"//base",
"//base/test:test_support",
+ "//ios/testing/earl_grey:earl_grey_support",
+ "//ios/web:earl_grey_test_support",
"//ios/web:test_support",
"//ios/web/shell",
"//ios/web/shell/test:earl_grey_test_support",
@@ -67,6 +70,7 @@ bundle_data("bundle") {
sources = [
"http_server_files/basic_navigation_test.html",
"http_server_files/tall_page.html",
+ "http_server_files/testpage.pdf",
]
outputs = [
"{{bundle_resources_dir}}/{{source_root_relative_dir}}/" +
« no previous file with comments | « ios/web/public/test/earl_grey/web_view_matchers.mm ('k') | ios/web/shell/test/http_server_files/testpage.pdf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698