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

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

Issue 2170243002: [ios] Implemented Meta Tags EarlGrey tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename-tests
Patch Set: Added missing 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
« no previous file with comments | « ios/web/ios_web_shell_tests.gyp ('k') | ios/web/shell/test/meta_tags_egtest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/test/BUILD.gn
diff --git a/ios/web/shell/test/BUILD.gn b/ios/web/shell/test/BUILD.gn
index 4adfbb01cf133e0b193ae7fa200ff915004c9602..301bb8880a554440dee72664a60d2ed5f33611be 100644
--- a/ios/web/shell/test/BUILD.gn
+++ b/ios/web/shell/test/BUILD.gn
@@ -7,12 +7,14 @@ import("//ios/third_party/earl_grey/ios_eg_test.gni")
ios_eg_test("ios_web_shell_test") {
sources = [
+ "meta_tags_egtest.mm",
"navigation_egtest.mm",
"page_state_egtest.mm",
]
deps = [
"//base",
+ "//base/test:test_support",
"//ios/web:test_support",
"//ios/web/shell",
"//ios/web/shell/test:earl_grey_test_support",
« no previous file with comments | « ios/web/ios_web_shell_tests.gyp ('k') | ios/web/shell/test/meta_tags_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698