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

Commit

Permalink
update to chromium 53.0.2785.116
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver committed Sep 17, 2016
1 parent 2fd6799 commit 28e6dea
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
53.0.2785.113
53.0.2785.116
1 change: 1 addition & 0 deletions chromiumcontent/autofill.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
'<(DEPTH)/components/components.gyp:os_crypt',
'<(DEPTH)/components/components.gyp:signin_core_browser',
'<(DEPTH)/components/components.gyp:signin_core_common',
'<(DEPTH)/components/components.gyp:version_info',
'<(DEPTH)/components/components.gyp:webdata_common',
'<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util',
'<(DEPTH)/third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
Expand Down
4 changes: 2 additions & 2 deletions chromiumcontent/extensions.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'<(DEPTH)/components/components.gyp:policy_component_common',
'<(DEPTH)/components/components.gyp:pref_registry',
'<(DEPTH)/components/components.gyp:syncable_prefs',
'<(DEPTH)/components/components.gyp:ui_zoom',
'<(DEPTH)/components/components.gyp:zoom',
'<(DEPTH)/components/components.gyp:url_matcher',
'<(DEPTH)/components/components.gyp:user_prefs',
'<(DEPTH)/components/components.gyp:web_cache_browser',
Expand All @@ -36,7 +36,7 @@
'<(DEPTH)/extensions/extensions.gyp:extensions_utility',
'<(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/cld_2/cld_2.gyp:cld_2',
],
'conditions': [
['OS=="win" or OS=="mac"', {
Expand Down
3 changes: 3 additions & 0 deletions script/lib/autofill.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
'libphonenumber_without_metadata.a',
'libsignin_core_browser.a',
'libsignin_core_common.a',
'libversion_info.a',
],
'linux': [
'libaddressinput_util.a',
Expand All @@ -36,6 +37,7 @@
'libphonenumber_without_metadata.a',
'libsignin_core_browser.a',
'libsignin_core_common.a',
'libversion_info.a',
],
'win32': [
os.path.join('obj', 'third_party', 'libaddressinput', 'libaddressinput_util.lib'),
Expand All @@ -53,6 +55,7 @@
os.path.join('obj', 'third_party', 'libphonenumber', 'libphonenumber_without_metadata.lib'),
os.path.join('obj', 'components', 'signin_core_browser.lib'),
os.path.join('obj', 'components', 'signin_core_common.lib'),
os.path.join('obj', 'components', 'version_info.lib'),
],
}

Expand Down
17 changes: 10 additions & 7 deletions script/lib/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'libbrowsing_data.a',
'libchrome_api.a',
'libchrome_zlib.a',
'libcld2_static.a',
'libcld_2.a',
'libcontent_settings_core_common.a',
'libcrx_file.a',
'libdevice_usb.a',
Expand All @@ -41,9 +41,10 @@
'libmojo_js_bindings.a',
'libpref_registry.a',
'libre2.a',
'libshell_public.a',
'libsnappy.a',
'libsyncable_prefs.a',
'libui_zoom.a',
'libzoom.a',
'libvariations.a',
'libweb_cache_browser.a',
'libweb_cache_mojo_bindings.a',
Expand All @@ -56,7 +57,7 @@
'libbrowsing_data.a',
'libchrome_api.a',
'libchrome_zlib.a',
'libcld2_static.a',
'libcld_2.a',
'libcontent_settings_core_common.a',
'libcrx_file.a',
'libdevice_usb.a',
Expand All @@ -76,9 +77,10 @@
'libmojo_js_bindings.a',
'libpref_registry.a',
'libre2.a',
'libshell_public.a',
'libsnappy.a',
'libsyncable_prefs.a',
'libui_zoom.a',
'libzoom.a',
'libvariations.a',
'libweb_cache_browser.a',
'libweb_cache_mojo_bindings.a',
Expand All @@ -90,7 +92,7 @@
os.path.join('obj', 'tools', 'json_schema_compiler', 'api_gen_util.lib'),
os.path.join('obj', 'components', 'browsing_data.lib'),
os.path.join('obj', 'chrome', 'common', 'extensions', 'api', 'chrome_api.lib'),
os.path.join('obj', 'third_party', 'cld_2', 'cld2_static.lib'),
os.path.join('obj', 'third_party', 'cld_2', 'cld_2.lib'),
os.path.join('obj', 'components', 'content_settings_core_common.lib'),
os.path.join('obj', 'components', 'crx_file.lib'),
os.path.join('obj', 'device', 'usb', 'device_usb.lib'),
Expand All @@ -110,9 +112,10 @@
os.path.join('obj', 'mojo', 'mojo_js_bindings.lib'),
os.path.join('obj', 'components', 'pref_registry.lib'),
os.path.join('obj', 'third_party', 're2', 're2.lib'),
os.path.join('obj', 'services', 'shell', 'shell_public.lib'),
os.path.join('obj', 'third_party', 'snappy', 'snappy.lib'),
os.path.join('obj', 'components', 'syncable_prefs.lib'),
os.path.join('obj', 'components', 'ui_zoom.lib'),
os.path.join('obj', 'components', 'zoom.lib'),
os.path.join('obj', 'components', 'variations.lib'),
os.path.join('obj', 'components', 'web_cache_browser.lib'),
os.path.join('obj', 'components', 'web_cache_mojo_bindings.lib'),
Expand All @@ -139,7 +142,7 @@
'components/keyed_service',
'components/web_modal',
'components/crx_file',
'components/ui'
'components/zoom'
]
GENERATED_INCLUDE_DIRS = [
'chrome',
Expand Down

0 comments on commit 28e6dea

Please sign in to comment.