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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 '../third_party/libjingle/libjingle.gyp:libjingle', | 80 '../third_party/libjingle/libjingle.gyp:libjingle', |
81 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util
', | 81 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util
', |
82 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 82 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
83 '../ui/base/ui_base.gyp:ui_base', | 83 '../ui/base/ui_base.gyp:ui_base', |
84 '../ui/gfx/gfx.gyp:gfx', | 84 '../ui/gfx/gfx.gyp:gfx', |
85 '../ui/gfx/gfx.gyp:gfx_geometry', | 85 '../ui/gfx/gfx.gyp:gfx_geometry', |
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 'data_use_measurement_core', |
90 'infobars_core', | 91 'infobars_core', |
91 'keyed_service_core', | 92 'keyed_service_core', |
92 'os_crypt', | 93 'os_crypt', |
93 'pref_registry', | 94 'pref_registry', |
94 'rappor', | 95 'rappor', |
95 'signin_core_browser', | 96 'signin_core_browser', |
96 'signin_core_common', | 97 'signin_core_common', |
97 'variations_http_provider', | 98 'variations_http_provider', |
98 'webdata_common', | 99 'webdata_common', |
99 ], | 100 ], |
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
473 ], | 474 ], |
474 }, | 475 }, |
475 'includes': [ | 476 'includes': [ |
476 '../ios/web/js_compile_checked.gypi', | 477 '../ios/web/js_compile_checked.gypi', |
477 ], | 478 ], |
478 }, | 479 }, |
479 ], | 480 ], |
480 }], | 481 }], |
481 ], | 482 ], |
482 } | 483 } |
OLD | NEW |