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

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

Issue 2772503006: Use framework includes in ios/web_view/shell. (Closed)
Patch Set: Link against framework. 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
Index: ios/web_view/shell/BUILD.gn
diff --git a/ios/web_view/shell/BUILD.gn b/ios/web_view/shell/BUILD.gn
index 14032cdfa5b560eecaa20d1a5fe801a05771abde..ee8a57be247479933e1b38a729964f3ab810bc38 100644
--- a/ios/web_view/shell/BUILD.gn
+++ b/ios/web_view/shell/BUILD.gn
@@ -9,8 +9,6 @@ ios_app_bundle("ios_web_view_shell") {
deps = [
":shell",
- "//ios/web_view",
- "//ios/web_view:web_view+link",
]
bundle_deps = [ "//ios/web_view:web_view+bundle" ]
@@ -32,7 +30,7 @@ source_set("shell") {
deps = [
":resources",
- "//ios/web_view",
+ "//ios/web_view:web_view+link",
]
libs = [

Powered by Google App Engine
This is Rietveld 408576698