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

Side by Side Diff: components/autofill.gypi

Issue 1518783002: Revert of autofill: switch autofill_regexes to RE2 library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « no previous file | components/autofill/core/browser/address_field.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 (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/re2/re2.gyp:re2',
15 '../ui/base/ui_base.gyp:ui_base', 14 '../ui/base/ui_base.gyp:ui_base',
16 '../ui/gfx/gfx.gyp:gfx', 15 '../ui/gfx/gfx.gyp:gfx',
17 '../url/url.gyp:url_lib', 16 '../url/url.gyp:url_lib',
18 ], 17 ],
19 'include_dirs': [ 18 'include_dirs': [
20 '..', 19 '..',
21 ], 20 ],
22 'sources': [ 21 'sources': [
23 'autofill/core/common/autofill_constants.cc', 22 'autofill/core/common/autofill_constants.cc',
24 'autofill/core/common/autofill_constants.h', 23 'autofill/core/common/autofill_constants.h',
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 ], 492 ],
494 }, 493 },
495 'includes': [ 494 'includes': [
496 '../ios/web/js_compile_checked.gypi', 495 '../ios/web/js_compile_checked.gypi',
497 ], 496 ],
498 }, 497 },
499 ], 498 ],
500 }], 499 }],
501 ], 500 ],
502 } 501 }
OLDNEW
« no previous file with comments | « no previous file | components/autofill/core/browser/address_field.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698