| 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', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 'target_name': 'autofill_core_browser', | 60 'target_name': 'autofill_core_browser', |
| 61 'type': 'static_library', | 61 'type': 'static_library', |
| 62 'include_dirs': [ | 62 'include_dirs': [ |
| 63 '..', | 63 '..', |
| 64 ], | 64 ], |
| 65 'dependencies': [ | 65 'dependencies': [ |
| 66 '../base/base.gyp:base', | 66 '../base/base.gyp:base', |
| 67 '../base/base.gyp:base_i18n', | 67 '../base/base.gyp:base_i18n', |
| 68 '../google_apis/google_apis.gyp:google_apis', | 68 '../google_apis/google_apis.gyp:google_apis', |
| 69 '../net/net.gyp:net', | 69 '../net/net.gyp:net', |
| 70 '../device/geolocation/geolocation.gyp:device_geolocation', |
| 70 '../skia/skia.gyp:skia', | 71 '../skia/skia.gyp:skia', |
| 71 '../sql/sql.gyp:sql', | 72 '../sql/sql.gyp:sql', |
| 72 '../sync/sync.gyp:sync', | 73 '../sync/sync.gyp:sync', |
| 73 '../third_party/fips181/fips181.gyp:fips181', | 74 '../third_party/fips181/fips181.gyp:fips181', |
| 74 '../third_party/icu/icu.gyp:icui18n', | 75 '../third_party/icu/icu.gyp:icui18n', |
| 75 '../third_party/icu/icu.gyp:icuuc', | 76 '../third_party/icu/icu.gyp:icuuc', |
| 76 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util
', | 77 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util
', |
| 77 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 78 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 78 '../third_party/re2/re2.gyp:re2', | 79 '../third_party/re2/re2.gyp:re2', |
| 79 '../ui/base/ui_base.gyp:ui_base', | 80 '../ui/base/ui_base.gyp:ui_base', |
| (...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 639 ], | 640 ], |
| 640 }, | 641 }, |
| 641 'includes': [ | 642 'includes': [ |
| 642 '../ios/web/js_compile_checked.gypi', | 643 '../ios/web/js_compile_checked.gypi', |
| 643 ], | 644 ], |
| 644 }, | 645 }, |
| 645 ], | 646 ], |
| 646 }], | 647 }], |
| 647 ], | 648 ], |
| 648 } | 649 } |
| OLD | NEW |