OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |