| 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" ]
|
| +}
|
|
|