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