Commit 2b190816 authored by Internal Frameworks Autoroller's avatar Internal Frameworks Autoroller Committed by Commit Bot

Roll src/ios/third_party/material_components_ios/src/ 8a6d4f9ab..ecb6de8a5 (27 commits)

TBR=bling-p10-rolls@google.com

Change-Id: Ib12f5472b9f9becf1bb30f4fdc966d3c06576fa9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097506Reviewed-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@{#749163}
parent 7c26e35e
...@@ -532,7 +532,7 @@ deps = { ...@@ -532,7 +532,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' + '@' + '8a6d4f9ab70a581253c8c2fb89ba6e076b71431a', 'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + 'ecb6de8a5a229721f761f13056c584c2b9208b6c',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
......
...@@ -214,6 +214,7 @@ _mdc_public_headers = [ ...@@ -214,6 +214,7 @@ _mdc_public_headers = [
"src/components/LibraryInfo/src/MDCLibraryInfo.h", "src/components/LibraryInfo/src/MDCLibraryInfo.h",
"src/components/LibraryInfo/src/MaterialLibraryInfo.h", "src/components/LibraryInfo/src/MaterialLibraryInfo.h",
"src/components/List/src/MDCBaseCell.h", "src/components/List/src/MDCBaseCell.h",
"src/components/List/src/MDCSelfSizingLayoutAttributes.h",
"src/components/List/src/MDCSelfSizingStereoCell.h", "src/components/List/src/MDCSelfSizingStereoCell.h",
"src/components/List/src/MaterialList.h", "src/components/List/src/MaterialList.h",
"src/components/List/src/Theming/MDCBaseCell+MaterialTheming.h", "src/components/List/src/Theming/MDCBaseCell+MaterialTheming.h",
...@@ -971,6 +972,7 @@ _mdc_sources = [ ...@@ -971,6 +972,7 @@ _mdc_sources = [
"src/components/LibraryInfo/src/MaterialLibraryInfo.h", "src/components/LibraryInfo/src/MaterialLibraryInfo.h",
"src/components/List/src/MDCBaseCell.h", "src/components/List/src/MDCBaseCell.h",
"src/components/List/src/MDCBaseCell.m", "src/components/List/src/MDCBaseCell.m",
"src/components/List/src/MDCSelfSizingLayoutAttributes.h",
"src/components/List/src/MDCSelfSizingStereoCell.h", "src/components/List/src/MDCSelfSizingStereoCell.h",
"src/components/List/src/MDCSelfSizingStereoCell.m", "src/components/List/src/MDCSelfSizingStereoCell.m",
"src/components/List/src/MaterialList.h", "src/components/List/src/MaterialList.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