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

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

Issue 2731553005: Introduced StoreKitTabHelper class (Closed)
Patch Set: rebased and address sdefresne's 2nd round comments 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/BUILD.gn
diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
index 76d8f48c83f7961861d52b12b5bb81d6997c9e5a..1f3d392b8f1397fd877cb3de2ad652f79d5cb670 100644
--- a/ios/chrome/browser/BUILD.gn
+++ b/ios/chrome/browser/BUILD.gn
@@ -57,7 +57,6 @@ source_set("browser") {
"procedural_block_types.h",
"root_coordinator.h",
"root_coordinator.mm",
- "storekit_launcher.h",
"tab_parenting_global_observer.cc",
"tab_parenting_global_observer.h",
"web_data_service_factory.cc",
@@ -101,6 +100,7 @@ source_set("browser") {
"//google_apis",
"//ios/chrome/app/strings",
"//ios/chrome/browser/browser_state",
+ "//ios/chrome/browser/store_kit",
rohitrao (ping after 24h) 2017/03/07 13:38:07 Does this target actually need to depend on store_
pkl (ping after 24h if needed) 2017/03/07 21:24:46 Doesn't seem necessary. Removed. Thanks!
"//ios/chrome/browser/sync/glue",
"//ios/chrome/common",
"//ios/net",
« no previous file with comments | « no previous file | ios/chrome/browser/itunes_links/BUILD.gn » ('j') | ios/chrome/browser/itunes_links/itunes_links_observer.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698