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

Unified Diff: ios/chrome/browser/tabs/BUILD.gn

Issue 2789433006: Implement request mobile site. (Closed)
Patch Set: Fix failing eg tests on iPad. Created 3 years, 8 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/chrome/browser/tabs/tab.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/tabs/BUILD.gn
diff --git a/ios/chrome/browser/tabs/BUILD.gn b/ios/chrome/browser/tabs/BUILD.gn
index da726f3a7816ec88ef66d3bbc485a6e9c61904d2..59d8e13504769652761c49f930976e1b4dd24861 100644
--- a/ios/chrome/browser/tabs/BUILD.gn
+++ b/ios/chrome/browser/tabs/BUILD.gn
@@ -24,6 +24,7 @@ source_set("tabs") {
"//components/sync_sessions",
"//ios/net",
"//ios/web",
+ "//ios/web:user_agent",
"//ui/base",
]
libs = [ "UIKit.framework" ]
@@ -105,6 +106,7 @@ source_set("tabs_internal") {
"//ios/public/provider/chrome/browser",
"//ios/public/provider/chrome/browser/native_app_launcher",
"//ios/web",
+ "//ios/web:user_agent",
"//net",
"//ui/base",
"//url",
« no previous file with comments | « no previous file | ios/chrome/browser/tabs/tab.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698