| Index: ios/build/chrome_build.gni
|
| diff --git a/ios/build/chrome_build.gni b/ios/build/chrome_build.gni
|
| index a5a1394822c8dfaa8b7c65f6034326cde8fe6ff0..41ddecf4d6378c789b149f5a245e14513b2a93b9 100644
|
| --- a/ios/build/chrome_build.gni
|
| +++ b/ios/build/chrome_build.gni
|
| @@ -5,13 +5,14 @@
|
| import("//build/config/chrome_build.gni")
|
| import("//build/config/ios/ios_sdk.gni")
|
| import("//build/config/mac/symbols.gni")
|
| +import("//components/reading_list/core/reading_list.gni")
|
|
|
| declare_args() {
|
| # Enable today extension.
|
| ios_enable_today_extension = true
|
|
|
| # Enable share extension.
|
| - ios_enable_share_extension = true
|
| + ios_enable_share_extension = enable_reading_list
|
|
|
| # Value of the encryption export compliance code. See "Cryptography and
|
| # U.S. Export Compliance" in "Submitting the App to App Review" in the
|
|
|