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

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

Issue 1679283002: Componentize Chrome terms of service, Accept-Languages & default encoding. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase && use a qualified include for the new file Created 4 years, 10 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/browser/prefs/browser_prefs.mm ('k') | ios/chrome/ios_chrome_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/variations/BUILD.gn
diff --git a/ios/chrome/browser/variations/BUILD.gn b/ios/chrome/browser/variations/BUILD.gn
index 3998d285f49d3254fd45461879e1484260544252..dbd5aa79cae3dc972acb9fb3e7cc96c93aa1040f 100644
--- a/ios/chrome/browser/variations/BUILD.gn
+++ b/ios/chrome/browser/variations/BUILD.gn
@@ -8,6 +8,7 @@ generate_ui_string_overrider("ios_chrome_ui_string_overrider_factory") {
inputs = [
"$root_gen_dir/components/strings/grit/components_chromium_strings.h",
"$root_gen_dir/components/strings/grit/components_google_chrome_strings.h",
+ "$root_gen_dir/components/strings/grit/components_locale_settings.h",
"$root_gen_dir/components/strings/grit/components_strings.h",
"$root_gen_dir/ios/chrome/grit/ios_chromium_strings.h",
"$root_gen_dir/ios/chrome/grit/ios_google_chrome_strings.h",
@@ -17,6 +18,7 @@ generate_ui_string_overrider("ios_chrome_ui_string_overrider_factory") {
deps = [
"//components/strings:components_chromium_strings",
"//components/strings:components_google_chrome_strings",
+ "//components/strings:components_locale_settings",
"//components/strings:components_strings",
"//ios/chrome/app/strings:ios_chromium_strings",
"//ios/chrome/app/strings:ios_google_chrome_strings",
« no previous file with comments | « ios/chrome/browser/prefs/browser_prefs.mm ('k') | ios/chrome/ios_chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698