Commit 9af201be authored by Internal Frameworks Autoroller's avatar Internal Frameworks Autoroller Committed by Commit Bot

Roll src/ios/third_party/material_components_ios/src/ ba30b6ffe..58a181306 (50 commits)

TBR=bling-p10-rolls@google.com

Change-Id: Ia5f32e7caf3981edb30fd76dfb32ce6b4807b6c4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2113679Reviewed-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@{#752344}
parent acd48099
...@@ -521,7 +521,7 @@ deps = { ...@@ -521,7 +521,7 @@ deps = {
}, },
'src/ios/third_party/material_components_ios/src': { 'src/ios/third_party/material_components_ios/src': {
'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + 'ba30b6ffe870cf993ae19b0cb7efa43ee21130c3', 'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + '58a181306f5dabb4bbb42f75a479db71b649b3a8',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
......
...@@ -22,6 +22,7 @@ _mdc_public_headers = [ ...@@ -22,6 +22,7 @@ _mdc_public_headers = [
"src/components/ActionSheet/src/ColorThemer/MDCActionSheetColorThemer.h", "src/components/ActionSheet/src/ColorThemer/MDCActionSheetColorThemer.h",
"src/components/ActionSheet/src/ColorThemer/MaterialActionSheet+ColorThemer.h", "src/components/ActionSheet/src/ColorThemer/MaterialActionSheet+ColorThemer.h",
"src/components/ActionSheet/src/MDCActionSheetController.h", "src/components/ActionSheet/src/MDCActionSheetController.h",
"src/components/ActionSheet/src/MDCActionSheetControllerDelegate.h",
"src/components/ActionSheet/src/MaterialActionSheet.h", "src/components/ActionSheet/src/MaterialActionSheet.h",
"src/components/ActionSheet/src/Theming/MDCActionSheetController+MaterialTheming.h", "src/components/ActionSheet/src/Theming/MDCActionSheetController+MaterialTheming.h",
"src/components/ActionSheet/src/Theming/MaterialActionSheet+Theming.h", "src/components/ActionSheet/src/Theming/MaterialActionSheet+Theming.h",
...@@ -30,6 +31,7 @@ _mdc_public_headers = [ ...@@ -30,6 +31,7 @@ _mdc_public_headers = [
"src/components/ActionSheet/src/private/MDCActionSheetHeaderView.h", "src/components/ActionSheet/src/private/MDCActionSheetHeaderView.h",
"src/components/ActionSheet/src/private/MDCActionSheetItemTableViewCell.h", "src/components/ActionSheet/src/private/MDCActionSheetItemTableViewCell.h",
"src/components/ActivityIndicator/src/MDCActivityIndicator.h", "src/components/ActivityIndicator/src/MDCActivityIndicator.h",
"src/components/ActivityIndicator/src/MDCActivityIndicatorDelegate.h",
"src/components/ActivityIndicator/src/MaterialActivityIndicator.h", "src/components/ActivityIndicator/src/MaterialActivityIndicator.h",
"src/components/ActivityIndicator/src/private/MDCActivityIndicator+Private.h", "src/components/ActivityIndicator/src/private/MDCActivityIndicator+Private.h",
"src/components/ActivityIndicator/src/private/MDCActivityIndicatorMotionSpec.h", "src/components/ActivityIndicator/src/private/MDCActivityIndicatorMotionSpec.h",
...@@ -87,6 +89,7 @@ _mdc_public_headers = [ ...@@ -87,6 +89,7 @@ _mdc_public_headers = [
"src/components/BottomSheet/src/private/MDCSheetContainerView.h", "src/components/BottomSheet/src/private/MDCSheetContainerView.h",
"src/components/ButtonBar/src/MDCButtonBar.h", "src/components/ButtonBar/src/MDCButtonBar.h",
"src/components/ButtonBar/src/MDCButtonBarButton.h", "src/components/ButtonBar/src/MDCButtonBarButton.h",
"src/components/ButtonBar/src/MDCButtonBarDelegate.h",
"src/components/ButtonBar/src/MaterialButtonBar.h", "src/components/ButtonBar/src/MaterialButtonBar.h",
"src/components/ButtonBar/src/private/MDCAppBarButtonBarBuilder.h", "src/components/ButtonBar/src/private/MDCAppBarButtonBarBuilder.h",
"src/components/ButtonBar/src/private/MDCButtonBar+Private.h", "src/components/ButtonBar/src/private/MDCButtonBar+Private.h",
...@@ -126,6 +129,7 @@ _mdc_public_headers = [ ...@@ -126,6 +129,7 @@ _mdc_public_headers = [
"src/components/Chips/src/MDCChipCollectionViewCell.h", "src/components/Chips/src/MDCChipCollectionViewCell.h",
"src/components/Chips/src/MDCChipCollectionViewFlowLayout.h", "src/components/Chips/src/MDCChipCollectionViewFlowLayout.h",
"src/components/Chips/src/MDCChipField.h", "src/components/Chips/src/MDCChipField.h",
"src/components/Chips/src/MDCChipFieldDelegate.h",
"src/components/Chips/src/MDCChipView.h", "src/components/Chips/src/MDCChipView.h",
"src/components/Chips/src/MaterialChips.h", "src/components/Chips/src/MaterialChips.h",
"src/components/Chips/src/Theming/MDCChipView+MaterialTheming.h", "src/components/Chips/src/Theming/MDCChipView+MaterialTheming.h",
...@@ -254,7 +258,6 @@ _mdc_public_headers = [ ...@@ -254,7 +258,6 @@ _mdc_public_headers = [
"src/components/ProgressView/src/MaterialProgressView.h", "src/components/ProgressView/src/MaterialProgressView.h",
"src/components/ProgressView/src/Theming/MDCProgressView+MaterialTheming.h", "src/components/ProgressView/src/Theming/MDCProgressView+MaterialTheming.h",
"src/components/ProgressView/src/Theming/MaterialProgressView+Theming.h", "src/components/ProgressView/src/Theming/MaterialProgressView+Theming.h",
"src/components/ProgressView/src/private/MDCProgressViewMotionSpec.h",
"src/components/Ripple/src/MDCRippleTouchController.h", "src/components/Ripple/src/MDCRippleTouchController.h",
"src/components/Ripple/src/MDCRippleView.h", "src/components/Ripple/src/MDCRippleView.h",
"src/components/Ripple/src/MDCStatefulRippleView.h", "src/components/Ripple/src/MDCStatefulRippleView.h",
...@@ -577,7 +580,6 @@ _mdc_include_dirs = [ ...@@ -577,7 +580,6 @@ _mdc_include_dirs = [
"src/components/Palettes/src/private", "src/components/Palettes/src/private",
"src/components/ProgressView/src", "src/components/ProgressView/src",
"src/components/ProgressView/src/Theming", "src/components/ProgressView/src/Theming",
"src/components/ProgressView/src/private",
"src/components/Ripple/src", "src/components/Ripple/src",
"src/components/Ripple/src/private", "src/components/Ripple/src/private",
"src/components/ShadowElevations/src", "src/components/ShadowElevations/src",
...@@ -669,6 +671,7 @@ _mdc_sources = [ ...@@ -669,6 +671,7 @@ _mdc_sources = [
"src/components/ActionSheet/src/ColorThemer/MaterialActionSheet+ColorThemer.h", "src/components/ActionSheet/src/ColorThemer/MaterialActionSheet+ColorThemer.h",
"src/components/ActionSheet/src/MDCActionSheetController.h", "src/components/ActionSheet/src/MDCActionSheetController.h",
"src/components/ActionSheet/src/MDCActionSheetController.m", "src/components/ActionSheet/src/MDCActionSheetController.m",
"src/components/ActionSheet/src/MDCActionSheetControllerDelegate.h",
"src/components/ActionSheet/src/MaterialActionSheet.h", "src/components/ActionSheet/src/MaterialActionSheet.h",
"src/components/ActionSheet/src/Theming/MDCActionSheetController+MaterialTheming.h", "src/components/ActionSheet/src/Theming/MDCActionSheetController+MaterialTheming.h",
"src/components/ActionSheet/src/Theming/MDCActionSheetController+MaterialTheming.m", "src/components/ActionSheet/src/Theming/MDCActionSheetController+MaterialTheming.m",
...@@ -682,6 +685,7 @@ _mdc_sources = [ ...@@ -682,6 +685,7 @@ _mdc_sources = [
"src/components/ActionSheet/src/private/MDCActionSheetItemTableViewCell.m", "src/components/ActionSheet/src/private/MDCActionSheetItemTableViewCell.m",
"src/components/ActivityIndicator/src/MDCActivityIndicator.h", "src/components/ActivityIndicator/src/MDCActivityIndicator.h",
"src/components/ActivityIndicator/src/MDCActivityIndicator.m", "src/components/ActivityIndicator/src/MDCActivityIndicator.m",
"src/components/ActivityIndicator/src/MDCActivityIndicatorDelegate.h",
"src/components/ActivityIndicator/src/MaterialActivityIndicator.h", "src/components/ActivityIndicator/src/MaterialActivityIndicator.h",
"src/components/ActivityIndicator/src/private/MDCActivityIndicator+Private.h", "src/components/ActivityIndicator/src/private/MDCActivityIndicator+Private.h",
"src/components/ActivityIndicator/src/private/MDCActivityIndicatorMotionSpec.h", "src/components/ActivityIndicator/src/private/MDCActivityIndicatorMotionSpec.h",
...@@ -768,6 +772,7 @@ _mdc_sources = [ ...@@ -768,6 +772,7 @@ _mdc_sources = [
"src/components/ButtonBar/src/MDCButtonBar.h", "src/components/ButtonBar/src/MDCButtonBar.h",
"src/components/ButtonBar/src/MDCButtonBar.m", "src/components/ButtonBar/src/MDCButtonBar.m",
"src/components/ButtonBar/src/MDCButtonBarButton.h", "src/components/ButtonBar/src/MDCButtonBarButton.h",
"src/components/ButtonBar/src/MDCButtonBarDelegate.h",
"src/components/ButtonBar/src/MaterialButtonBar.h", "src/components/ButtonBar/src/MaterialButtonBar.h",
"src/components/ButtonBar/src/private/MDCAppBarButtonBarBuilder.h", "src/components/ButtonBar/src/private/MDCAppBarButtonBarBuilder.h",
"src/components/ButtonBar/src/private/MDCAppBarButtonBarBuilder.m", "src/components/ButtonBar/src/private/MDCAppBarButtonBarBuilder.m",
...@@ -835,6 +840,7 @@ _mdc_sources = [ ...@@ -835,6 +840,7 @@ _mdc_sources = [
"src/components/Chips/src/MDCChipCollectionViewFlowLayout.m", "src/components/Chips/src/MDCChipCollectionViewFlowLayout.m",
"src/components/Chips/src/MDCChipField.h", "src/components/Chips/src/MDCChipField.h",
"src/components/Chips/src/MDCChipField.m", "src/components/Chips/src/MDCChipField.m",
"src/components/Chips/src/MDCChipFieldDelegate.h",
"src/components/Chips/src/MDCChipView.h", "src/components/Chips/src/MDCChipView.h",
"src/components/Chips/src/MDCChipView.m", "src/components/Chips/src/MDCChipView.m",
"src/components/Chips/src/MaterialChips.h", "src/components/Chips/src/MaterialChips.h",
...@@ -1034,8 +1040,6 @@ _mdc_sources = [ ...@@ -1034,8 +1040,6 @@ _mdc_sources = [
"src/components/ProgressView/src/Theming/MDCProgressView+MaterialTheming.h", "src/components/ProgressView/src/Theming/MDCProgressView+MaterialTheming.h",
"src/components/ProgressView/src/Theming/MDCProgressView+MaterialTheming.m", "src/components/ProgressView/src/Theming/MDCProgressView+MaterialTheming.m",
"src/components/ProgressView/src/Theming/MaterialProgressView+Theming.h", "src/components/ProgressView/src/Theming/MaterialProgressView+Theming.h",
"src/components/ProgressView/src/private/MDCProgressViewMotionSpec.h",
"src/components/ProgressView/src/private/MDCProgressViewMotionSpec.m",
"src/components/Ripple/src/MDCRippleTouchController.h", "src/components/Ripple/src/MDCRippleTouchController.h",
"src/components/Ripple/src/MDCRippleTouchController.m", "src/components/Ripple/src/MDCRippleTouchController.m",
"src/components/Ripple/src/MDCRippleView.h", "src/components/Ripple/src/MDCRippleView.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