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

Side by Side Diff: components/autofill.gypi

Issue 165673007: Autofill Credit Card resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert for ios Created 6 years, 9 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 ], 79 ],
80 }, 80 },
81 81
82 { 82 {
83 'target_name': 'autofill_core_browser', 83 'target_name': 'autofill_core_browser',
84 'type': 'static_library', 84 'type': 'static_library',
85 'include_dirs': [ 85 'include_dirs': [
86 '..', 86 '..',
87 ], 87 ],
88 'dependencies': [ 88 'dependencies': [
89 'autofill_core_common',
90 'autofill_regexes',
91 'component_strings.gyp:component_strings',
92 'encryptor',
93 'user_prefs',
94 'webdata_common',
95 '../base/base.gyp:base', 89 '../base/base.gyp:base',
96 '../base/base.gyp:base_i18n', 90 '../base/base.gyp:base_i18n',
97 '../base/base.gyp:base_prefs', 91 '../base/base.gyp:base_prefs',
98 '../google_apis/google_apis.gyp:google_apis', 92 '../google_apis/google_apis.gyp:google_apis',
99 '../skia/skia.gyp:skia', 93 '../skia/skia.gyp:skia',
100 '../sql/sql.gyp:sql', 94 '../sql/sql.gyp:sql',
101 '../third_party/icu/icu.gyp:icui18n', 95 '../third_party/icu/icu.gyp:icui18n',
102 '../third_party/icu/icu.gyp:icuuc', 96 '../third_party/icu/icu.gyp:icuuc',
103 '../third_party/libjingle/libjingle.gyp:libjingle', 97 '../third_party/libjingle/libjingle.gyp:libjingle',
104 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 98 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
105 '../ui/gfx/gfx.gyp:gfx', 99 '../ui/gfx/gfx.gyp:gfx',
106 '../ui/ui.gyp:ui', 100 '../ui/ui.gyp:ui',
107 '../url/url.gyp:url_lib', 101 '../url/url.gyp:url_lib',
102 'autofill_core_common',
103 'autofill_regexes',
104 'component_resources.gyp:component_resources',
105 'component_strings.gyp:component_strings',
106 'encryptor',
107 'user_prefs',
108 'webdata_common',
108 ], 109 ],
109 'sources': [ 110 'sources': [
110 'autofill/core/browser/address.cc', 111 'autofill/core/browser/address.cc',
111 'autofill/core/browser/address.h', 112 'autofill/core/browser/address.h',
112 'autofill/core/browser/address_field.cc', 113 'autofill/core/browser/address_field.cc',
113 'autofill/core/browser/address_field.h', 114 'autofill/core/browser/address_field.h',
114 'autofill/core/browser/autocomplete_history_manager.cc', 115 'autofill/core/browser/autocomplete_history_manager.cc',
115 'autofill/core/browser/autocomplete_history_manager.h', 116 'autofill/core/browser/autocomplete_history_manager.h',
116 'autofill/core/browser/autofill-inl.h', 117 'autofill/core/browser/autofill-inl.h',
117 'autofill/core/browser/autofill_country.cc', 118 'autofill/core/browser/autofill_country.cc',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 }, { 212 }, {
212 'autofill_enable_sync%': 1, 213 'autofill_enable_sync%': 1,
213 }], 214 }],
214 ], 215 ],
215 }, 216 },
216 'conditions': [ 217 'conditions': [
217 # TODO(blundell): Eliminate the need for this conditional dependence. 218 # TODO(blundell): Eliminate the need for this conditional dependence.
218 # crbug.com/328150 219 # crbug.com/328150
219 ['OS != "ios"', { 220 ['OS != "ios"', {
220 'dependencies': [ 221 'dependencies': [
221 '../webkit/webkit_resources.gyp:webkit_resources', 222 'component_resources.gyp:component_resources',
222 ], 223 ],
223 }], 224 }],
224 ['autofill_enable_sync == 1', { 225 ['autofill_enable_sync == 1', {
225 'defines': [ 226 'defines': [
226 'AUTOFILL_ENABLE_SYNC', 227 'AUTOFILL_ENABLE_SYNC',
227 ], 228 ],
228 'dependencies': [ 229 'dependencies': [
229 '../sync/sync.gyp:sync', 230 '../sync/sync.gyp:sync',
230 ], 231 ],
231 'direct_dependent_settings': { 232 'direct_dependent_settings': {
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 ], 325 ],
325 'include_dirs': [ '..' ], 326 'include_dirs': [ '..' ],
326 }, 327 },
327 { 328 {
328 'target_name': 'autofill_content_browser', 329 'target_name': 'autofill_content_browser',
329 'type': 'static_library', 330 'type': 'static_library',
330 'include_dirs': [ 331 'include_dirs': [
331 '..', 332 '..',
332 ], 333 ],
333 'dependencies': [ 334 'dependencies': [
334 'autofill_content_common',
335 'autofill_content_risk_proto',
336 'autofill_core_browser',
337 'autofill_core_common',
338 'autofill_regexes',
339 'encryptor',
340 'user_prefs',
341 'webdata_common',
342 '../base/base.gyp:base', 335 '../base/base.gyp:base',
343 '../base/base.gyp:base_i18n', 336 '../base/base.gyp:base_i18n',
344 '../base/base.gyp:base_prefs', 337 '../base/base.gyp:base_prefs',
345 '../content/content.gyp:content_browser', 338 '../content/content.gyp:content_browser',
346 '../content/content.gyp:content_common', 339 '../content/content.gyp:content_common',
347 '../google_apis/google_apis.gyp:google_apis', 340 '../google_apis/google_apis.gyp:google_apis',
348 '../ipc/ipc.gyp:ipc', 341 '../ipc/ipc.gyp:ipc',
349 '../skia/skia.gyp:skia', 342 '../skia/skia.gyp:skia',
350 '../sql/sql.gyp:sql', 343 '../sql/sql.gyp:sql',
351 '../third_party/icu/icu.gyp:icui18n', 344 '../third_party/icu/icu.gyp:icui18n',
352 '../third_party/icu/icu.gyp:icuuc', 345 '../third_party/icu/icu.gyp:icuuc',
353 '../third_party/libjingle/libjingle.gyp:libjingle', 346 '../third_party/libjingle/libjingle.gyp:libjingle',
354 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 347 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
355 '../ui/gfx/gfx.gyp:gfx', 348 '../ui/gfx/gfx.gyp:gfx',
356 '../ui/gfx/gfx.gyp:gfx_geometry', 349 '../ui/gfx/gfx.gyp:gfx_geometry',
357 '../ui/ui.gyp:ui', 350 '../ui/ui.gyp:ui',
358 '../url/url.gyp:url_lib', 351 '../url/url.gyp:url_lib',
359 '../webkit/webkit_resources.gyp:webkit_resources', 352 'autofill_content_common',
360 353 'autofill_content_risk_proto',
354 'autofill_core_browser',
355 'autofill_core_common',
356 'autofill_regexes',
357 'component_resources.gyp:component_resources',
361 'component_strings.gyp:component_strings', 358 'component_strings.gyp:component_strings',
359 'encryptor',
360 'user_prefs',
361 'webdata_common',
362 ], 362 ],
363 'sources': [ 363 'sources': [
364 'autofill/content/browser/autofill_driver_impl.cc', 364 'autofill/content/browser/autofill_driver_impl.cc',
365 'autofill/content/browser/autofill_driver_impl.h', 365 'autofill/content/browser/autofill_driver_impl.h',
366 'autofill/content/browser/request_autocomplete_manager.cc', 366 'autofill/content/browser/request_autocomplete_manager.cc',
367 'autofill/content/browser/request_autocomplete_manager.h', 367 'autofill/content/browser/request_autocomplete_manager.h',
368 'autofill/content/browser/risk/fingerprint.cc', 368 'autofill/content/browser/risk/fingerprint.cc',
369 'autofill/content/browser/risk/fingerprint.h', 369 'autofill/content/browser/risk/fingerprint.h',
370 'autofill/content/browser/wallet/form_field_error.cc', 370 'autofill/content/browser/wallet/form_field_error.cc',
371 'autofill/content/browser/wallet/form_field_error.h', 371 'autofill/content/browser/wallet/form_field_error.h',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 'variables': { 457 'variables': {
458 'jni_gen_package': 'autofill', 458 'jni_gen_package': 'autofill',
459 'jni_generator_ptr_type': 'long', 459 'jni_generator_ptr_type': 'long',
460 }, 460 },
461 'includes': [ '../build/jni_generator.gypi' ], 461 'includes': [ '../build/jni_generator.gypi' ],
462 }, 462 },
463 ], 463 ],
464 }], 464 }],
465 ], 465 ],
466 } 466 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698