| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 '../base/base.gyp:base_i18n', | 68 '../base/base.gyp:base_i18n', |
| 69 '../base/base.gyp:base_prefs', | 69 '../base/base.gyp:base_prefs', |
| 70 '../google_apis/google_apis.gyp:google_apis', | 70 '../google_apis/google_apis.gyp:google_apis', |
| 71 '../net/net.gyp:net', | 71 '../net/net.gyp:net', |
| 72 '../skia/skia.gyp:skia', | 72 '../skia/skia.gyp:skia', |
| 73 '../sql/sql.gyp:sql', | 73 '../sql/sql.gyp:sql', |
| 74 '../sync/sync.gyp:sync', | 74 '../sync/sync.gyp:sync', |
| 75 '../third_party/fips181/fips181.gyp:fips181', | 75 '../third_party/fips181/fips181.gyp:fips181', |
| 76 '../third_party/icu/icu.gyp:icui18n', | 76 '../third_party/icu/icu.gyp:icui18n', |
| 77 '../third_party/icu/icu.gyp:icuuc', | 77 '../third_party/icu/icu.gyp:icuuc', |
| 78 '../third_party/libjingle/libjingle.gyp:libjingle', | |
| 79 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util
', | 78 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util
', |
| 80 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 79 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 80 '../third_party/libxml/libxml.gyp:libxml', |
| 81 '../third_party/re2/re2.gyp:re2', | 81 '../third_party/re2/re2.gyp:re2', |
| 82 '../ui/base/ui_base.gyp:ui_base', | 82 '../ui/base/ui_base.gyp:ui_base', |
| 83 '../ui/gfx/gfx.gyp:gfx', | 83 '../ui/gfx/gfx.gyp:gfx', |
| 84 '../ui/gfx/gfx.gyp:gfx_geometry', | 84 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 85 '../ui/gfx/gfx.gyp:gfx_vector_icons', | 85 '../ui/gfx/gfx.gyp:gfx_vector_icons', |
| 86 '../url/url.gyp:url_lib', | 86 '../url/url.gyp:url_lib', |
| 87 'autofill_core_common', | 87 'autofill_core_common', |
| 88 'components_resources.gyp:components_resources', | 88 'components_resources.gyp:components_resources', |
| 89 'components_strings.gyp:components_strings', | 89 'components_strings.gyp:components_strings', |
| 90 'compression', | 90 'compression', |
| (...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 492 ], | 492 ], |
| 493 }, | 493 }, |
| 494 'includes': [ | 494 'includes': [ |
| 495 '../ios/web/js_compile_checked.gypi', | 495 '../ios/web/js_compile_checked.gypi', |
| 496 ], | 496 ], |
| 497 }, | 497 }, |
| 498 ], | 498 ], |
| 499 }], | 499 }], |
| 500 ], | 500 ], |
| 501 } | 501 } |
| OLD | NEW |