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