| 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 '../third_party/icu/icu.gyp:icuuc', | 96 '../third_party/icu/icu.gyp:icuuc', |
| 97 '../third_party/libjingle/libjingle.gyp:libjingle', | 97 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 98 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 98 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 99 '../ui/base/ui_base.gyp:ui_base', | 99 '../ui/base/ui_base.gyp:ui_base', |
| 100 '../ui/gfx/gfx.gyp:gfx', | 100 '../ui/gfx/gfx.gyp:gfx', |
| 101 '../url/url.gyp:url_lib', | 101 '../url/url.gyp:url_lib', |
| 102 'autofill_core_common', | 102 'autofill_core_common', |
| 103 'autofill_regexes', | 103 'autofill_regexes', |
| 104 'component_resources.gyp:component_resources', | 104 'component_resources.gyp:component_resources', |
| 105 'component_strings.gyp:component_strings', | 105 'component_strings.gyp:component_strings', |
| 106 'encryptor', | 106 'os_crypt', |
| 107 'user_prefs', | 107 'user_prefs', |
| 108 'webdata_common', | 108 'webdata_common', |
| 109 ], | 109 ], |
| 110 'sources': [ | 110 'sources': [ |
| 111 'autofill/core/browser/address.cc', | 111 'autofill/core/browser/address.cc', |
| 112 'autofill/core/browser/address.h', | 112 'autofill/core/browser/address.h', |
| 113 'autofill/core/browser/address_field.cc', | 113 'autofill/core/browser/address_field.cc', |
| 114 'autofill/core/browser/address_field.h', | 114 'autofill/core/browser/address_field.h', |
| 115 'autofill/core/browser/autocomplete_history_manager.cc', | 115 'autofill/core/browser/autocomplete_history_manager.cc', |
| 116 'autofill/core/browser/autocomplete_history_manager.h', | 116 'autofill/core/browser/autocomplete_history_manager.h', |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 '../ui/gfx/gfx.gyp:gfx', | 340 '../ui/gfx/gfx.gyp:gfx', |
| 341 '../ui/gfx/gfx.gyp:gfx_geometry', | 341 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 342 '../url/url.gyp:url_lib', | 342 '../url/url.gyp:url_lib', |
| 343 'autofill_content_common', | 343 'autofill_content_common', |
| 344 'autofill_content_risk_proto', | 344 'autofill_content_risk_proto', |
| 345 'autofill_core_browser', | 345 'autofill_core_browser', |
| 346 'autofill_core_common', | 346 'autofill_core_common', |
| 347 'autofill_regexes', | 347 'autofill_regexes', |
| 348 'component_resources.gyp:component_resources', | 348 'component_resources.gyp:component_resources', |
| 349 'component_strings.gyp:component_strings', | 349 'component_strings.gyp:component_strings', |
| 350 'encryptor', | 350 'os_crypt', |
| 351 'user_prefs', | 351 'user_prefs', |
| 352 'webdata_common', | 352 'webdata_common', |
| 353 ], | 353 ], |
| 354 'sources': [ | 354 'sources': [ |
| 355 'autofill/content/browser/content_autofill_driver.cc', | 355 'autofill/content/browser/content_autofill_driver.cc', |
| 356 'autofill/content/browser/content_autofill_driver.h', | 356 'autofill/content/browser/content_autofill_driver.h', |
| 357 'autofill/content/browser/request_autocomplete_manager.cc', | 357 'autofill/content/browser/request_autocomplete_manager.cc', |
| 358 'autofill/content/browser/request_autocomplete_manager.h', | 358 'autofill/content/browser/request_autocomplete_manager.h', |
| 359 'autofill/content/browser/risk/fingerprint.cc', | 359 'autofill/content/browser/risk/fingerprint.cc', |
| 360 'autofill/content/browser/risk/fingerprint.h', | 360 'autofill/content/browser/risk/fingerprint.h', |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 448 'variables': { | 448 'variables': { |
| 449 'jni_gen_package': 'autofill', | 449 'jni_gen_package': 'autofill', |
| 450 'jni_generator_ptr_type': 'long', | 450 'jni_generator_ptr_type': 'long', |
| 451 }, | 451 }, |
| 452 'includes': [ '../build/jni_generator.gypi' ], | 452 'includes': [ '../build/jni_generator.gypi' ], |
| 453 }, | 453 }, |
| 454 ], | 454 ], |
| 455 }], | 455 }], |
| 456 ], | 456 ], |
| 457 } | 457 } |
| OLD | NEW |