Commit b22483d6 authored by Internal Frameworks Autoroller's avatar Internal Frameworks Autoroller Committed by Commit Bot

Roll src/ios/third_party/material_components_ios/src/ 3817d4523..b71c4d499 (0 commit)

TBR=bling-team@google.com

Change-Id: I5f57419a90b8973ea016a872ba9c9a75773eca51
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2253155Reviewed-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@{#780279}
parent 19884219
...@@ -528,7 +528,7 @@ deps = { ...@@ -528,7 +528,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' + '@' + '3817d4523195da79e9831a927d2e70562b4e1bd1', 'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + 'b71c4d499944d3130baf0a66b7764121a329de41',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
......
...@@ -30,8 +30,6 @@ _mdc_public_headers = [ ...@@ -30,8 +30,6 @@ _mdc_public_headers = [
"src/components/ActionSheet/src/TypographyThemer/MaterialActionSheet+TypographyThemer.h", "src/components/ActionSheet/src/TypographyThemer/MaterialActionSheet+TypographyThemer.h",
"src/components/ActionSheet/src/private/MDCActionSheetHeaderView.h", "src/components/ActionSheet/src/private/MDCActionSheetHeaderView.h",
"src/components/ActionSheet/src/private/MDCActionSheetItemTableViewCell.h", "src/components/ActionSheet/src/private/MDCActionSheetItemTableViewCell.h",
"src/components/ActionSheet/src/private/MaterialActionSheetStrings.h",
"src/components/ActionSheet/src/private/MaterialActionSheetStrings_table.h",
"src/components/ActivityIndicator/src/MDCActivityIndicator.h", "src/components/ActivityIndicator/src/MDCActivityIndicator.h",
"src/components/ActivityIndicator/src/MDCActivityIndicatorDelegate.h", "src/components/ActivityIndicator/src/MDCActivityIndicatorDelegate.h",
"src/components/ActivityIndicator/src/MaterialActivityIndicator.h", "src/components/ActivityIndicator/src/MaterialActivityIndicator.h",
...@@ -755,8 +753,6 @@ _mdc_sources = [ ...@@ -755,8 +753,6 @@ _mdc_sources = [
"src/components/ActionSheet/src/private/MDCActionSheetHeaderView.m", "src/components/ActionSheet/src/private/MDCActionSheetHeaderView.m",
"src/components/ActionSheet/src/private/MDCActionSheetItemTableViewCell.h", "src/components/ActionSheet/src/private/MDCActionSheetItemTableViewCell.h",
"src/components/ActionSheet/src/private/MDCActionSheetItemTableViewCell.m", "src/components/ActionSheet/src/private/MDCActionSheetItemTableViewCell.m",
"src/components/ActionSheet/src/private/MaterialActionSheetStrings.h",
"src/components/ActionSheet/src/private/MaterialActionSheetStrings_table.h",
"src/components/ActivityIndicator/src/MDCActivityIndicator.h", "src/components/ActivityIndicator/src/MDCActivityIndicator.h",
"src/components/ActivityIndicator/src/MDCActivityIndicator.m", "src/components/ActivityIndicator/src/MDCActivityIndicator.m",
"src/components/ActivityIndicator/src/MDCActivityIndicatorDelegate.h", "src/components/ActivityIndicator/src/MDCActivityIndicatorDelegate.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