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

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

Issue 2756483006: Adds NavigationManager util functions to ios/chrome/browser/web/ (Closed)
Patch Set: fixed unit tests 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/chrome/browser/web/BUILD.gn
diff --git a/ios/chrome/browser/web/BUILD.gn b/ios/chrome/browser/web/BUILD.gn
index 8514df5b711f703100b8dad75254af3d87559393..97abf113eddd207d9b2b5cec127c05d48a1f8a08 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",
@@ -29,6 +31,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",
]

Powered by Google App Engine
This is Rietveld 408576698