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

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

Issue 2529763002: Create FakeProviders for NativeAppMetadata and NativeAppManager (Closed)
Patch Set: FakeMetadata Changes 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 2f90f85cc3297f5e9f634d7303f58179de178f09..9d8a5f5b9ec5457735f3cd49db7876b156235424 100644
--- a/ios/public/provider/chrome/browser/BUILD.gn
+++ b/ios/public/provider/chrome/browser/BUILD.gn
@@ -16,6 +16,10 @@ source_set("browser") {
"images/branded_image_provider.h",
"images/branded_image_provider.mm",
"images/whats_new_icon.h",
+ "native_app_launcher/fake_native_app_metadata.h",
rohitrao (ping after 24h) 2016/11/25 00:34:38 These should move down into the "test_support" tar
sdefresne 2016/11/25 08:41:57 +1
sczs1 2016/11/26 04:10:18 Right, didn't think of that! I've now created a n
+ "native_app_launcher/fake_native_app_metadata.mm",
+ "native_app_launcher/fake_native_app_whitelist_manager.h",
+ "native_app_launcher/fake_native_app_whitelist_manager.mm",
"native_app_launcher/native_app_metadata.h",
"native_app_launcher/native_app_types.h",
"native_app_launcher/native_app_whitelist_manager.h",

Powered by Google App Engine
This is Rietveld 408576698