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

Unified Diff: ios/chrome/browser/ui/sad_tab/BUILD.gn

Issue 2952343002: EG Tests for Sad Tab View (Closed)
Patch Set: Typo 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/sad_tab/sad_tab_view_egtest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/sad_tab/BUILD.gn
diff --git a/ios/chrome/browser/ui/sad_tab/BUILD.gn b/ios/chrome/browser/ui/sad_tab/BUILD.gn
index 4fd01c50aa2121989fc5b1224d96f37b2204d10d..4b96b076c33b6d3a4d606b0c0ef989e9f51368ce 100644
--- a/ios/chrome/browser/ui/sad_tab/BUILD.gn
+++ b/ios/chrome/browser/ui/sad_tab/BUILD.gn
@@ -27,3 +27,26 @@ source_set("sad_tab") {
]
libs = [ "UIKit.framework" ]
}
+
+source_set("eg_tests") {
+ configs += [ "//build/config/compiler:enable_arc" ]
+ testonly = true
+ sources = [
+ "sad_tab_view_egtest.mm",
+ ]
+
+ deps = [
+ ":sad_tab",
+ "//base",
+ "//components/strings",
+ "//ios/chrome/app/strings",
+ "//ios/chrome/browser/ui/tools_menu",
+ "//ios/chrome/test/app:test_support",
+ "//ios/chrome/test/earl_grey:test_support",
+ "//ios/testing/earl_grey:earl_grey_support",
+ "//ios/third_party/earl_grey",
+ "//ios/web/public/test/http_server",
+ "//ui/base",
+ ]
+ libs = [ "XCTest.framework" ]
+}
« no previous file with comments | « no previous file | ios/chrome/browser/ui/sad_tab/sad_tab_view_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698