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

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

Issue 2650563002: Pass WebState to NativeAppNavigationController (Closed)
Patch Set: fixed import vs. include Created 3 years, 11 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/native_app_launcher/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/native_app_launcher/BUILD.gn
diff --git a/ios/chrome/browser/native_app_launcher/BUILD.gn b/ios/chrome/browser/native_app_launcher/BUILD.gn
index 8a96523064fc6794a6677da79ff403ab94fe70e8..f85a041b425c2b0c33905e41094f0919c2b72ade 100644
--- a/ios/chrome/browser/native_app_launcher/BUILD.gn
+++ b/ios/chrome/browser/native_app_launcher/BUILD.gn
@@ -54,6 +54,8 @@ source_set("native_app_launcher_internal") {
sources = [
"native_app_navigation_controller.h",
"native_app_navigation_controller.mm",
+ "native_app_navigation_util.h",
+ "native_app_navigation_util.mm",
]
deps = [
":native_app_launcher",
@@ -79,6 +81,7 @@ source_set("unit_tests_internal") {
testonly = true
sources = [
"native_app_navigation_controller_unittest.mm",
+ "native_app_navigation_util_unittest.mm",
]
deps = [
":native_app_launcher",
@@ -87,6 +90,7 @@ source_set("unit_tests_internal") {
"//base/test:test_support",
"//components/infobars/core",
"//ios/chrome/browser",
+ "//ios/chrome/browser/web:test_support",
"//ios/chrome/test:test_support",
"//ios/public/provider/chrome/browser",
"//ios/public/provider/chrome/browser:test_support",
« no previous file with comments | « no previous file | ios/chrome/browser/native_app_launcher/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698