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

Unified Diff: ios/testing/BUILD.gn

Issue 2448753002: Refactor wait_util so it isn't coupled to EarlGrey. (Closed)
Patch Set: compile Created 4 years, 2 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/testing/earl_grey/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/testing/BUILD.gn
diff --git a/ios/testing/BUILD.gn b/ios/testing/BUILD.gn
index 754d27163a80c904e6e7a64202027e3cd93fb570..5d8e854cb0406da540c914bda6d3e776466eab99 100644
--- a/ios/testing/BUILD.gn
+++ b/ios/testing/BUILD.gn
@@ -5,6 +5,19 @@
import("//ios/build/config.gni")
import("//testing/test.gni")
+source_set("ios_test_support") {
+ testonly = true
+
+ deps = [
+ "//base/test:test_support",
+ ]
+
+ sources = [
+ "wait_util.h",
+ "wait_util.mm",
+ ]
+}
+
source_set("ocmock_support") {
testonly = true
« no previous file with comments | « no previous file | ios/testing/earl_grey/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698