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

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

Issue 2745653010: Create ChromeWebView Framework. (Closed)
Patch Set: Respond to comments. Created 3 years, 9 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_view/shell/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/shell/test/BUILD.gn
diff --git a/ios/web_view/shell/test/BUILD.gn b/ios/web_view/shell/test/BUILD.gn
index 6c29a4c5c4b72df0b132e4ddf244ea9ba18c29d2..4d9517c8535fedc8405be46a39661a50ae17829a 100644
--- a/ios/web_view/shell/test/BUILD.gn
+++ b/ios/web_view/shell/test/BUILD.gn
@@ -20,6 +20,7 @@ ios_eg_test("ios_web_view_shell_egtests") {
deps = [
":earl_grey_test_support",
+ "//ios/web_view:web_view+link",
# All shared libraries must have the sanitizer deps to properly link in
# asan mode (this target will be empty in other cases).
@@ -37,12 +38,17 @@ source_set("earl_grey_test_support") {
deps = [
"//base",
"//ios/testing:ios_test_support",
- "//ios/third_party/earl_grey",
"//ios/web_view/shell",
]
public_deps = [
"//build/config/ios:xctest",
+ "//ios/third_party/earl_grey",
+ ]
+
+ libs = [
+ "WebKit.framework",
+ "XCTest.framework",
]
sources = [
« no previous file with comments | « ios/web_view/shell/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698