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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//components/variations/service/generate_ui_string_overrider.gni") 5 import("//components/variations/service/generate_ui_string_overrider.gni")
6 6
7 generate_ui_string_overrider("ios_chrome_ui_string_overrider_factory") { 7 generate_ui_string_overrider("ios_chrome_ui_string_overrider_factory") {
8 inputs = [ 8 inputs = [
9 "$root_gen_dir/components/strings/grit/components_chromium_strings.h", 9 "$root_gen_dir/components/strings/grit/components_chromium_strings.h",
10 "$root_gen_dir/components/strings/grit/components_google_chrome_strings.h", 10 "$root_gen_dir/components/strings/grit/components_google_chrome_strings.h",
11 "$root_gen_dir/components/strings/grit/components_locale_settings.h",
11 "$root_gen_dir/components/strings/grit/components_strings.h", 12 "$root_gen_dir/components/strings/grit/components_strings.h",
12 "$root_gen_dir/ios/chrome/grit/ios_chromium_strings.h", 13 "$root_gen_dir/ios/chrome/grit/ios_chromium_strings.h",
13 "$root_gen_dir/ios/chrome/grit/ios_google_chrome_strings.h", 14 "$root_gen_dir/ios/chrome/grit/ios_google_chrome_strings.h",
14 "$root_gen_dir/ios/chrome/grit/ios_locale_settings.h", 15 "$root_gen_dir/ios/chrome/grit/ios_locale_settings.h",
15 "$root_gen_dir/ios/chrome/grit/ios_strings.h", 16 "$root_gen_dir/ios/chrome/grit/ios_strings.h",
16 ] 17 ]
17 deps = [ 18 deps = [
18 "//components/strings:components_chromium_strings", 19 "//components/strings:components_chromium_strings",
19 "//components/strings:components_google_chrome_strings", 20 "//components/strings:components_google_chrome_strings",
21 "//components/strings:components_locale_settings",
20 "//components/strings:components_strings", 22 "//components/strings:components_strings",
21 "//ios/chrome/app/strings:ios_chromium_strings", 23 "//ios/chrome/app/strings:ios_chromium_strings",
22 "//ios/chrome/app/strings:ios_google_chrome_strings", 24 "//ios/chrome/app/strings:ios_google_chrome_strings",
23 "//ios/chrome/app/strings:ios_locale_settings", 25 "//ios/chrome/app/strings:ios_locale_settings",
24 "//ios/chrome/app/strings:ios_strings", 26 "//ios/chrome/app/strings:ios_strings",
25 ] 27 ]
26 namespace = "" # Put the functions in the global namespace on iOS. 28 namespace = "" # Put the functions in the global namespace on iOS.
27 header_filename = "ios_ui_string_overrider_factory.h" 29 header_filename = "ios_ui_string_overrider_factory.h"
28 source_filename = "ios_ui_string_overrider_factory.cc" 30 source_filename = "ios_ui_string_overrider_factory.cc"
29 } 31 }
OLDNEW
« 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