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

Unified Diff: ios/public/provider/chrome/browser/BUILD.gn

Issue 2529763002: Create FakeProviders for NativeAppMetadata and NativeAppManager (Closed)
Patch Set: Add implementation for |schemeForAppId:| Created 4 years, 1 month 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/public/provider/chrome/browser/BUILD.gn
diff --git a/ios/public/provider/chrome/browser/BUILD.gn b/ios/public/provider/chrome/browser/BUILD.gn
index a0b4224f79e40a08c779e7673f9650b49555258c..1311faa682aa22b647fa562d8a2d9bb01f632740 100644
--- a/ios/public/provider/chrome/browser/BUILD.gn
+++ b/ios/public/provider/chrome/browser/BUILD.gn
@@ -16,9 +16,6 @@ source_set("browser") {
"images/branded_image_provider.h",
"images/branded_image_provider.mm",
"images/whats_new_icon.h",
- "native_app_launcher/native_app_metadata.h",
- "native_app_launcher/native_app_types.h",
- "native_app_launcher/native_app_whitelist_manager.h",
"omaha/omaha_service_provider.h",
"omaha/omaha_service_provider.mm",
"sessions/live_tab_context_provider.h",
@@ -60,6 +57,7 @@ source_set("browser") {
public_deps = [
":provider_flags",
+ "//ios/public/provider/chrome/browser/native_app_launcher",
sczs1 2016/11/26 04:10:19 This will be moved to deps after we update downstr
sdefresne 2016/11/28 09:28:12 I'm already splitting that target with https://cod
sdefresne 2016/11/28 09:29:47 By that, I meant that you should leave those three
sczs1 2016/11/28 19:16:30 Acknowledged.
sczs1 2016/11/28 19:16:30 Sounds good! Will revert these changes.
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698