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

Roll src/ios/third_party/material_components_ios/src/ 3002e9a73..f2dd90e06 (10 commits)

TBR=bling-team@google.com

Change-Id: Iabcfdc536849d91574a6438f7bd7d3a6625a69f7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2304529Reviewed-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@{#789417}
parent 7becea0d
...@@ -549,7 +549,7 @@ deps = { ...@@ -549,7 +549,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' + '@' + '3002e9a73f9b6c070495fc7f27d1cc183b8bdd4f', 'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + 'f2dd90e06cca99d66d4e33c99fad0d13180b1e04',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
......
...@@ -15,19 +15,12 @@ _mdc_public_headers = [ ...@@ -15,19 +15,12 @@ _mdc_public_headers = [
# $ cd src/ios/third_party/material_components_ios # $ cd src/ios/third_party/material_components_ios
# $ find src -path 'src/components/*/src/*.h' -a \! -path '*Test*'|\ # $ find src -path 'src/components/*/src/*.h' -a \! -path '*Test*'|\
# sed -e 's:\(.*\): "\1",:'|sort -u # sed -e 's:\(.*\): "\1",:'|sort -u
"src/components/ActionSheet/src/ActionSheetThemer/MDCActionSheetScheme.h",
"src/components/ActionSheet/src/ActionSheetThemer/MDCActionSheetThemer.h",
"src/components/ActionSheet/src/ActionSheetThemer/MaterialActionSheet+ActionSheetThemer.h",
"src/components/ActionSheet/src/ColorThemer/MDCActionSheetColorThemer.h",
"src/components/ActionSheet/src/ColorThemer/MaterialActionSheet+ColorThemer.h",
"src/components/ActionSheet/src/MDCActionSheetAction.h", "src/components/ActionSheet/src/MDCActionSheetAction.h",
"src/components/ActionSheet/src/MDCActionSheetController.h", "src/components/ActionSheet/src/MDCActionSheetController.h",
"src/components/ActionSheet/src/MDCActionSheetControllerDelegate.h", "src/components/ActionSheet/src/MDCActionSheetControllerDelegate.h",
"src/components/ActionSheet/src/MaterialActionSheet.h", "src/components/ActionSheet/src/MaterialActionSheet.h",
"src/components/ActionSheet/src/Theming/MDCActionSheetController+MaterialTheming.h", "src/components/ActionSheet/src/Theming/MDCActionSheetController+MaterialTheming.h",
"src/components/ActionSheet/src/Theming/MaterialActionSheet+Theming.h", "src/components/ActionSheet/src/Theming/MaterialActionSheet+Theming.h",
"src/components/ActionSheet/src/TypographyThemer/MDCActionSheetTypographyThemer.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.h",
...@@ -565,10 +558,7 @@ _mdc_include_dirs = [ ...@@ -565,10 +558,7 @@ _mdc_include_dirs = [
# $ find src -path 'src/components/*/src/*.h' -a \! -path '*Test*'|\ # $ find src -path 'src/components/*/src/*.h' -a \! -path '*Test*'|\
# sed -e 's:\(.*\)/[^/]*: "\1",:'|sort -u # sed -e 's:\(.*\)/[^/]*: "\1",:'|sort -u
"src/components/ActionSheet/src", "src/components/ActionSheet/src",
"src/components/ActionSheet/src/ActionSheetThemer",
"src/components/ActionSheet/src/ColorThemer",
"src/components/ActionSheet/src/Theming", "src/components/ActionSheet/src/Theming",
"src/components/ActionSheet/src/TypographyThemer",
"src/components/ActionSheet/src/private", "src/components/ActionSheet/src/private",
"src/components/ActivityIndicator/src", "src/components/ActivityIndicator/src",
"src/components/ActivityIndicator/src/private", "src/components/ActivityIndicator/src/private",
...@@ -733,14 +723,6 @@ _mdc_sources = [ ...@@ -733,14 +723,6 @@ _mdc_sources = [
# $ cd src/ios/third_party/material_components_ios # $ cd src/ios/third_party/material_components_ios
# $ find src -path 'src/components/*/src/*.[hm]' -a \! -path '*Test*'|\ # $ find src -path 'src/components/*/src/*.[hm]' -a \! -path '*Test*'|\
# sed -e 's:\(.*\): "\1",:'|sort -u # sed -e 's:\(.*\): "\1",:'|sort -u
"src/components/ActionSheet/src/ActionSheetThemer/MDCActionSheetScheme.h",
"src/components/ActionSheet/src/ActionSheetThemer/MDCActionSheetScheme.m",
"src/components/ActionSheet/src/ActionSheetThemer/MDCActionSheetThemer.h",
"src/components/ActionSheet/src/ActionSheetThemer/MDCActionSheetThemer.m",
"src/components/ActionSheet/src/ActionSheetThemer/MaterialActionSheet+ActionSheetThemer.h",
"src/components/ActionSheet/src/ColorThemer/MDCActionSheetColorThemer.h",
"src/components/ActionSheet/src/ColorThemer/MDCActionSheetColorThemer.m",
"src/components/ActionSheet/src/ColorThemer/MaterialActionSheet+ColorThemer.h",
"src/components/ActionSheet/src/MDCActionSheetAction.h", "src/components/ActionSheet/src/MDCActionSheetAction.h",
"src/components/ActionSheet/src/MDCActionSheetController.h", "src/components/ActionSheet/src/MDCActionSheetController.h",
"src/components/ActionSheet/src/MDCActionSheetController.m", "src/components/ActionSheet/src/MDCActionSheetController.m",
...@@ -749,9 +731,6 @@ _mdc_sources = [ ...@@ -749,9 +731,6 @@ _mdc_sources = [
"src/components/ActionSheet/src/Theming/MDCActionSheetController+MaterialTheming.h", "src/components/ActionSheet/src/Theming/MDCActionSheetController+MaterialTheming.h",
"src/components/ActionSheet/src/Theming/MDCActionSheetController+MaterialTheming.m", "src/components/ActionSheet/src/Theming/MDCActionSheetController+MaterialTheming.m",
"src/components/ActionSheet/src/Theming/MaterialActionSheet+Theming.h", "src/components/ActionSheet/src/Theming/MaterialActionSheet+Theming.h",
"src/components/ActionSheet/src/TypographyThemer/MDCActionSheetTypographyThemer.h",
"src/components/ActionSheet/src/TypographyThemer/MDCActionSheetTypographyThemer.m",
"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/MDCActionSheetHeaderView.m", "src/components/ActionSheet/src/private/MDCActionSheetHeaderView.m",
"src/components/ActionSheet/src/private/MDCActionSheetItemTableViewCell.h", "src/components/ActionSheet/src/private/MDCActionSheetItemTableViewCell.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