| 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 # GN version: //components/autofill/core/browser:regexes | 9 # GN version: //components/autofill/core/browser:regexes |
| 10 'target_name': 'autofill_regexes', | 10 'target_name': 'autofill_regexes', |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 'autofill/core/browser/phone_field.h', | 179 'autofill/core/browser/phone_field.h', |
| 180 'autofill/core/browser/phone_number.cc', | 180 'autofill/core/browser/phone_number.cc', |
| 181 'autofill/core/browser/phone_number.h', | 181 'autofill/core/browser/phone_number.h', |
| 182 'autofill/core/browser/phone_number_i18n.cc', | 182 'autofill/core/browser/phone_number_i18n.cc', |
| 183 'autofill/core/browser/phone_number_i18n.h', | 183 'autofill/core/browser/phone_number_i18n.h', |
| 184 'autofill/core/browser/popup_item_ids.h', | 184 'autofill/core/browser/popup_item_ids.h', |
| 185 'autofill/core/browser/state_names.cc', | 185 'autofill/core/browser/state_names.cc', |
| 186 'autofill/core/browser/state_names.h', | 186 'autofill/core/browser/state_names.h', |
| 187 'autofill/core/browser/suggestion.cc', | 187 'autofill/core/browser/suggestion.cc', |
| 188 'autofill/core/browser/suggestion.h', | 188 'autofill/core/browser/suggestion.h', |
| 189 'autofill/core/browser/ui/autofill_dialog_common.cc', |
| 190 'autofill/core/browser/ui/autofill_dialog_common.h', |
| 191 'autofill/core/browser/ui/autofill_dialog_types.cc', |
| 192 'autofill/core/browser/ui/autofill_dialog_types.h', |
| 189 'autofill/core/browser/validation.cc', | 193 'autofill/core/browser/validation.cc', |
| 190 'autofill/core/browser/validation.h', | 194 'autofill/core/browser/validation.h', |
| 191 'autofill/core/browser/wallet/real_pan_wallet_client.cc', | 195 'autofill/core/browser/wallet/real_pan_wallet_client.cc', |
| 192 'autofill/core/browser/wallet/real_pan_wallet_client.h', | 196 'autofill/core/browser/wallet/real_pan_wallet_client.h', |
| 193 'autofill/core/browser/webdata/autocomplete_syncable_service.cc', | 197 'autofill/core/browser/webdata/autocomplete_syncable_service.cc', |
| 194 'autofill/core/browser/webdata/autocomplete_syncable_service.h', | 198 'autofill/core/browser/webdata/autocomplete_syncable_service.h', |
| 195 'autofill/core/browser/webdata/autofill_change.cc', | 199 'autofill/core/browser/webdata/autofill_change.cc', |
| 196 'autofill/core/browser/webdata/autofill_change.h', | 200 'autofill/core/browser/webdata/autofill_change.h', |
| 197 'autofill/core/browser/webdata/autofill_entry.cc', | 201 'autofill/core/browser/webdata/autofill_entry.cc', |
| 198 'autofill/core/browser/webdata/autofill_entry.h', | 202 'autofill/core/browser/webdata/autofill_entry.h', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 }, { # 'autofill_enable_sync == 0' | 243 }, { # 'autofill_enable_sync == 0' |
| 240 'sources!': [ | 244 'sources!': [ |
| 241 'autofill/core/browser/webdata/autocomplete_syncable_service.cc', | 245 'autofill/core/browser/webdata/autocomplete_syncable_service.cc', |
| 242 'autofill/core/browser/webdata/autocomplete_syncable_service.h', | 246 'autofill/core/browser/webdata/autocomplete_syncable_service.h', |
| 243 'autofill/core/browser/webdata/autofill_profile_syncable_service.cc'
, | 247 'autofill/core/browser/webdata/autofill_profile_syncable_service.cc'
, |
| 244 'autofill/core/browser/webdata/autofill_profile_syncable_service.h', | 248 'autofill/core/browser/webdata/autofill_profile_syncable_service.h', |
| 245 'autofill/core/browser/webdata/autofill_wallet_syncable_service.cc', | 249 'autofill/core/browser/webdata/autofill_wallet_syncable_service.cc', |
| 246 'autofill/core/browser/webdata/autofill_wallet_syncable_service.h', | 250 'autofill/core/browser/webdata/autofill_wallet_syncable_service.h', |
| 247 ], | 251 ], |
| 248 }], | 252 }], |
| 253 ['enable_autofill_dialog==0', { |
| 254 'sources!': [ |
| 255 'autofill/core/browser/ui/autofill_dialog_common.cc', |
| 256 'autofill/core/browser/ui/autofill_dialog_common.h', |
| 257 ], |
| 258 }], |
| 249 ], | 259 ], |
| 250 | |
| 251 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 260 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 252 'msvs_disabled_warnings': [4267, ], | 261 'msvs_disabled_warnings': [4267, ], |
| 253 }, | 262 }, |
| 254 | 263 |
| 255 { | 264 { |
| 256 # GN version: //components/autofill/core/browser:test_support | 265 # GN version: //components/autofill/core/browser:test_support |
| 257 'target_name': 'autofill_core_test_support', | 266 'target_name': 'autofill_core_test_support', |
| 258 'type': 'static_library', | 267 'type': 'static_library', |
| 259 'dependencies': [ | 268 'dependencies': [ |
| 260 '../base/base.gyp:base', | 269 '../base/base.gyp:base', |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 'sources': [ | 484 'sources': [ |
| 476 'autofill/ios/browser/autofill_driver_ios.h', | 485 'autofill/ios/browser/autofill_driver_ios.h', |
| 477 'autofill/ios/browser/autofill_driver_ios.mm', | 486 'autofill/ios/browser/autofill_driver_ios.mm', |
| 478 'autofill/ios/browser/autofill_driver_ios_bridge.h', | 487 'autofill/ios/browser/autofill_driver_ios_bridge.h', |
| 479 ], | 488 ], |
| 480 }, | 489 }, |
| 481 ], | 490 ], |
| 482 }], | 491 }], |
| 483 ], | 492 ], |
| 484 } | 493 } |
| OLD | NEW |