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 2176503003: Intercept iTunes links and open iTunes controller. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 4 years, 5 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 | « ios/chrome/BUILD.gn ('k') | ios/chrome/browser/itunes_links/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/BUILD.gn
diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
index 0df7efbec0ff529b840da2b761a6c18efacd3681..7930c29264260ac2cf531f119eb11e9c192cc7d4 100644
--- a/ios/chrome/browser/BUILD.gn
+++ b/ios/chrome/browser/BUILD.gn
@@ -225,6 +225,8 @@ source_set("browser") {
"ios_chrome_io_thread.mm",
"ios_chrome_main_parts.h",
"ios_chrome_main_parts.mm",
+ "itunes_links/itunes_links_observer.h",
+ "itunes_links/itunes_links_observer.mm",
"memory/memory_debugger.h",
"memory/memory_debugger.mm",
"memory/memory_debugger_manager.h",
@@ -419,6 +421,7 @@ source_set("browser") {
"ssl/ios_ssl_blocking_page.mm",
"ssl/ios_ssl_error_handler.h",
"ssl/ios_ssl_error_handler.mm",
+ "storekit_launcher.h",
"suggestions/image_fetcher_impl.h",
"suggestions/image_fetcher_impl.mm",
"suggestions/ios_image_decoder_impl.h",
« no previous file with comments | « ios/chrome/BUILD.gn ('k') | ios/chrome/browser/itunes_links/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698