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

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

Issue 2756483006: Adds NavigationManager util functions to ios/chrome/browser/web/ (Closed)
Patch Set: changed #include to #import and minor renaming. 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/chrome/browser/tabs/tab.mm ('k') | ios/chrome/browser/web/navigation_manager_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/web/BUILD.gn
diff --git a/ios/chrome/browser/web/BUILD.gn b/ios/chrome/browser/web/BUILD.gn
index 8514df5b711f703100b8dad75254af3d87559393..6cd5023e0c1434e6016354d28d3d89ac53a502eb 100644
--- a/ios/chrome/browser/web/BUILD.gn
+++ b/ios/chrome/browser/web/BUILD.gn
@@ -9,6 +9,8 @@ source_set("web") {
sources = [
"dom_altering_lock.h",
"dom_altering_lock.mm",
+ "navigation_manager_util.h",
+ "navigation_manager_util.mm",
"network_activity_indicator_tab_helper.h",
"network_activity_indicator_tab_helper.mm",
"repost_form_tab_helper.h",
@@ -21,6 +23,7 @@ source_set("web") {
"//ios/chrome/browser/ui/alert_coordinator:alert_coordinator",
"//ios/chrome/browser/ui/util:util",
"//ios/web",
+ "//ios/web:web_arc",
"//ui/base",
]
}
@@ -29,6 +32,7 @@ source_set("unit_tests") {
configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [
+ "navigation_manager_util_unittest.mm",
"network_activity_indicator_tab_helper_unittest.mm",
"repost_form_tab_helper_unittest.mm",
]
@@ -40,8 +44,10 @@ source_set("unit_tests") {
"//ios/chrome/browser/ui:ui",
"//ios/chrome/test:test_support",
"//ios/web:test_support",
+ "//ios/web:web_arc",
"//testing/gtest",
"//ui/base:base",
+ "//url:url",
]
}
« no previous file with comments | « ios/chrome/browser/tabs/tab.mm ('k') | ios/chrome/browser/web/navigation_manager_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698