Commit 87d98a18 authored by Internal Frameworks Autoroller's avatar Internal Frameworks Autoroller Committed by Commit Bot

[Frameworks roll] Roll to 341667720 piper revision

TBR=bling-team@google.com

Change-Id: I4b38da5598e4ea2295150aa8debab8844be7b643
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2530459Reviewed-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@{#826195}
parent 10e71dca
...@@ -553,7 +553,7 @@ deps = { ...@@ -553,7 +553,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' + '@' + 'd729b5c464e2f4947056b7d98dd212132f7d7f68', 'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + 'd9e294ab0002f2c8569e0dc0e74825e4284d13ee',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
......
101f0ff6b455623673ca2e96cccb596b2145a66b c2e63973386ac688054bec0e5afda6c4e61221a4
\ No newline at end of file \ No newline at end of file
422d743f57838b167ca93638cf001b6fbdac70a0 93b19744f4e53d242d1318d5f18f34ca91b51b90
\ No newline at end of file \ No newline at end of file
b9b64b5f1ece8cd5b200a8d87e895aadda53df42 d828ed87cbb338c586abc576aa0ac3d4cedaf270
\ No newline at end of file \ No newline at end of file
a0d87b03ff98cbeeace5124c1806889beb3c327f b41bfbad107b6e239786015fc188eeb733a1ddaa
\ No newline at end of file \ No newline at end of file
f31e88006ee79b3685a19b1b172a7e33f87b1d30 fa44b7befbd432a275b05f017bfb573146bdc9ea
\ No newline at end of file \ No newline at end of file
15f6a9e685b309060bbb01abbf2d6c5dd9ec1e7b 80e6ccad04eb795a290dfbc44f3552f07254ee0d
\ No newline at end of file \ No newline at end of file
4fa914fac89e49bd7b9055dbe6a406c8086a6927 fa4e1520ee600d33e150b3ab5d63522a8f652d7d
\ No newline at end of file \ No newline at end of file
6703b33abb5987dff59d4043635a872037c58b68 9ccb9989f9eb5c3d2ed1214ba814d552979cb74e
\ No newline at end of file \ No newline at end of file
084f6ae5a6d4ab786afeb351e4fa2c6c48854bd4 2f90dd39959118974a9863413fe81de627b02f64
\ No newline at end of file \ No newline at end of file
a7936b59d319e86277b4ff8cd19f2cf5062cd16b 5dc04ebcef7f454dfbe1b398e6f52299a2c5b3ea
\ No newline at end of file \ No newline at end of file
...@@ -507,6 +507,7 @@ _mdc_public_headers = [ ...@@ -507,6 +507,7 @@ _mdc_public_headers = [
"src/components/private/TextControlsPrivate/src/Shared/MDCTextControlHorizontalPositioningReference.h", "src/components/private/TextControlsPrivate/src/Shared/MDCTextControlHorizontalPositioningReference.h",
"src/components/private/TextControlsPrivate/src/Shared/MDCTextControlLabelAnimation.h", "src/components/private/TextControlsPrivate/src/Shared/MDCTextControlLabelAnimation.h",
"src/components/private/TextControlsPrivate/src/Shared/MDCTextControlLabelPosition.h", "src/components/private/TextControlsPrivate/src/Shared/MDCTextControlLabelPosition.h",
"src/components/private/TextControlsPrivate/src/Shared/MDCTextControlPlaceholderSupport.h",
"src/components/private/TextControlsPrivate/src/Shared/MDCTextControlVerticalPositioningReference.h", "src/components/private/TextControlsPrivate/src/Shared/MDCTextControlVerticalPositioningReference.h",
"src/components/private/TextControlsPrivate/src/Shared/MaterialTextControlsPrivate+Shared.h", "src/components/private/TextControlsPrivate/src/Shared/MaterialTextControlsPrivate+Shared.h",
"src/components/private/TextControlsPrivate/src/Shared/UIBezierPath+MDCTextControlStyle.h", "src/components/private/TextControlsPrivate/src/Shared/UIBezierPath+MDCTextControlStyle.h",
...@@ -1468,6 +1469,8 @@ _mdc_sources = [ ...@@ -1468,6 +1469,8 @@ _mdc_sources = [
"src/components/private/TextControlsPrivate/src/Shared/MDCTextControlLabelAnimation.m", "src/components/private/TextControlsPrivate/src/Shared/MDCTextControlLabelAnimation.m",
"src/components/private/TextControlsPrivate/src/Shared/MDCTextControlLabelPosition.h", "src/components/private/TextControlsPrivate/src/Shared/MDCTextControlLabelPosition.h",
"src/components/private/TextControlsPrivate/src/Shared/MDCTextControlLabelPosition.m", "src/components/private/TextControlsPrivate/src/Shared/MDCTextControlLabelPosition.m",
"src/components/private/TextControlsPrivate/src/Shared/MDCTextControlPlaceholderSupport.h",
"src/components/private/TextControlsPrivate/src/Shared/MDCTextControlPlaceholderSupport.m",
"src/components/private/TextControlsPrivate/src/Shared/MDCTextControlVerticalPositioningReference.h", "src/components/private/TextControlsPrivate/src/Shared/MDCTextControlVerticalPositioningReference.h",
"src/components/private/TextControlsPrivate/src/Shared/MDCTextControlVerticalPositioningReference.m", "src/components/private/TextControlsPrivate/src/Shared/MDCTextControlVerticalPositioningReference.m",
"src/components/private/TextControlsPrivate/src/Shared/MaterialTextControlsPrivate+Shared.h", "src/components/private/TextControlsPrivate/src/Shared/MaterialTextControlsPrivate+Shared.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