Commit 52ca865f authored by Internal Frameworks Autoroller's avatar Internal Frameworks Autoroller Committed by Commit Bot

Roll src/ios/third_party/material_components_ios/src/ 225cd3c0c..1baab835a (1 commit)

TBR=bling-team@google.com

Change-Id: I10b59e128a24b4275f43e34939a761b75f14e931
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355090Reviewed-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@{#797934}
parent 03232827
......@@ -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' + '@' + '225cd3c0cba6ac194c77a418188d1c4421227f2e',
'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + '1baab835a533df37b5e599444937f75deadca056',
'condition': 'checkout_ios',
},
......
......@@ -291,6 +291,8 @@ _mdc_public_headers = [
"src/components/Ripple/src/MaterialRipple.h",
"src/components/Ripple/src/private/MDCRippleLayer.h",
"src/components/Ripple/src/private/MDCRippleLayerDelegate.h",
"src/components/ScalableFontDescriptor/src/MDCScalableFontDescriptor.h",
"src/components/ScalableFontDescriptor/src/MaterialScalableFontDescriptor.h",
"src/components/ShadowElevations/src/MDCShadowElevations.h",
"src/components/ShadowElevations/src/MaterialShadowElevations.h",
"src/components/ShadowLayer/src/MDCShadowLayer.h",
......@@ -628,6 +630,7 @@ _mdc_include_dirs = [
"src/components/ProgressView/src/private",
"src/components/Ripple/src",
"src/components/Ripple/src/private",
"src/components/ScalableFontDescriptor/src",
"src/components/ShadowElevations/src",
"src/components/ShadowLayer/src",
"src/components/ShapeLibrary/src",
......@@ -1126,6 +1129,9 @@ _mdc_sources = [
"src/components/Ripple/src/private/MDCRippleLayer.h",
"src/components/Ripple/src/private/MDCRippleLayer.m",
"src/components/Ripple/src/private/MDCRippleLayerDelegate.h",
"src/components/ScalableFontDescriptor/src/MDCScalableFontDescriptor.h",
"src/components/ScalableFontDescriptor/src/MDCScalableFontDescriptor.m",
"src/components/ScalableFontDescriptor/src/MaterialScalableFontDescriptor.h",
"src/components/ShadowElevations/src/MDCShadowElevations.h",
"src/components/ShadowElevations/src/MaterialShadowElevations.h",
"src/components/ShadowElevations/src/MaterialShadowElevationsDummy.m",
......
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