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

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

Issue 2736243003: Add ios_web_view_shell_egtests target and accessibility labels to shell. (Closed)
Patch Set: rename matchers file. 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/BUILD.gn ('k') | ios/web_view/shell/shell_view_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/shell/BUILD.gn
diff --git a/ios/web_view/shell/BUILD.gn b/ios/web_view/shell/BUILD.gn
index 0407dec7e8174c1fb7387c3ef3ddaae85017443f..389cc5907e5d776a21828c43f33db63cef3805ba 100644
--- a/ios/web_view/shell/BUILD.gn
+++ b/ios/web_view/shell/BUILD.gn
@@ -6,16 +6,20 @@ import("//tools/grit/repack.gni")
import("//build/config/ios/rules.gni")
ios_app_bundle("ios_web_view_shell") {
- configs += [ "//build/config/compiler:enable_arc" ]
+ info_plist = "Info.plist"
+
deps = [
- "//base",
- "//ios/web_view",
+ ":shell",
]
bundle_deps = [
":resources",
":packed_resources",
]
- info_plist = "Info.plist"
+
+ configs += [ "//build/config/compiler:enable_arc" ]
+}
+
+source_set("shell") {
sources = [
"shell_app_delegate.h",
"shell_app_delegate.m",
@@ -27,6 +31,12 @@ ios_app_bundle("ios_web_view_shell") {
"translate_controller.h",
"translate_controller.m",
]
+
+ deps = [
+ "//base",
+ "//ios/web_view",
+ ]
+
libs = [
"CFNetwork.framework",
"CoreFoundation.framework",
@@ -41,6 +51,8 @@ ios_app_bundle("ios_web_view_shell") {
"WebKit.framework",
"resolv",
]
+
+ configs += [ "//build/config/compiler:enable_arc" ]
}
bundle_data("resources") {
« no previous file with comments | « ios/BUILD.gn ('k') | ios/web_view/shell/shell_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698