Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Add Autofill support
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdh committed Aug 17, 2016
1 parent 8c0af25 commit 592b67d
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
16 changes: 16 additions & 0 deletions chromiumcontent/extensions.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,32 @@
'<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api',
'<(DEPTH)/chrome/chrome_resources.gyp:packed_resources',
'<(DEPTH)/services/shell/shell_public.gyp:shell_public',
'<(DEPTH)/components/components.gyp:autofill_core_common',
'<(DEPTH)/components/components.gyp:autofill_core_browser',
'<(DEPTH)/components/components.gyp:autofill_server_proto',
'<(DEPTH)/components/components.gyp:autofill_content_mojo_bindings_mojom',
'<(DEPTH)/components/components.gyp:autofill_content_mojo_bindings',
'<(DEPTH)/components/components.gyp:autofill_content_common',
'<(DEPTH)/components/components.gyp:autofill_content_risk_proto',
'<(DEPTH)/components/components.gyp:autofill_content_browser',
'<(DEPTH)/components/components.gyp:autofill_content_renderer',
'<(DEPTH)/components/components.gyp:browsing_data',
'<(DEPTH)/components/components.gyp:content_settings_core_common',
'<(DEPTH)/components/components.gyp:crx_file',
'<(DEPTH)/components/components.gyp:data_use_measurement_core',
'<(DEPTH)/components/components.gyp:guest_view_browser',
'<(DEPTH)/components/components.gyp:guest_view_common',
'<(DEPTH)/components/components.gyp:guest_view_renderer',
'<(DEPTH)/components/components.gyp:json_schema',
'<(DEPTH)/components/components.gyp:keyed_service_content',
'<(DEPTH)/components/components.gyp:keyed_service_core',
'<(DEPTH)/components/components.gyp:os_crypt',
'<(DEPTH)/components/components.gyp:policy',
'<(DEPTH)/components/components.gyp:policy_component_browser',
'<(DEPTH)/components/components.gyp:policy_component_common',
'<(DEPTH)/components/components.gyp:pref_registry',
'<(DEPTH)/components/components.gyp:signin_core_browser',
'<(DEPTH)/components/components.gyp:signin_core_common',
'<(DEPTH)/components/components.gyp:syncable_prefs',
'<(DEPTH)/components/components.gyp:ui_zoom',
'<(DEPTH)/components/components.gyp:url_matcher',
Expand All @@ -37,6 +50,9 @@
'<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources',
'<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings',
'<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl',
'<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util',
'<(DEPTH)/third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
'<(DEPTH)/third_party/libphonenumber/libphonenumber.gyp:libphonenumber_without_metadata',
],
'conditions': [
['OS=="win" or OS=="mac"', {
Expand Down
41 changes: 41 additions & 0 deletions script/lib/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,23 @@
os.path.join('gen', 'chrome', 'extensions_api_resources.pak'),
],
'darwin': [
'libaddressinput_util.a',
'libapi_gen_util.a',
'libautofill_content_browser.a',
'libautofill_content_common.a',
'libautofill_content_mojo_bindings.a',
'libautofill_content_renderer.a',
'libautofill_core_browser.a',
'libautofill_core_common.a',
'libautofill_server_proto.a',
'libos_crypt.a',
'libbrowsing_data.a',
'libchrome_api.a',
'libchrome_zlib.a',
'libcld2_static.a',
'libcontent_settings_core_common.a',
'libcrx_file.a',
'libdata_use_measurement_core.a',
'libdevice_usb.a',
'libextensions_api.a',
'libextensions_api_registration.a',
Expand All @@ -32,16 +42,21 @@
'libextensions_common_constants.a',
'libextensions_renderer.a',
'libextensions_utility.a',
'libgoogle_apis.a',
'libguest_view_browser.a',
'libguest_view_common.a',
'libguest_view_renderer.a',
'libleveldatabase.a',
'libmojo_cpp_system.a',
'libmojo_cpp_bindings.a',
'libmojo_js_bindings.a',
'libphonenumber.a',
'libphonenumber_without_metadata.a',
'libpref_registry.a',
'libre2.a',
'libsnappy.a',
'libsignin_core_browser.a',
'libsignin_core_common.a',
'libsyncable_prefs.a',
'libui_zoom.a',
'libvariations.a',
Expand All @@ -52,13 +67,23 @@
'libzlib_x86_simd.a',
],
'linux': [
'libaddressinput_util.a',
'libapi_gen_util.a',
'libautofill_content_browser.a',
'libautofill_content_common.a',
'libautofill_content_mojo_bindings.a',
'libautofill_content_renderer.a',
'libautofill_core_browser.a',
'libautofill_core_common.a',
'libautofill_server_proto.a',
'libos_crypt.a',
'libbrowsing_data.a',
'libchrome_api.a',
'libchrome_zlib.a',
'libcld2_static.a',
'libcontent_settings_core_common.a',
'libcrx_file.a',
'libdata_use_measurement_core.a',
'libdevice_usb.a',
'libextensions_api.a',
'libextensions_api_registration.a',
Expand All @@ -67,19 +92,27 @@
'libextensions_common_constants.a',
'libextensions_renderer.a',
'libextensions_utility.a',
'libgoogle_apis.a',
'libgoogle_core_browser.a',
'libguest_view_browser.a',
'libguest_view_common.a',
'libguest_view_renderer.a',
'libleveldatabase.a',
'libmojo_cpp_system.a',
'libmojo_cpp_bindings.a',
'libmojo_js_bindings.a',
'libphonenumber.a',
'libphonenumber_without_metadata.a',
'libpref_registry.a',
'libre2.a',
'libsearch_engines.a',
'libsnappy.a',
'libsignin_core_browser.a',
'libsignin_core_common.a',
'libsyncable_prefs.a',
'libui_zoom.a',
'libvariations.a',
'libvariations_net.a',
'libweb_cache_browser.a',
'libweb_cache_mojo_bindings.a',
'libweb_modal.a',
Expand Down Expand Up @@ -129,25 +162,33 @@
'extensions/renderer',
'extensions/strings',
'extensions/utility',
'google_apis/gaia',
'sql',
'sync/api',
'sync/base',
'sync/internal_api',
'third_party/protobuf',
'components/autofill',
'components/content_settings',
'components/user_prefs',
'components/pref_registry',
'components/syncable_prefs',
'components/keyed_service',
'components/web_modal',
'components/webdata',
'components/crx_file',
'components/ui'
]
GENERATED_INCLUDE_DIRS = [
'chrome',
'components/autofill',
'extensions',
'services',
'protoc_out/components/autofill',
]
OTHER_HEADERS = [
'chrome/common/chrome_isolated_world_ids.h',
'chrome/browser/sync/glue/sync_start_util.h',
]
OTHER_DIRS = [
'build',
Expand Down

0 comments on commit 592b67d

Please sign in to comment.