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

Side by Side Diff: chrome/chrome_repack_locales.gni

Issue 1931043002: Remove requestAutocomplete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_repack_locales.gypi » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 # Arguments: 10 # Arguments:
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 ] 55 ]
56 deps += [ 56 deps += [
57 "//remoting/resources", 57 "//remoting/resources",
58 "//ui/chromeos/strings", 58 "//ui/chromeos/strings",
59 ] 59 ]
60 } 60 }
61 if (!is_ios) { 61 if (!is_ios) {
62 sources += [ 62 sources += [
63 "${root_gen_dir}/content/app/strings/content_strings_${locale}.pak", 63 "${root_gen_dir}/content/app/strings/content_strings_${locale}.pak",
64 "${root_gen_dir}/device/bluetooth/strings/bluetooth_strings_${locale}.pa k", 64 "${root_gen_dir}/device/bluetooth/strings/bluetooth_strings_${locale}.pa k",
65 "${root_gen_dir}/third_party/libaddressinput/address_input_strings_${loc ale}.pak",
65 "${root_gen_dir}/ui/strings/app_locale_settings_${locale}.pak", 66 "${root_gen_dir}/ui/strings/app_locale_settings_${locale}.pak",
66 "${root_gen_dir}/ui/strings/ui_strings_${locale}.pak", 67 "${root_gen_dir}/ui/strings/ui_strings_${locale}.pak",
67 ] 68 ]
68 deps += [ 69 deps += [
69 "//content/app/strings", 70 "//content/app/strings",
70 "//device/bluetooth/strings", 71 "//device/bluetooth/strings",
72 "//third_party/libaddressinput:strings",
71 "//ui/strings:app_locale_settings", 73 "//ui/strings:app_locale_settings",
72 "//ui/strings:ui_strings", 74 "//ui/strings:ui_strings",
73 ] 75 ]
74 } 76 }
75 if (enable_autofill_dialog) {
76 sources += [ "${root_gen_dir}/third_party/libaddressinput/address_input_st rings_${locale}.pak" ]
77 deps += [ "//third_party/libaddressinput:strings" ]
78 }
79 if (enable_extensions) { 77 if (enable_extensions) {
80 sources += [ 78 sources += [
81 # TODO(jamescook): When Android stops building extensions code move 79 # TODO(jamescook): When Android stops building extensions code move
82 # this to the OS != 'ios' and OS != 'android' section. 80 # this to the OS != 'ios' and OS != 'android' section.
83 "${root_gen_dir}/extensions/strings/extensions_strings_${locale}.pak", 81 "${root_gen_dir}/extensions/strings/extensions_strings_${locale}.pak",
84 ] 82 ]
85 deps += [ "//extensions/strings" ] 83 deps += [ "//extensions/strings" ]
86 } 84 }
87 85
88 if (is_chrome_branded) { 86 if (is_chrome_branded) {
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 169
172 current_index = current_index + 1 170 current_index = current_index + 1
173 } 171 }
174 172
175 # The group that external targets depend on which collects all deps. 173 # The group that external targets depend on which collects all deps.
176 group(group_target_name) { 174 group(group_target_name) {
177 forward_variables_from(invoker, [ "visibility" ]) 175 forward_variables_from(invoker, [ "visibility" ])
178 public_deps = locale_targets 176 public_deps = locale_targets
179 } 177 }
180 } 178 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_repack_locales.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698