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

Side by Side Diff: components/autofill.gypi

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/BUILD.gn ('k') | components/autofill/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',
14 '../url/url.gyp:url_lib', 15 '../url/url.gyp:url_lib',
15 ], 16 ],
16 'include_dirs': [ 17 'include_dirs': [
17 '..', 18 '..',
18 ], 19 ],
19 'sources': [ 20 'sources': [
20 'autofill/core/common/autofill_constants.cc', 21 'autofill/core/common/autofill_constants.cc',
21 'autofill/core/common/autofill_constants.h', 22 'autofill/core/common/autofill_constants.h',
22 'autofill/core/common/autofill_data_validation.cc', 23 'autofill/core/common/autofill_data_validation.cc',
23 'autofill/core/common/autofill_data_validation.h', 24 'autofill/core/common/autofill_data_validation.h',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 '../third_party/libxml/libxml.gyp:libxml', 80 '../third_party/libxml/libxml.gyp:libxml',
80 '../third_party/re2/re2.gyp:re2', 81 '../third_party/re2/re2.gyp:re2',
81 '../ui/base/ui_base.gyp:ui_base', 82 '../ui/base/ui_base.gyp:ui_base',
82 '../ui/gfx/gfx.gyp:gfx', 83 '../ui/gfx/gfx.gyp:gfx',
83 '../ui/gfx/gfx.gyp:gfx_geometry', 84 '../ui/gfx/gfx.gyp:gfx_geometry',
84 '../ui/gfx/gfx.gyp:gfx_vector_icons', 85 '../ui/gfx/gfx.gyp:gfx_vector_icons',
85 '../url/url.gyp:url_lib', 86 '../url/url.gyp:url_lib',
86 'autofill_core_common', 87 'autofill_core_common',
87 'components_resources.gyp:components_resources', 88 'components_resources.gyp:components_resources',
88 'components_strings.gyp:components_strings', 89 'components_strings.gyp:components_strings',
89 'compression',
90 'data_use_measurement_core', 90 'data_use_measurement_core',
91 'infobars_core', 91 'infobars_core',
92 'keyed_service_core', 92 'keyed_service_core',
93 'os_crypt', 93 'os_crypt',
94 'pref_registry', 94 'pref_registry',
95 'rappor', 95 'rappor',
96 'signin_core_browser', 96 'signin_core_browser',
97 'signin_core_common', 97 'signin_core_common',
98 'sync_driver', 98 'sync_driver',
99 'variations_net', 99 'variations_net',
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 ], 490 ],
491 }, 491 },
492 'includes': [ 492 'includes': [
493 '../ios/web/js_compile_checked.gypi', 493 '../ios/web/js_compile_checked.gypi',
494 ], 494 ],
495 }, 495 },
496 ], 496 ],
497 }], 497 }],
498 ], 498 ],
499 } 499 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/autofill/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698