Commit 7392e024 authored by Internal Frameworks Autoroller's avatar Internal Frameworks Autoroller Committed by Commit Bot

Roll src/ios/third_party/material_components_ios/src/ 9d2398094..9fde103ea (13 commits)

TBR=bling-team@google.com

Change-Id: I2fa3f7ae8e9254c3df63a5dca80314ee27004d29
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2211902Reviewed-by: default avatarInternal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#771014}
parent fdd12638
......@@ -524,7 +524,7 @@ deps = {
},
'src/ios/third_party/material_components_ios/src': {
'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + '9d2398094e6a16497d0985de81c3bbb22cb3249b',
'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + '9fde103ea50df2f85c3dfc0650fa70a285989cfb',
'condition': 'checkout_ios',
},
......
......@@ -218,6 +218,10 @@ _mdc_public_headers = [
"src/components/FlexibleHeader/src/MDCFlexibleHeaderViewDelegate.h",
"src/components/FlexibleHeader/src/MDCFlexibleHeaderViewLayoutDelegate.h",
"src/components/FlexibleHeader/src/MaterialFlexibleHeader.h",
"src/components/FlexibleHeader/src/ShiftBehavior/MDCFlexibleHeaderShiftBehavior.h",
"src/components/FlexibleHeader/src/ShiftBehavior/MaterialFlexibleHeader+ShiftBehavior.h",
"src/components/FlexibleHeader/src/ShiftBehaviorEnabledWithStatusBar/MDCFlexibleHeaderShiftBehaviorEnabledWithStatusBar.h",
"src/components/FlexibleHeader/src/ShiftBehaviorEnabledWithStatusBar/MaterialFlexibleHeader+ShiftBehaviorEnabledWithStatusBar.h",
"src/components/FlexibleHeader/src/private/MDCFlexibleHeaderHairline.h",
"src/components/FlexibleHeader/src/private/MDCFlexibleHeaderMinMaxHeight.h",
"src/components/FlexibleHeader/src/private/MDCFlexibleHeaderMinMaxHeightDelegate.h",
......@@ -270,7 +274,7 @@ _mdc_public_headers = [
"src/components/NavigationDrawer/src/MDCBottomDrawerViewControllerDelegate.h",
"src/components/NavigationDrawer/src/MaterialNavigationDrawer.h",
"src/components/NavigationDrawer/src/Theming/MDCBottomDrawerViewController+MaterialTheming.h",
"src/components/NavigationDrawer/src/Theming/MaterialNavigationDrawer+MaterialTheming.h",
"src/components/NavigationDrawer/src/Theming/MaterialNavigationDrawer+Theming.h",
"src/components/NavigationDrawer/src/private/MDCBottomDrawerContainerViewController.h",
"src/components/NavigationDrawer/src/private/MDCBottomDrawerContainerViewControllerDelegate.h",
"src/components/NavigationDrawer/src/private/MDCBottomDrawerHeaderMask.h",
......@@ -603,6 +607,8 @@ _mdc_include_dirs = [
"src/components/FeatureHighlight/src/private",
"src/components/FlexibleHeader/src",
"src/components/FlexibleHeader/src/CanAlwaysExpandToMaximumHeight",
"src/components/FlexibleHeader/src/ShiftBehavior",
"src/components/FlexibleHeader/src/ShiftBehaviorEnabledWithStatusBar",
"src/components/FlexibleHeader/src/private",
"src/components/HeaderStackView/src",
"src/components/HeaderStackView/src/ColorThemer",
......@@ -1014,6 +1020,10 @@ _mdc_sources = [
"src/components/FlexibleHeader/src/MDCFlexibleHeaderViewDelegate.h",
"src/components/FlexibleHeader/src/MDCFlexibleHeaderViewLayoutDelegate.h",
"src/components/FlexibleHeader/src/MaterialFlexibleHeader.h",
"src/components/FlexibleHeader/src/ShiftBehavior/MDCFlexibleHeaderShiftBehavior.h",
"src/components/FlexibleHeader/src/ShiftBehavior/MaterialFlexibleHeader+ShiftBehavior.h",
"src/components/FlexibleHeader/src/ShiftBehaviorEnabledWithStatusBar/MDCFlexibleHeaderShiftBehaviorEnabledWithStatusBar.h",
"src/components/FlexibleHeader/src/ShiftBehaviorEnabledWithStatusBar/MaterialFlexibleHeader+ShiftBehaviorEnabledWithStatusBar.h",
"src/components/FlexibleHeader/src/private/MDCFlexibleHeaderHairline.h",
"src/components/FlexibleHeader/src/private/MDCFlexibleHeaderHairline.m",
"src/components/FlexibleHeader/src/private/MDCFlexibleHeaderMinMaxHeight.h",
......@@ -1092,7 +1102,7 @@ _mdc_sources = [
"src/components/NavigationDrawer/src/MaterialNavigationDrawer.h",
"src/components/NavigationDrawer/src/Theming/MDCBottomDrawerViewController+MaterialTheming.h",
"src/components/NavigationDrawer/src/Theming/MDCBottomDrawerViewController+MaterialTheming.m",
"src/components/NavigationDrawer/src/Theming/MaterialNavigationDrawer+MaterialTheming.h",
"src/components/NavigationDrawer/src/Theming/MaterialNavigationDrawer+Theming.h",
"src/components/NavigationDrawer/src/private/MDCBottomDrawerContainerViewController.h",
"src/components/NavigationDrawer/src/private/MDCBottomDrawerContainerViewController.m",
"src/components/NavigationDrawer/src/private/MDCBottomDrawerContainerViewControllerDelegate.h",
......
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