Commit 3950ac54 authored by Sylvain Defresne's avatar Sylvain Defresne Committed by Commit Bot

Roll src/ios/third_party/material_components_ios/src/ 866cee927..adb2011e9 (31 commits)

https://chromium.googlesource.com/external/github.com/material-components/material-components-ios.git/+log/866cee927378..adb2011e9efd

$ git log 866cee927..adb2011e9 --date=short --no-merges --format='%ad %ae %s'
2020-02-12 56741989+copybara-service[bot] [FlexibleHeader] Added property for minimumHeaderViewHeight (#9649)
2020-02-12 randallli manual edit of changelog
2020-02-12 yarneo fix snapshot tests for CI (#9698)
2020-02-12 randallli modified version number to 104.0.0
2020-02-12 randallli Revert "Bumped version number to 103.2.0."
2020-02-12 randallli Hand-modified CHANGELOG.md API diff.
2020-02-12 bryanoltman [TextFields] Update snapshot goldens (#9691)
2020-02-11 randallli Hand-modified CHANGELOG.md API diff.
2020-02-11 randallli Hand-modified CHANGELOG.md API diff.
2020-02-11 randallli Bumped version number to 103.2.0.
2020-02-11 randallli Hand-modified CHANGELOG.md API diff.
2020-02-11 randallli Automatic changelog preparation for release.
2020-02-11 bryanoltman [Buttons] Delete deprecated MDCFloatingActionButtonThemer (#9662)
2020-02-11 randallli add deps on availability for a bunch of components (#9679)
2020-02-11 randallli [Availability] add Availability build file (#9678)
2020-02-10 rsmoore [CODEOWNERS] Remove romoore@ (#9660)
2020-02-10 randallli [private] Update snapshot tests. (#9666)
2020-02-07 no-reply Internal Change
2020-02-07 no-reply [Material][Availability] Migrates Buttons to MDCAvailability.
2020-02-07 no-reply [Material][Availability] Migrates the Banner to MDCAvailability.
2020-02-07 galiak [Dialogs] Update comments describing private margin properties.
2020-02-07 featherless [ButtonBar] Assign the UIBarButtonItem's tintColor to the button's text color.
2020-02-07 galiak [Dialogs] Update comments describing private margin properties.
2020-02-07 featherless [FlexibleHeader] Resolve precision warning due to use of floating point.
2020-02-07 no-reply [Material][Availability] Migrates elevation to MDCAvailability.
2020-02-07 andrewoverton Add Swift-friendlier names to TextControl text fields
2020-02-07 featherless [Availability] Add an umbrella header.
2020-02-07 featherless [FlexibleHeader] Add missing self-> within a block.
2020-02-07 no-reply [Material][Availability] Migrates Feature Hightlight to MDCAvailability.
2020-02-07 galiak Renaming "custom" category to "customize".
2020-02-07 galiak Renaming "custom" category to "customize".

Created with:
  roll-dep src/ios/third_party/material_components_ios/src

Bug: 1051926
Change-Id: I849814fabc76b655909a91889cafe7913c97e6a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057285Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Commit-Queue: Sylvain Defresne <sdefresne@chromium.org>
Auto-Submit: Sylvain Defresne <sdefresne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#741585}
parent a5bea0a8
......@@ -525,7 +525,7 @@ deps = {
},
'src/ios/third_party/material_components_ios/src': {
'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + '866cee927378c4fdbae70a16fb00e333ed538129',
'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + 'adb2011e9efd701107e5d8971c41c3baf556111f',
'condition': 'checkout_ios',
},
......
......@@ -52,6 +52,7 @@ _mdc_public_headers = [
"src/components/AppBar/src/private/MaterialAppBarStrings.h",
"src/components/AppBar/src/private/MaterialAppBarStrings_table.h",
"src/components/Availability/src/MDCAvailability.h",
"src/components/Availability/src/MaterialAvailability.h",
"src/components/Banner/src/MDCBannerView.h",
"src/components/Banner/src/MaterialBanner.h",
"src/components/Banner/src/Theming/MDCBannerView+MaterialTheming.h",
......@@ -91,7 +92,6 @@ _mdc_public_headers = [
"src/components/ButtonBar/src/private/MDCButtonBar+Private.h",
"src/components/Buttons/src/ButtonThemer/MDCButtonScheme.h",
"src/components/Buttons/src/ButtonThemer/MDCContainedButtonThemer.h",
"src/components/Buttons/src/ButtonThemer/MDCFloatingActionButtonThemer.h",
"src/components/Buttons/src/ButtonThemer/MDCOutlinedButtonThemer.h",
"src/components/Buttons/src/ButtonThemer/MDCTextButtonThemer.h",
"src/components/Buttons/src/ButtonThemer/MaterialButtons+ButtonThemer.h",
......@@ -170,6 +170,7 @@ _mdc_public_headers = [
"src/components/Dialogs/src/TypographyThemer/MaterialDialogs+TypographyThemer.h",
"src/components/Dialogs/src/UIViewController+MaterialDialogs.h",
"src/components/Dialogs/src/private/MDCAlertActionManager.h",
"src/components/Dialogs/src/private/MDCAlertController+Customize.h",
"src/components/Dialogs/src/private/MDCAlertControllerView+Private.h",
"src/components/Dialogs/src/private/MDCDialogShadowedView.h",
"src/components/Dialogs/src/private/MaterialDialogsStrings.h",
......@@ -199,6 +200,7 @@ _mdc_public_headers = [
"src/components/FlexibleHeader/src/MDCFlexibleHeaderView.h",
"src/components/FlexibleHeader/src/MDCFlexibleHeaderViewController.h",
"src/components/FlexibleHeader/src/MaterialFlexibleHeader.h",
"src/components/FlexibleHeader/src/private/MDCFlexibleHeaderHairline.h",
"src/components/FlexibleHeader/src/private/MDCFlexibleHeaderMinMaxHeight.h",
"src/components/FlexibleHeader/src/private/MDCFlexibleHeaderTopSafeArea.h",
"src/components/FlexibleHeader/src/private/MDCFlexibleHeaderView+Private.h",
......@@ -757,6 +759,7 @@ target(_mdc_target_type, "material_components_ios") {
"src/components/AppBar/src/private/MaterialAppBarStrings.h",
"src/components/AppBar/src/private/MaterialAppBarStrings_table.h",
"src/components/Availability/src/MDCAvailability.h",
"src/components/Availability/src/MaterialAvailability.h",
"src/components/Banner/src/MDCBannerView.h",
"src/components/Banner/src/MDCBannerView.m",
"src/components/Banner/src/MaterialBanner.h",
......@@ -820,8 +823,6 @@ target(_mdc_target_type, "material_components_ios") {
"src/components/Buttons/src/ButtonThemer/MDCButtonScheme.m",
"src/components/Buttons/src/ButtonThemer/MDCContainedButtonThemer.h",
"src/components/Buttons/src/ButtonThemer/MDCContainedButtonThemer.m",
"src/components/Buttons/src/ButtonThemer/MDCFloatingActionButtonThemer.h",
"src/components/Buttons/src/ButtonThemer/MDCFloatingActionButtonThemer.m",
"src/components/Buttons/src/ButtonThemer/MDCOutlinedButtonThemer.h",
"src/components/Buttons/src/ButtonThemer/MDCOutlinedButtonThemer.m",
"src/components/Buttons/src/ButtonThemer/MDCTextButtonThemer.h",
......@@ -950,7 +951,7 @@ target(_mdc_target_type, "material_components_ios") {
"src/components/Dialogs/src/UIViewController+MaterialDialogs.m",
"src/components/Dialogs/src/private/MDCAlertActionManager.h",
"src/components/Dialogs/src/private/MDCAlertActionManager.m",
"src/components/Dialogs/src/private/MDCAlertController+Custom.h",
"src/components/Dialogs/src/private/MDCAlertController+Customize.h",
"src/components/Dialogs/src/private/MDCAlertControllerView+Private.h",
"src/components/Dialogs/src/private/MDCAlertControllerView+Private.m",
"src/components/Dialogs/src/private/MDCDialogShadowedView.h",
......@@ -1454,38 +1455,6 @@ target(_mdc_target_type, "material_components_ios") {
public_headers = _mdc_public_headers
}
include_dirs = [
"src/components/ActivityIndicator/src",
"src/components/AnimationTiming/src",
"src/components/AppBar/src",
"src/components/AppBar/src/ColorThemer",
"src/components/BottomSheet/src",
"src/components/ButtonBar/src",
"src/components/Buttons/src/ButtonThemer",
"src/components/Buttons/src/ColorThemer",
"src/components/Buttons/src/TypographyThemer",
"src/components/FlexibleHeader/src",
"src/components/FlexibleHeader/src/ColorThemer",
"src/components/NavigationBar/src",
"src/components/NavigationBar/src/ColorThemer",
"src/components/OverlayWindow/src",
"src/components/private/Math/src",
"src/components/private/Application/src",
"src/components/private/Color/src",
"src/components/private/Icons/src",
"src/components/private/Icons/icons/ic_arrow_back/src",
"src/components/private/Icons/icons/ic_check/src",
"src/components/private/Icons/icons/ic_check_circle/src",
"src/components/private/Icons/icons/ic_chevron_right/src",
"src/components/private/Icons/icons/ic_info/src",
"src/components/private/Icons/icons/ic_radio_button_unchecked/src",
"src/components/private/Icons/icons/ic_reorder/src",
"src/components/private/KeyboardWatcher/src",
"src/components/private/Overlay/src",
"src/components/private/Shapes/src",
"src/components/private/ThumbTrack/src",
]
libs = [
"CoreGraphics.framework",
"CoreText.framework",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment