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

Unified Diff: components/autofill.gypi

Issue 108013004: Build Autofill component on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_autofill_ipc
Patch Set: Response to review Created 7 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | components/autofill/core/browser/credit_card.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 03a18ac7efcc61c33876a80b3fd50cfba8c42c10..2bf7d4503077e66f6d0ddc7c3180b68b381e2df7 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -22,63 +22,226 @@
'autofill/core/browser/autofill_regex_constants.cc.utf8'],
}],
},
- ],
- 'conditions': [
- ['OS != "ios"', {
- 'targets': [
- {
- 'target_name': 'autofill_core_common',
- 'type': 'static_library',
+
+ {
+ 'target_name': 'autofill_core_common',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../ui/gfx/gfx.gyp:gfx',
+ '../ui/ui.gyp:ui',
+ '../url/url.gyp:url_lib',
+ ],
+ 'conditions': [
+ ['OS == "android"', {
'dependencies': [
- '../base/base.gyp:base',
- '../ui/gfx/gfx.gyp:gfx',
- '../ui/ui.gyp:ui',
- '../url/url.gyp:url_lib',
+ 'autofill_jni_headers',
],
- 'conditions': [
- ['OS == "android"', {
- 'dependencies': [
- 'autofill_jni_headers',
- ],
- }],
- ],
- 'include_dirs': [
- '..',
- '<(SHARED_INTERMEDIATE_DIR)/autofill',
- ],
- 'sources': [
- 'autofill/core/browser/android/auxiliary_profile_loader_android.cc',
- 'autofill/core/browser/android/auxiliary_profile_loader_android.h',
- 'autofill/core/browser/android/auxiliary_profiles_android.cc',
- 'autofill/core/browser/android/auxiliary_profiles_android.h',
- 'autofill/core/browser/android/component_jni_registrar.cc',
- 'autofill/core/browser/android/component_jni_registrar.h',
- 'autofill/core/browser/android/personal_data_manager_android.cc',
- 'autofill/core/common/autofill_constants.cc',
- 'autofill/core/common/autofill_constants.h',
- 'autofill/core/common/autofill_pref_names.cc',
- 'autofill/core/common/autofill_pref_names.h',
- 'autofill/core/common/autofill_switches.cc',
- 'autofill/core/common/autofill_switches.h',
- 'autofill/core/common/form_data.cc',
- 'autofill/core/common/form_data.h',
- 'autofill/core/common/form_data_predictions.cc',
- 'autofill/core/common/form_data_predictions.h',
- 'autofill/core/common/form_field_data.cc',
- 'autofill/core/common/form_field_data.h',
- 'autofill/core/common/form_field_data_predictions.cc',
- 'autofill/core/common/form_field_data_predictions.h',
- 'autofill/core/common/password_form.cc',
- 'autofill/core/common/password_form.h',
- 'autofill/core/common/password_form_fill_data.cc',
- 'autofill/core/common/password_form_fill_data.h',
- 'autofill/core/common/password_generation_util.cc',
- 'autofill/core/common/password_generation_util.h',
- 'autofill/core/common/web_element_descriptor.cc',
- 'autofill/core/common/web_element_descriptor.h',
+ }],
+ ],
+ 'include_dirs': [
+ '..',
+ '<(SHARED_INTERMEDIATE_DIR)/autofill'
+ ],
+ 'sources': [
+ 'autofill/core/browser/android/auxiliary_profile_loader_android.cc',
tfarina 2014/07/30 03:36:37 Ilya, Colin, why are these browser files in this c
Ilya Sherman 2014/07/30 20:28:01 Huh, that's a great question. I bet it was an ove
blundell 2014/08/06 08:58:57 Yeah, seems like a bug. On 2014/07/30 20:28:01, I
+ 'autofill/core/browser/android/auxiliary_profile_loader_android.h',
+ 'autofill/core/browser/android/auxiliary_profiles_android.cc',
+ 'autofill/core/browser/android/auxiliary_profiles_android.h',
+ 'autofill/core/browser/android/component_jni_registrar.cc',
+ 'autofill/core/browser/android/component_jni_registrar.h',
+ 'autofill/core/browser/android/personal_data_manager_android.cc',
+ 'autofill/core/common/autofill_constants.cc',
+ 'autofill/core/common/autofill_constants.h',
+ 'autofill/core/common/autofill_pref_names.cc',
+ 'autofill/core/common/autofill_pref_names.h',
+ 'autofill/core/common/autofill_switches.cc',
+ 'autofill/core/common/autofill_switches.h',
+ 'autofill/core/common/form_data.cc',
+ 'autofill/core/common/form_data.h',
+ 'autofill/core/common/form_data_predictions.cc',
+ 'autofill/core/common/form_data_predictions.h',
+ 'autofill/core/common/form_field_data.cc',
+ 'autofill/core/common/form_field_data.h',
+ 'autofill/core/common/form_field_data_predictions.cc',
+ 'autofill/core/common/form_field_data_predictions.h',
+ 'autofill/core/common/password_form.cc',
+ 'autofill/core/common/password_form.h',
+ 'autofill/core/common/password_form_fill_data.cc',
+ 'autofill/core/common/password_form_fill_data.h',
+ 'autofill/core/common/password_generation_util.cc',
+ 'autofill/core/common/password_generation_util.h',
+ 'autofill/core/common/web_element_descriptor.cc',
+ 'autofill/core/common/web_element_descriptor.h',
+ ],
+ },
+
+ {
+ 'target_name': 'autofill_core_browser',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ 'autofill_core_common',
+ 'autofill_regexes',
+ 'component_strings.gyp:component_strings',
+ 'encryptor',
+ 'user_prefs',
+ 'webdata_common',
+ '../base/base.gyp:base',
+ '../base/base.gyp:base_i18n',
+ '../base/base.gyp:base_prefs',
+ '../google_apis/google_apis.gyp:google_apis',
+ '../skia/skia.gyp:skia',
+ '../sql/sql.gyp:sql',
+ '../third_party/icu/icu.gyp:icui18n',
+ '../third_party/icu/icu.gyp:icuuc',
+ '../third_party/libjingle/libjingle.gyp:libjingle',
+ '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
+ '../ui/gfx/gfx.gyp:gfx',
+ '../ui/ui.gyp:ui',
+ '../url/url.gyp:url_lib',
+ ],
+ # TODO(blundell): Eliminate the need for this conditional dependence.
+ # crbug.com/328150
+ 'conditions': [
+ ['OS != "ios"', {
+ 'dependencies': [
+ '../webkit/webkit_resources.gyp:webkit_resources',
],
- },
+ }],
+ ],
+ 'sources': [
+ 'autofill/core/browser/address.cc',
+ 'autofill/core/browser/address.h',
+ 'autofill/core/browser/address_field.cc',
+ 'autofill/core/browser/address_field.h',
+ 'autofill/core/browser/autocomplete_history_manager.cc',
+ 'autofill/core/browser/autocomplete_history_manager.h',
+ 'autofill/core/browser/autofill-inl.h',
+ 'autofill/core/browser/autofill_country.cc',
+ 'autofill/core/browser/autofill_country.h',
+ 'autofill/core/browser/autofill_data_model.cc',
+ 'autofill/core/browser/autofill_data_model.h',
+ 'autofill/core/browser/autofill_download.cc',
+ 'autofill/core/browser/autofill_download.h',
+ 'autofill/core/browser/autofill_download_url.cc',
+ 'autofill/core/browser/autofill_download_url.h',
+ 'autofill/core/browser/autofill_driver.h',
+ 'autofill/core/browser/autofill_external_delegate.cc',
+ 'autofill/core/browser/autofill_external_delegate.h',
+ 'autofill/core/browser/autofill_field.cc',
+ 'autofill/core/browser/autofill_field.h',
+ 'autofill/core/browser/autofill_ie_toolbar_import_win.cc',
+ 'autofill/core/browser/autofill_ie_toolbar_import_win.h',
+ 'autofill/core/browser/autofill_manager.cc',
+ 'autofill/core/browser/autofill_manager.h',
+ 'autofill/core/browser/autofill_manager_delegate.h',
+ 'autofill/core/browser/autofill_manager_test_delegate.h',
+ 'autofill/core/browser/autofill_metrics.cc',
+ 'autofill/core/browser/autofill_metrics.h',
+ 'autofill/core/browser/autofill_popup_delegate.h',
+ 'autofill/core/browser/autofill_profile.cc',
+ 'autofill/core/browser/autofill_profile.h',
+ 'autofill/core/browser/autofill_regex_constants.cc.utf8',
+ 'autofill/core/browser/autofill_regex_constants.h',
+ 'autofill/core/browser/autofill_regexes.cc',
+ 'autofill/core/browser/autofill_regexes.h',
+ 'autofill/core/browser/autofill_scanner.cc',
+ 'autofill/core/browser/autofill_scanner.h',
+ 'autofill/core/browser/autofill_server_field_info.h',
+ 'autofill/core/browser/autofill_type.cc',
+ 'autofill/core/browser/autofill_type.h',
+ 'autofill/core/browser/autofill_xml_parser.cc',
+ 'autofill/core/browser/autofill_xml_parser.h',
+ 'autofill/core/browser/contact_info.cc',
+ 'autofill/core/browser/contact_info.h',
+ 'autofill/core/browser/credit_card.cc',
+ 'autofill/core/browser/credit_card.h',
+ 'autofill/core/browser/credit_card_field.cc',
+ 'autofill/core/browser/credit_card_field.h',
+ 'autofill/core/browser/email_field.cc',
+ 'autofill/core/browser/email_field.h',
+ 'autofill/core/browser/field_types.h',
+ 'autofill/core/browser/form_field.cc',
+ 'autofill/core/browser/form_field.h',
+ 'autofill/core/browser/form_group.cc',
+ 'autofill/core/browser/form_group.h',
+ 'autofill/core/browser/form_structure.cc',
+ 'autofill/core/browser/form_structure.h',
+ 'autofill/core/browser/name_field.cc',
+ 'autofill/core/browser/name_field.h',
+ 'autofill/core/browser/password_autofill_manager.cc',
+ 'autofill/core/browser/password_autofill_manager.h',
+ 'autofill/core/browser/password_generator.cc',
+ 'autofill/core/browser/password_generator.h',
+ 'autofill/core/browser/personal_data_manager.cc',
+ 'autofill/core/browser/personal_data_manager.h',
+ 'autofill/core/browser/personal_data_manager_mac.mm',
+ 'autofill/core/browser/personal_data_manager_observer.h',
+ 'autofill/core/browser/phone_field.cc',
+ 'autofill/core/browser/phone_field.h',
+ 'autofill/core/browser/phone_number.cc',
+ 'autofill/core/browser/phone_number.h',
+ 'autofill/core/browser/phone_number_i18n.cc',
+ 'autofill/core/browser/phone_number_i18n.h',
+ 'autofill/core/browser/state_names.cc',
+ 'autofill/core/browser/state_names.h',
+ 'autofill/core/browser/validation.cc',
+ 'autofill/core/browser/validation.h',
+ 'autofill/core/browser/webdata/autofill_change.cc',
+ 'autofill/core/browser/webdata/autofill_change.h',
+ 'autofill/core/browser/webdata/autofill_entry.cc',
+ 'autofill/core/browser/webdata/autofill_entry.h',
+ 'autofill/core/browser/webdata/autofill_table.cc',
+ 'autofill/core/browser/webdata/autofill_table.h',
+ 'autofill/core/browser/webdata/autofill_webdata.h',
+ 'autofill/core/browser/webdata/autofill_webdata_backend.h',
+ 'autofill/core/browser/webdata/autofill_webdata_backend_impl.cc',
+ 'autofill/core/browser/webdata/autofill_webdata_backend_impl.h',
+ 'autofill/core/browser/webdata/autofill_webdata_service.cc',
+ 'autofill/core/browser/webdata/autofill_webdata_service.h',
+ 'autofill/core/browser/webdata/autofill_webdata_service_observer.h',
+ # This file is generated by the autofill_regexes action.
+ '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
+ ],
+
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ 'msvs_disabled_warnings': [4267, ],
+ },
+
+ {
+ 'target_name': 'autofill_core_test_support',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'autofill_core_common',
+ 'autofill_core_browser',
+ '../skia/skia.gyp:skia',
+ '../testing/gtest.gyp:gtest',
+ ],
+ 'sources': [
+ 'autofill/core/browser/android/test_auxiliary_profile_loader_android.cc',
+ 'autofill/core/browser/android/test_auxiliary_profile_loader_android.h',
+ 'autofill/core/browser/autofill_test_utils.cc',
+ 'autofill/core/browser/autofill_test_utils.h',
+ 'autofill/core/browser/data_driven_test.cc',
+ 'autofill/core/browser/data_driven_test.h',
+ 'autofill/core/browser/test_autofill_driver.cc',
+ 'autofill/core/browser/test_autofill_driver.h',
+ 'autofill/core/browser/test_autofill_external_delegate.cc',
+ 'autofill/core/browser/test_autofill_external_delegate.h',
+ 'autofill/core/browser/test_autofill_manager_delegate.cc',
+ 'autofill/core/browser/test_autofill_manager_delegate.h',
+ 'autofill/core/browser/test_personal_data_manager.cc',
+ 'autofill/core/browser/test_personal_data_manager.h',
+ ],
+ },
+ ],
+ 'conditions': [
+ ['OS != "ios"', {
+ 'targets': [
{
'target_name': 'autofill_content_common',
'type': 'static_library',
@@ -102,164 +265,6 @@
},
{
- 'target_name': 'autofill_core_browser',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- 'autofill_core_common',
- 'autofill_regexes',
- 'encryptor',
- 'user_prefs',
- 'webdata_common',
- '../base/base.gyp:base',
- '../base/base.gyp:base_i18n',
- '../base/base.gyp:base_prefs',
- '../content/content.gyp:content_browser',
- '../content/content.gyp:content_common',
- '../google_apis/google_apis.gyp:google_apis',
- '../skia/skia.gyp:skia',
- '../sql/sql.gyp:sql',
- '../third_party/icu/icu.gyp:icui18n',
- '../third_party/icu/icu.gyp:icuuc',
- '../third_party/libjingle/libjingle.gyp:libjingle',
- '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
- '../ui/gfx/gfx.gyp:gfx',
- '../ui/ui.gyp:ui',
- '../url/url.gyp:url_lib',
- '../webkit/webkit_resources.gyp:webkit_resources',
-
- 'component_strings.gyp:component_strings',
- ],
- 'sources': [
- 'autofill/core/browser/address.cc',
- 'autofill/core/browser/address.h',
- 'autofill/core/browser/address_field.cc',
- 'autofill/core/browser/address_field.h',
- 'autofill/core/browser/autocomplete_history_manager.cc',
- 'autofill/core/browser/autocomplete_history_manager.h',
- 'autofill/core/browser/autofill-inl.h',
- 'autofill/core/browser/autofill_country.cc',
- 'autofill/core/browser/autofill_country.h',
- 'autofill/core/browser/autofill_data_model.cc',
- 'autofill/core/browser/autofill_data_model.h',
- 'autofill/core/browser/autofill_download.cc',
- 'autofill/core/browser/autofill_download.h',
- 'autofill/core/browser/autofill_download_url.cc',
- 'autofill/core/browser/autofill_download_url.h',
- 'autofill/core/browser/autofill_driver.h',
- 'autofill/core/browser/autofill_external_delegate.cc',
- 'autofill/core/browser/autofill_external_delegate.h',
- 'autofill/core/browser/autofill_field.cc',
- 'autofill/core/browser/autofill_field.h',
- 'autofill/core/browser/autofill_ie_toolbar_import_win.cc',
- 'autofill/core/browser/autofill_ie_toolbar_import_win.h',
- 'autofill/core/browser/autofill_manager.cc',
- 'autofill/core/browser/autofill_manager.h',
- 'autofill/core/browser/autofill_manager_delegate.h',
- 'autofill/core/browser/autofill_manager_test_delegate.h',
- 'autofill/core/browser/autofill_metrics.cc',
- 'autofill/core/browser/autofill_metrics.h',
- 'autofill/core/browser/autofill_popup_delegate.h',
- 'autofill/core/browser/autofill_profile.cc',
- 'autofill/core/browser/autofill_profile.h',
- 'autofill/core/browser/autofill_regex_constants.cc.utf8',
- 'autofill/core/browser/autofill_regex_constants.h',
- 'autofill/core/browser/autofill_regexes.cc',
- 'autofill/core/browser/autofill_regexes.h',
- 'autofill/core/browser/autofill_scanner.cc',
- 'autofill/core/browser/autofill_scanner.h',
- 'autofill/core/browser/autofill_server_field_info.h',
- 'autofill/core/browser/autofill_type.cc',
- 'autofill/core/browser/autofill_type.h',
- 'autofill/core/browser/autofill_xml_parser.cc',
- 'autofill/core/browser/autofill_xml_parser.h',
- 'autofill/core/browser/contact_info.cc',
- 'autofill/core/browser/contact_info.h',
- 'autofill/core/browser/credit_card.cc',
- 'autofill/core/browser/credit_card.h',
- 'autofill/core/browser/credit_card_field.cc',
- 'autofill/core/browser/credit_card_field.h',
- 'autofill/core/browser/email_field.cc',
- 'autofill/core/browser/email_field.h',
- 'autofill/core/browser/field_types.h',
- 'autofill/core/browser/form_field.cc',
- 'autofill/core/browser/form_field.h',
- 'autofill/core/browser/form_group.cc',
- 'autofill/core/browser/form_group.h',
- 'autofill/core/browser/form_structure.cc',
- 'autofill/core/browser/form_structure.h',
- 'autofill/core/browser/name_field.cc',
- 'autofill/core/browser/name_field.h',
- 'autofill/core/browser/password_autofill_manager.cc',
- 'autofill/core/browser/password_autofill_manager.h',
- 'autofill/core/browser/password_generator.cc',
- 'autofill/core/browser/password_generator.h',
- 'autofill/core/browser/personal_data_manager.cc',
- 'autofill/core/browser/personal_data_manager.h',
- 'autofill/core/browser/personal_data_manager_mac.mm',
- 'autofill/core/browser/personal_data_manager_observer.h',
- 'autofill/core/browser/phone_field.cc',
- 'autofill/core/browser/phone_field.h',
- 'autofill/core/browser/phone_number.cc',
- 'autofill/core/browser/phone_number.h',
- 'autofill/core/browser/phone_number_i18n.cc',
- 'autofill/core/browser/phone_number_i18n.h',
- 'autofill/core/browser/state_names.cc',
- 'autofill/core/browser/state_names.h',
- 'autofill/core/browser/validation.cc',
- 'autofill/core/browser/validation.h',
- 'autofill/core/browser/webdata/autofill_change.cc',
- 'autofill/core/browser/webdata/autofill_change.h',
- 'autofill/core/browser/webdata/autofill_entry.cc',
- 'autofill/core/browser/webdata/autofill_entry.h',
- 'autofill/core/browser/webdata/autofill_table.cc',
- 'autofill/core/browser/webdata/autofill_table.h',
- 'autofill/core/browser/webdata/autofill_webdata.h',
- 'autofill/core/browser/webdata/autofill_webdata_backend.h',
- 'autofill/core/browser/webdata/autofill_webdata_backend_impl.cc',
- 'autofill/core/browser/webdata/autofill_webdata_backend_impl.h',
- 'autofill/core/browser/webdata/autofill_webdata_service.cc',
- 'autofill/core/browser/webdata/autofill_webdata_service.h',
- 'autofill/core/browser/webdata/autofill_webdata_service_observer.h',
-
- # This file is generated by the autofill_regexes action.
- '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
- ],
-
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- 'msvs_disabled_warnings': [4267, ],
- },
-
- {
- 'target_name': 'autofill_core_test_support',
- 'type': 'static_library',
- 'dependencies': [
- 'autofill_core_common',
- 'autofill_core_browser',
- '../skia/skia.gyp:skia',
- '../testing/gtest.gyp:gtest',
- ],
- 'sources': [
- 'autofill/core/browser/android/test_auxiliary_profile_loader_android.cc',
- 'autofill/core/browser/android/test_auxiliary_profile_loader_android.h',
- 'autofill/core/browser/autofill_test_utils.cc',
- 'autofill/core/browser/autofill_test_utils.h',
- 'autofill/core/browser/data_driven_test.cc',
- 'autofill/core/browser/data_driven_test.h',
- 'autofill/core/browser/test_autofill_driver.cc',
- 'autofill/core/browser/test_autofill_driver.h',
- 'autofill/core/browser/test_autofill_external_delegate.cc',
- 'autofill/core/browser/test_autofill_external_delegate.h',
- 'autofill/core/browser/test_autofill_manager_delegate.cc',
- 'autofill/core/browser/test_autofill_manager_delegate.h',
- 'autofill/core/browser/test_personal_data_manager.cc',
- 'autofill/core/browser/test_personal_data_manager.h',
- ],
- },
-
- {
# Protobuf compiler / generate rule for Autofill's risk integration.
'target_name': 'autofill_content_risk_proto',
'type': 'static_library',
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | components/autofill/core/browser/credit_card.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698