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

Unified Diff: ios/showcase/toolbar/BUILD.gn

Issue 2936773003: [ios clean] Toolbar accessibility and showcase egtests (Closed)
Patch Set: Rename A11y string 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 | « ios/showcase/BUILD.gn ('k') | ios/showcase/toolbar/sc_toolbar_coordinator.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/showcase/toolbar/BUILD.gn
diff --git a/ios/showcase/toolbar/BUILD.gn b/ios/showcase/toolbar/BUILD.gn
index 223a3d11bca5763823758fbf524739296ecdd879..c007f41ccebc8cbcc7abeae9e347107bdffa1d82 100644
--- a/ios/showcase/toolbar/BUILD.gn
+++ b/ios/showcase/toolbar/BUILD.gn
@@ -15,3 +15,20 @@ source_set("toolbar") {
libs = [ "UIKit.framework" ]
configs += [ "//build/config/compiler:enable_arc" ]
}
+
+source_set("eg_tests") {
+ testonly = true
+ sources = [
+ "sc_toolbar_egtest.mm",
+ ]
+ deps = [
+ "//components/strings",
+ "//ios/chrome/app/strings",
+ "//ios/chrome/browser/ui",
+ "//ios/chrome/test/earl_grey:test_support",
+ "//ios/showcase/test",
+ "//ios/third_party/earl_grey",
+ "//ui/base",
+ ]
+ configs += [ "//build/config/compiler:enable_arc" ]
+}
« no previous file with comments | « ios/showcase/BUILD.gn ('k') | ios/showcase/toolbar/sc_toolbar_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698