Commit 7317bd34 authored by Internal Frameworks Autoroller's avatar Internal Frameworks Autoroller Committed by Commit Bot

Roll src/ios/third_party/material_components_ios/src/ 6aea60a14..180a5bf72 (4 commits)

TBR=bling-team@google.com

Change-Id: Id27998f08de4b128b3390642fe3b02d57ffe6464
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311066Reviewed-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@{#790773}
parent c5f0324b
......@@ -545,7 +545,7 @@ deps = {
},
'src/ios/third_party/material_components_ios/src': {
'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + '6aea60a148025c15ddf8b8558192f4366abfb672',
'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + '180a5bf724f0fac5fa824660cca1c11a02de9721',
'condition': 'checkout_ios',
},
......
......@@ -117,8 +117,6 @@ _mdc_public_headers = [
"src/components/Buttons/src/Theming/MDCButton+MaterialTheming.h",
"src/components/Buttons/src/Theming/MDCFloatingButton+MaterialTheming.h",
"src/components/Buttons/src/Theming/MaterialButtons+Theming.h",
"src/components/Buttons/src/TitleColorAccessibilityMutator/MDCButtonTitleColorAccessibilityMutator.h",
"src/components/Buttons/src/TitleColorAccessibilityMutator/MaterialButtons+TitleColorAccessibilityMutator.h",
"src/components/Buttons/src/TypographyThemer/MDCButtonTypographyThemer.h",
"src/components/Buttons/src/TypographyThemer/MaterialButtons+TypographyThemer.h",
"src/components/Buttons/src/private/MDCButton+Subclassing.h",
......@@ -189,8 +187,6 @@ _mdc_public_headers = [
"src/components/Elevation/src/UIView+MaterialElevationResponding.h",
"src/components/FeatureHighlight/src/ColorThemer/MDCFeatureHighlightColorThemer.h",
"src/components/FeatureHighlight/src/ColorThemer/MaterialFeatureHighlight+ColorThemer.h",
"src/components/FeatureHighlight/src/FeatureHighlightAccessibilityMutator/MDCFeatureHighlightAccessibilityMutator.h",
"src/components/FeatureHighlight/src/FeatureHighlightAccessibilityMutator/MaterialFeatureHighlight+FeatureHighlightAccessibilityMutator.h",
"src/components/FeatureHighlight/src/MDCFeatureHighlightView.h",
"src/components/FeatureHighlight/src/MDCFeatureHighlightViewController.h",
"src/components/FeatureHighlight/src/MaterialFeatureHighlight.h",
......@@ -370,6 +366,8 @@ _mdc_public_headers = [
"src/components/Tabs/src/TabBarView/private/MDCTabBarViewIndicatorView.h",
"src/components/Tabs/src/TabBarView/private/MDCTabBarViewItemView.h",
"src/components/Tabs/src/TabBarView/private/MDCTabBarViewPrivateIndicatorContext.h",
"src/components/Tabs/src/TabBarViewTheming/MDCTabBarView+MaterialTheming.h",
"src/components/Tabs/src/TabBarViewTheming/MaterialTabs+TabBarViewTheming.h",
"src/components/Tabs/src/Theming/MDCTabBar+MaterialTheming.h",
"src/components/Tabs/src/Theming/MaterialTabs+Theming.h",
"src/components/Tabs/src/TypographyThemer/MDCTabBarTypographyThemer.h",
......@@ -586,7 +584,6 @@ _mdc_include_dirs = [
"src/components/Buttons/src/ColorThemer",
"src/components/Buttons/src/ShapeThemer",
"src/components/Buttons/src/Theming",
"src/components/Buttons/src/TitleColorAccessibilityMutator",
"src/components/Buttons/src/TypographyThemer",
"src/components/Buttons/src/private",
"src/components/Cards/src",
......@@ -606,7 +603,6 @@ _mdc_include_dirs = [
"src/components/Elevation/src",
"src/components/FeatureHighlight/src",
"src/components/FeatureHighlight/src/ColorThemer",
"src/components/FeatureHighlight/src/FeatureHighlightAccessibilityMutator",
"src/components/FeatureHighlight/src/private",
"src/components/FlexibleHeader/src",
"src/components/FlexibleHeader/src/CanAlwaysExpandToMaximumHeight",
......@@ -654,6 +650,7 @@ _mdc_include_dirs = [
"src/components/Tabs/src/SizeClassDelegate",
"src/components/Tabs/src/TabBarView",
"src/components/Tabs/src/TabBarView/private",
"src/components/Tabs/src/TabBarViewTheming",
"src/components/Tabs/src/Theming",
"src/components/Tabs/src/TypographyThemer",
"src/components/Tabs/src/private",
......@@ -877,9 +874,6 @@ _mdc_sources = [
"src/components/Buttons/src/Theming/MDCFloatingButton+MaterialTheming.h",
"src/components/Buttons/src/Theming/MDCFloatingButton+MaterialTheming.m",
"src/components/Buttons/src/Theming/MaterialButtons+Theming.h",
"src/components/Buttons/src/TitleColorAccessibilityMutator/MDCButtonTitleColorAccessibilityMutator.h",
"src/components/Buttons/src/TitleColorAccessibilityMutator/MDCButtonTitleColorAccessibilityMutator.m",
"src/components/Buttons/src/TitleColorAccessibilityMutator/MaterialButtons+TitleColorAccessibilityMutator.h",
"src/components/Buttons/src/TypographyThemer/MDCButtonTypographyThemer.h",
"src/components/Buttons/src/TypographyThemer/MDCButtonTypographyThemer.m",
"src/components/Buttons/src/TypographyThemer/MaterialButtons+TypographyThemer.h",
......@@ -987,9 +981,6 @@ _mdc_sources = [
"src/components/FeatureHighlight/src/ColorThemer/MDCFeatureHighlightColorThemer.h",
"src/components/FeatureHighlight/src/ColorThemer/MDCFeatureHighlightColorThemer.m",
"src/components/FeatureHighlight/src/ColorThemer/MaterialFeatureHighlight+ColorThemer.h",
"src/components/FeatureHighlight/src/FeatureHighlightAccessibilityMutator/MDCFeatureHighlightAccessibilityMutator.h",
"src/components/FeatureHighlight/src/FeatureHighlightAccessibilityMutator/MDCFeatureHighlightAccessibilityMutator.m",
"src/components/FeatureHighlight/src/FeatureHighlightAccessibilityMutator/MaterialFeatureHighlight+FeatureHighlightAccessibilityMutator.h",
"src/components/FeatureHighlight/src/MDCFeatureHighlightView.h",
"src/components/FeatureHighlight/src/MDCFeatureHighlightViewController.h",
"src/components/FeatureHighlight/src/MDCFeatureHighlightViewController.m",
......@@ -1255,6 +1246,9 @@ _mdc_sources = [
"src/components/Tabs/src/TabBarView/private/MDCTabBarViewItemView.m",
"src/components/Tabs/src/TabBarView/private/MDCTabBarViewPrivateIndicatorContext.h",
"src/components/Tabs/src/TabBarView/private/MDCTabBarViewPrivateIndicatorContext.m",
"src/components/Tabs/src/TabBarViewTheming/MDCTabBarView+MaterialTheming.h",
"src/components/Tabs/src/TabBarViewTheming/MDCTabBarView+MaterialTheming.m",
"src/components/Tabs/src/TabBarViewTheming/MaterialTabs+TabBarViewTheming.h",
"src/components/Tabs/src/Theming/MDCTabBar+MaterialTheming.h",
"src/components/Tabs/src/Theming/MDCTabBar+MaterialTheming.m",
"src/components/Tabs/src/Theming/MaterialTabs+Theming.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