Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: components/autofill.gypi

Issue 298863012: Use upstream libaddressinput in Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Self review. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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',
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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 ], 462 ],
463 'variables': { 463 'variables': {
464 'jni_gen_package': 'autofill', 464 'jni_gen_package': 'autofill',
465 }, 465 },
466 'includes': [ '../build/jni_generator.gypi' ], 466 'includes': [ '../build/jni_generator.gypi' ],
467 }, 467 },
468 ], 468 ],
469 }], 469 }],
470 ], 470 ],
471 } 471 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698