Commit 19619799 authored by Kurt Horimoto's avatar Kurt Horimoto Committed by Commit Bot

[iOS] Roll MDC to dc9529ad1077730cb7a57b05b77c9260d027b6d4

Bug: 1034144
Change-Id: I8f69bae933c264839a60f4ce7c9cb6ac04249895
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003391
Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org>
Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Cr-Commit-Position: refs/heads/master@{#732628}
parent bdd4de01
......@@ -539,7 +539,7 @@ deps = {
},
'src/ios/third_party/material_components_ios/src': {
'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + 'c2500e4ea9dc2b99a080df244247abaae061a198',
'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + 'dc9529ad1077730cb7a57b05b77c9260d027b6d4',
'condition': 'checkout_ios',
},
......
......@@ -16,6 +16,7 @@ _mdc_public_headers = [
# $ cd src/ios/third_party/material_components_ios
# $ find src -path 'src/components/*/src/*.h' -a \! -path '*Test*'|\
# sed -e 's:\(.*\): "\1",:'|sort -u
"src/components/private/Application/src/UIApplication+MDCAppExtensions.h",
"src/components/ActionSheet/src/ActionSheetThemer/MDCActionSheetScheme.h",
"src/components/ActionSheet/src/ActionSheetThemer/MDCActionSheetThemer.h",
"src/components/ActionSheet/src/ActionSheetThemer/MaterialActionSheet+ActionSheetThemer.h",
......@@ -193,8 +194,6 @@ _mdc_public_headers = [
"src/components/FeatureHighlight/src/private/MDCFeatureHighlightView+Private.h",
"src/components/FlexibleHeader/src/CanAlwaysExpandToMaximumHeight/MDCFlexibleHeaderView+canAlwaysExpandToMaximumHeight.h",
"src/components/FlexibleHeader/src/CanAlwaysExpandToMaximumHeight/MaterialFlexibleHeader+CanAlwaysExpandToMaximumHeight.h",
"src/components/FlexibleHeader/src/ColorThemer/MDCFlexibleHeaderColorThemer.h",
"src/components/FlexibleHeader/src/ColorThemer/MaterialFlexibleHeader+ColorThemer.h",
"src/components/FlexibleHeader/src/MDCFlexibleHeaderContainerViewController.h",
"src/components/FlexibleHeader/src/MDCFlexibleHeaderView+ShiftBehavior.h",
"src/components/FlexibleHeader/src/MDCFlexibleHeaderView.h",
......@@ -417,7 +416,6 @@ _mdc_public_headers = [
"src/components/Typography/src/private/MDCTypographyUtilities.h",
"src/components/Typography/src/private/UIFont+MaterialTypographyPrivate.h",
"src/components/private/Application/src/MaterialApplication.h",
"src/components/private/Application/src/UIApplication+AppExtensions.h",
"src/components/private/Beta/src/MaterialBetaComponent.h",
"src/components/private/Color/src/MaterialColor.h",
"src/components/private/Color/src/UIColor+MaterialBlending.h",
......@@ -987,9 +985,6 @@ target(_mdc_target_type, "material_components_ios") {
"src/components/FeatureHighlight/src/private/MDCFeatureHighlightView+Private.m",
"src/components/FlexibleHeader/src/CanAlwaysExpandToMaximumHeight/MDCFlexibleHeaderView+canAlwaysExpandToMaximumHeight.h",
"src/components/FlexibleHeader/src/CanAlwaysExpandToMaximumHeight/MaterialFlexibleHeader+CanAlwaysExpandToMaximumHeight.h",
"src/components/FlexibleHeader/src/ColorThemer/MDCFlexibleHeaderColorThemer.h",
"src/components/FlexibleHeader/src/ColorThemer/MDCFlexibleHeaderColorThemer.m",
"src/components/FlexibleHeader/src/ColorThemer/MaterialFlexibleHeader+ColorThemer.h",
"src/components/FlexibleHeader/src/MDCFlexibleHeaderContainerViewController.h",
"src/components/FlexibleHeader/src/MDCFlexibleHeaderContainerViewController.m",
"src/components/FlexibleHeader/src/MDCFlexibleHeaderView+ShiftBehavior.h",
......@@ -1342,8 +1337,8 @@ target(_mdc_target_type, "material_components_ios") {
"src/components/Typography/src/private/UIFont+MaterialTypographyPrivate.h",
"src/components/Typography/src/private/UIFont+MaterialTypographyPrivate.m",
"src/components/private/Application/src/MaterialApplication.h",
"src/components/private/Application/src/UIApplication+AppExtensions.h",
"src/components/private/Application/src/UIApplication+AppExtensions.m",
"src/components/private/Application/src/UIApplication+MDCAppExtensions.h",
"src/components/private/Application/src/UIApplication+MDCAppExtensions.m",
"src/components/private/Beta/src/MaterialBetaComponent.h",
"src/components/private/Color/src/MaterialColor.h",
"src/components/private/Color/src/UIColor+MaterialBlending.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