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

Side by Side Diff: components/autofill/core/browser/BUILD.gn

Issue 1564773002: Move components/compression to third_party/zlib/google (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix another #include... Created 4 years, 11 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 | « components/autofill/DEPS ('k') | components/autofill/core/browser/autofill_download_manager.cc » ('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 6
7 # This config sets the define that controls which Wallet service to contact 7 # This config sets the define that controls which Wallet service to contact
8 # for features using Wallet integration. Unofficial builds won't have the 8 # for features using Wallet integration. Unofficial builds won't have the
9 # proper API keys so it uses the "sandbox" test servers instead. 9 # proper API keys so it uses the "sandbox" test servers instead.
10 config("wallet_service") { 10 config("wallet_service") {
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 ] 151 ]
152 } 152 }
153 153
154 configs += [ "//build/config:precompiled_headers" ] 154 configs += [ "//build/config:precompiled_headers" ]
155 155
156 deps = [ 156 deps = [
157 "//base", 157 "//base",
158 "//base:i18n", 158 "//base:i18n",
159 "//base:prefs", 159 "//base:prefs",
160 "//components/autofill/core/common", 160 "//components/autofill/core/common",
161 "//components/compression",
162 "//components/data_use_measurement/core", 161 "//components/data_use_measurement/core",
163 "//components/infobars/core", 162 "//components/infobars/core",
164 "//components/keyed_service/core", 163 "//components/keyed_service/core",
165 "//components/os_crypt", 164 "//components/os_crypt",
166 "//components/pref_registry", 165 "//components/pref_registry",
167 "//components/rappor", 166 "//components/rappor",
168 "//components/resources", 167 "//components/resources",
169 "//components/signin/core/browser", 168 "//components/signin/core/browser",
170 "//components/signin/core/common", 169 "//components/signin/core/common",
171 "//components/strings", 170 "//components/strings",
172 "//components/sync_driver", 171 "//components/sync_driver",
173 "//components/variations/net", 172 "//components/variations/net",
174 "//components/webdata/common", 173 "//components/webdata/common",
175 "//google_apis", 174 "//google_apis",
176 "//net", 175 "//net",
177 "//skia", 176 "//skia",
178 "//sql", 177 "//sql",
179 "//sync", 178 "//sync",
180 "//third_party/fips181", 179 "//third_party/fips181",
181 "//third_party/icu", 180 "//third_party/icu",
182 "//third_party/libaddressinput:util", 181 "//third_party/libaddressinput:util",
183 "//third_party/libphonenumber", 182 "//third_party/libphonenumber",
184 "//third_party/libxml", 183 "//third_party/libxml",
185 "//third_party/re2", 184 "//third_party/re2",
185 "//third_party/zlib:compression_utils",
186 "//ui/base", 186 "//ui/base",
187 "//ui/gfx", 187 "//ui/gfx",
188 "//ui/gfx/geometry", 188 "//ui/gfx/geometry",
189 "//url", 189 "//url",
190 ] 190 ]
191 191
192 configs += [ 192 configs += [
193 ":wallet_service", 193 ":wallet_service",
194 "//build/config/compiler:no_size_t_to_int_warning", 194 "//build/config/compiler:no_size_t_to_int_warning",
195 ] 195 ]
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 ] 283 ]
284 284
285 deps = [ 285 deps = [
286 ":browser", 286 ":browser",
287 ":test_support", 287 ":test_support",
288 "//base", 288 "//base",
289 "//base:prefs", 289 "//base:prefs",
290 "//base:prefs_test_support", 290 "//base:prefs_test_support",
291 "//base/test:test_support", 291 "//base/test:test_support",
292 "//components/autofill/core/common", 292 "//components/autofill/core/common",
293 "//components/compression",
294 "//components/os_crypt", 293 "//components/os_crypt",
295 "//components/rappor:test_support", 294 "//components/rappor:test_support",
296 "//components/resources", 295 "//components/resources",
297 "//components/signin/core/browser", 296 "//components/signin/core/browser",
298 "//components/signin/core/browser:test_support", 297 "//components/signin/core/browser:test_support",
299 "//components/signin/core/common", 298 "//components/signin/core/common",
300 "//components/strings", 299 "//components/strings",
301 "//components/sync_driver", 300 "//components/sync_driver",
302 "//components/sync_driver:test_support", 301 "//components/sync_driver:test_support",
303 "//components/variations", 302 "//components/variations",
304 "//components/webdata/common", 303 "//components/webdata/common",
305 "//components/webdata_services:test_support", 304 "//components/webdata_services:test_support",
306 "//google_apis", 305 "//google_apis",
307 "//google_apis:test_support", 306 "//google_apis:test_support",
308 "//net:test_support", 307 "//net:test_support",
309 "//sql", 308 "//sql",
310 "//sync", 309 "//sync",
311 "//sync:test_support_sync_api", 310 "//sync:test_support_sync_api",
312 "//testing/gmock", 311 "//testing/gmock",
313 "//testing/gtest", 312 "//testing/gtest",
314 "//third_party/libaddressinput:util", 313 "//third_party/libaddressinput:util",
315 "//third_party/libphonenumber", 314 "//third_party/libphonenumber",
315 "//third_party/zlib:compression_utils",
316 "//ui/base", 316 "//ui/base",
317 "//url", 317 "//url",
318 ] 318 ]
319 } 319 }
OLDNEW
« no previous file with comments | « components/autofill/DEPS ('k') | components/autofill/core/browser/autofill_download_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698