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

Side by Side Diff: components/autofill.gypi

Issue 1624543002: [Autofill] Remove GZIP compression since requests are now in proto (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | « chrome/chrome_tests.gypi ('k') | components/autofill/core/DEPS » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/autofill/core/common 8 # GN version: //components/autofill/core/common
9 'target_name': 'autofill_core_common', 9 'target_name': 'autofill_core_common',
10 'type': 'static_library', 10 'type': 'static_library',
11 'dependencies': [ 11 'dependencies': [
12 '../base/base.gyp:base', 12 '../base/base.gyp:base',
13 '../base/base.gyp:base_i18n', 13 '../base/base.gyp:base_i18n',
14 '../third_party/zlib/google/zip.gyp:compression_utils',
15 '../url/url.gyp:url_lib', 14 '../url/url.gyp:url_lib',
16 ], 15 ],
17 'include_dirs': [ 16 'include_dirs': [
18 '..', 17 '..',
19 ], 18 ],
20 'sources': [ 19 'sources': [
21 'autofill/core/common/autofill_constants.cc', 20 'autofill/core/common/autofill_constants.cc',
22 'autofill/core/common/autofill_constants.h', 21 'autofill/core/common/autofill_constants.h',
23 'autofill/core/common/autofill_data_validation.cc', 22 'autofill/core/common/autofill_data_validation.cc',
24 'autofill/core/common/autofill_data_validation.h', 23 'autofill/core/common/autofill_data_validation.h',
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 ], 532 ],
534 }, 533 },
535 'includes': [ 534 'includes': [
536 '../ios/web/js_compile_checked.gypi', 535 '../ios/web/js_compile_checked.gypi',
537 ], 536 ],
538 }, 537 },
539 ], 538 ],
540 }], 539 }],
541 ], 540 ],
542 } 541 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | components/autofill/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698