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 # Private target only used in components/autofill. | 8 # Private target only used in components/autofill. |
9 'target_name': 'autofill_regexes', | 9 'target_name': 'autofill_regexes', |
10 'type': 'none', | 10 'type': 'none', |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
90 'dependencies': [ | 90 'dependencies': [ |
91 '../base/base.gyp:base', | 91 '../base/base.gyp:base', |
92 '../base/base.gyp:base_i18n', | 92 '../base/base.gyp:base_i18n', |
93 '../base/base.gyp:base_prefs', | 93 '../base/base.gyp:base_prefs', |
94 '../google_apis/google_apis.gyp:google_apis', | 94 '../google_apis/google_apis.gyp:google_apis', |
95 '../skia/skia.gyp:skia', | 95 '../skia/skia.gyp:skia', |
96 '../sql/sql.gyp:sql', | 96 '../sql/sql.gyp:sql', |
97 '../third_party/icu/icu.gyp:icui18n', | 97 '../third_party/icu/icu.gyp:icui18n', |
98 '../third_party/icu/icu.gyp:icuuc', | 98 '../third_party/icu/icu.gyp:icuuc', |
99 '../third_party/libjingle/libjingle.gyp:libjingle', | 99 '../third_party/libjingle/libjingle.gyp:libjingle', |
100 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ', | 100 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput', |
groby-ooo-7-16
2014/05/22 22:54:46
Note: GetCompactAddressLinesSeparator is part of l
Evan Stade
2014/05/22 23:41:28
The point of libaddressinput_util is to be able to
Evan Stade
2014/05/22 23:44:19
see very similar change here: https://codereview.c
groby-ooo-7-16
2014/07/10 02:59:14
Done.
| |
101 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 101 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
102 '../ui/base/ui_base.gyp:ui_base', | 102 '../ui/base/ui_base.gyp:ui_base', |
103 '../ui/gfx/gfx.gyp:gfx', | 103 '../ui/gfx/gfx.gyp:gfx', |
104 '../ui/gfx/gfx.gyp:gfx_geometry', | 104 '../ui/gfx/gfx.gyp:gfx_geometry', |
105 '../url/url.gyp:url_lib', | 105 '../url/url.gyp:url_lib', |
106 'autofill_core_common', | 106 'autofill_core_common', |
107 'autofill_regexes', | 107 'autofill_regexes', |
108 'components_resources.gyp:components_resources', | 108 'components_resources.gyp:components_resources', |
109 'components_strings.gyp:components_strings', | 109 'components_strings.gyp:components_strings', |
110 'os_crypt', | 110 'os_crypt', |
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
461 ], | 461 ], |
462 'variables': { | 462 'variables': { |
463 'jni_gen_package': 'autofill', | 463 'jni_gen_package': 'autofill', |
464 }, | 464 }, |
465 'includes': [ '../build/jni_generator.gypi' ], | 465 'includes': [ '../build/jni_generator.gypi' ], |
466 }, | 466 }, |
467 ], | 467 ], |
468 }], | 468 }], |
469 ], | 469 ], |
470 } | 470 } |
OLD | NEW |