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

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: Fixed dangling reference inside the block 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 301bb8880a554440dee72664a60d2ed5f33611be..aeeab4e073815a0a1946a1504b2dae3d97f6ded8 100644
--- a/ios/web/shell/test/BUILD.gn
+++ b/ios/web/shell/test/BUILD.gn
@@ -10,6 +10,7 @@ ios_eg_test("ios_web_shell_test") {
"meta_tags_egtest.mm",
"navigation_egtest.mm",
"page_state_egtest.mm",
+ "pdf_egtest.mm",
]
deps = [
@@ -65,6 +66,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}}/" +

Powered by Google App Engine
This is Rietveld 408576698