Commit 137bd78f authored by Olivier Robin's avatar Olivier Robin Committed by Commit Bot

Roll src/ios/third_party/material_components_ios/src/ c627e50db..01b1cbaa6 (5 commits)

Manual Roll:
- BottomNavigation strings file was removed

https://chromium.googlesource.com/external/github.com/material-components/material-components-ios.git/+log/c627e50db7d3..01b1cbaa6621

$ git log c627e50db..01b1cbaa6 --date=short --no-merges --format='%ad %ae %s'
2020-09-03 afweiss Remove pre-iOS 10 handling for voiceover now that components support iOS 10+
2020-09-03 no-reply Issue:- We currently disable tap for message text view.
2020-09-03 no-reply Silence warnings when including a header with a method that uses deprecated declarations.
2020-09-03 andrewoverton [TextControls] Improve TextControls test coverage
2020-09-02 yar [Ink] Official deprecation of Ink.

Created with:
  roll-dep src/ios/third_party/material_components_ios/src

Change-Id: I8d503e583989e965f112e583b174b9d62e679bf2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2396296
Commit-Queue: Olivier Robin <olivierrobin@chromium.org>
Commit-Queue: Sylvain Defresne <sdefresne@chromium.org>
Auto-Submit: Olivier Robin <olivierrobin@chromium.org>
Reviewed-by: default avatarSylvain Defresne <sdefresne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#804777}
parent c64dac18
...@@ -545,7 +545,7 @@ deps = { ...@@ -545,7 +545,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' + '@' + 'c627e50db7d3b9dcf27bfcaf1394e3008b9c9a9a', 'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + '01b1cbaa6621bafda648716f0e9074315cfcc0f3',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
......
...@@ -73,8 +73,6 @@ _mdc_public_headers = [ ...@@ -73,8 +73,6 @@ _mdc_public_headers = [
"src/components/BottomNavigation/src/private/MDCBottomNavigationItemView.h", "src/components/BottomNavigation/src/private/MDCBottomNavigationItemView.h",
"src/components/BottomNavigation/src/private/MDCBottomNavigationLargeItemDialogView.h", "src/components/BottomNavigation/src/private/MDCBottomNavigationLargeItemDialogView.h",
"src/components/BottomNavigation/src/private/MDCBottomNavigationSystemDialogView.h", "src/components/BottomNavigation/src/private/MDCBottomNavigationSystemDialogView.h",
"src/components/BottomNavigation/src/private/MaterialBottomNavigationStrings.h",
"src/components/BottomNavigation/src/private/MaterialBottomNavigationStrings_table.h",
"src/components/BottomSheet/src/MDCBottomSheetController.h", "src/components/BottomSheet/src/MDCBottomSheetController.h",
"src/components/BottomSheet/src/MDCBottomSheetControllerDelegate.h", "src/components/BottomSheet/src/MDCBottomSheetControllerDelegate.h",
"src/components/BottomSheet/src/MDCBottomSheetPresentationController.h", "src/components/BottomSheet/src/MDCBottomSheetPresentationController.h",
...@@ -796,8 +794,6 @@ _mdc_sources = [ ...@@ -796,8 +794,6 @@ _mdc_sources = [
"src/components/BottomNavigation/src/private/MDCBottomNavigationLargeItemDialogView.m", "src/components/BottomNavigation/src/private/MDCBottomNavigationLargeItemDialogView.m",
"src/components/BottomNavigation/src/private/MDCBottomNavigationSystemDialogView.h", "src/components/BottomNavigation/src/private/MDCBottomNavigationSystemDialogView.h",
"src/components/BottomNavigation/src/private/MDCBottomNavigationSystemDialogView.m", "src/components/BottomNavigation/src/private/MDCBottomNavigationSystemDialogView.m",
"src/components/BottomNavigation/src/private/MaterialBottomNavigationStrings.h",
"src/components/BottomNavigation/src/private/MaterialBottomNavigationStrings_table.h",
"src/components/BottomSheet/src/MDCBottomSheetController.h", "src/components/BottomSheet/src/MDCBottomSheetController.h",
"src/components/BottomSheet/src/MDCBottomSheetController.m", "src/components/BottomSheet/src/MDCBottomSheetController.m",
"src/components/BottomSheet/src/MDCBottomSheetControllerDelegate.h", "src/components/BottomSheet/src/MDCBottomSheetControllerDelegate.h",
...@@ -1633,7 +1629,6 @@ template("material_component_string_bundle") { ...@@ -1633,7 +1629,6 @@ template("material_component_string_bundle") {
_components = [ _components = [
"ActivityIndicator", "ActivityIndicator",
"AppBar", "AppBar",
"BottomNavigation",
"CollectionCells", "CollectionCells",
"Collections", "Collections",
"Dialogs", "Dialogs",
......
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