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

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

Issue 2589843002: Upstream Chrome on iOS source code [11/11]. (Closed)
Patch Set: Created 4 years 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/metrics/BUILD.gn ('k') | ios/chrome/browser/net/BUILD.gn » ('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 0bac471d8a406b9f41600f71b2a703dadd2fbd1b..a4de503c00e7f490210eaa58def6eae22b18d102 100644
--- a/ios/chrome/browser/native_app_launcher/BUILD.gn
+++ b/ios/chrome/browser/native_app_launcher/BUILD.gn
@@ -50,3 +50,54 @@ source_set("unit_tests") {
"//url",
]
}
+
+source_set("native_app_launcher_internal") {
+ sources = [
+ "native_app_navigation_controller.h",
+ "native_app_navigation_controller.mm",
+ ]
+ deps = [
+ "//base",
+ "//components/infobars/core",
+ "//ios/chrome/browser",
+ "//ios/chrome/browser/infobars",
+ "//ios/chrome/browser/native_app_launcher",
+ "//ios/chrome/browser/net",
+ "//ios/chrome/browser/tabs",
+ "//ios/public/provider/chrome/browser",
+ "//ios/public/provider/chrome/browser/native_app_launcher",
+ "//ios/public/provider/chrome/browser/signin",
+ "//ios/public/provider/chrome/browser/ui",
+ "//ios/web",
+ "//net",
+ "//ui/base",
+ "//url",
+ ]
+ libs = [ "StoreKit.framework" ]
+}
+
+source_set("unit_tests_internal") {
+ testonly = true
+ sources = [
+ "native_app_navigation_controller_unittest.mm",
+ ]
+ deps = [
+ ":native_app_launcher_internal",
+ "//base",
+ "//base/test:test_support",
+ "//components/infobars/core",
+ "//ios/chrome/browser",
+ "//ios/chrome/browser/native_app_launcher",
+ "//ios/chrome/test:test_support",
+ "//ios/public/provider/chrome/browser",
+ "//ios/public/provider/chrome/browser:test_support",
+ "//ios/public/provider/chrome/browser/native_app_launcher:test_support",
+ "//ios/public/provider/chrome/browser/signin:test_support",
+ "//ios/web",
+ "//ios/web:test_support",
+ "//net:test_support",
+ "//testing/gmock",
+ "//testing/gtest",
+ "//url",
+ ]
+}
« no previous file with comments | « ios/chrome/browser/metrics/BUILD.gn ('k') | ios/chrome/browser/net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698