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

Side by Side Diff: components/autofill.gypi

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

Powered by Google App Engine
This is Rietveld 408576698