Commit ba3440b3 authored by Sylvain Defresne's avatar Sylvain Defresne Committed by Commit Bot

Roll src/ios/third_party/material_components_ios/src/ c25055244..b2ae9cdce (1 commit)

https://chromium.googlesource.com/external/github.com/material-components/material-components-ios.git/+log/c25055244f3c..b2ae9cdce12f

$ git log c25055244..b2ae9cdce --date=short --no-merges --format='%ad %ae %s'
2020-05-29 bryanoltman [FeatureHighlight] Delete unused accessibility hint string and unused localization support.

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

Additional changes:
  Fixed references to files removed from the MDC repository.

Bug: none
Change-Id: Ib89f6b982025a11e1f414bcece11a92e7877e72b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218077
Commit-Queue: Sylvain Defresne <sdefresne@chromium.org>
Commit-Queue: Eugene But <eugenebut@chromium.org>
Auto-Submit: Sylvain Defresne <sdefresne@chromium.org>
Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Cr-Commit-Position: refs/heads/master@{#773319}
parent 57c230ab
...@@ -524,7 +524,7 @@ deps = { ...@@ -524,7 +524,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' + '@' + 'c25055244f3c5730f480fa14700d93dc03980966', 'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + 'b2ae9cdce12f2fc50816199417a4165b3ddcc052',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
......
...@@ -201,8 +201,6 @@ _mdc_public_headers = [ ...@@ -201,8 +201,6 @@ _mdc_public_headers = [
"src/components/FeatureHighlight/src/MDCFeatureHighlightView.h", "src/components/FeatureHighlight/src/MDCFeatureHighlightView.h",
"src/components/FeatureHighlight/src/MDCFeatureHighlightViewController.h", "src/components/FeatureHighlight/src/MDCFeatureHighlightViewController.h",
"src/components/FeatureHighlight/src/MaterialFeatureHighlight.h", "src/components/FeatureHighlight/src/MaterialFeatureHighlight.h",
"src/components/FeatureHighlight/src/MaterialFeatureHighlightStrings.h",
"src/components/FeatureHighlight/src/MaterialFeatureHighlightStrings_table.h",
"src/components/FeatureHighlight/src/private/MDCFeatureHighlightAnimationController.h", "src/components/FeatureHighlight/src/private/MDCFeatureHighlightAnimationController.h",
"src/components/FeatureHighlight/src/private/MDCFeatureHighlightDismissGestureRecognizer.h", "src/components/FeatureHighlight/src/private/MDCFeatureHighlightDismissGestureRecognizer.h",
"src/components/FeatureHighlight/src/private/MDCFeatureHighlightLayer.h", "src/components/FeatureHighlight/src/private/MDCFeatureHighlightLayer.h",
...@@ -996,8 +994,6 @@ _mdc_sources = [ ...@@ -996,8 +994,6 @@ _mdc_sources = [
"src/components/FeatureHighlight/src/MDCFeatureHighlightViewController.h", "src/components/FeatureHighlight/src/MDCFeatureHighlightViewController.h",
"src/components/FeatureHighlight/src/MDCFeatureHighlightViewController.m", "src/components/FeatureHighlight/src/MDCFeatureHighlightViewController.m",
"src/components/FeatureHighlight/src/MaterialFeatureHighlight.h", "src/components/FeatureHighlight/src/MaterialFeatureHighlight.h",
"src/components/FeatureHighlight/src/MaterialFeatureHighlightStrings.h",
"src/components/FeatureHighlight/src/MaterialFeatureHighlightStrings_table.h",
"src/components/FeatureHighlight/src/private/MDCFeatureHighlightAnimationController.h", "src/components/FeatureHighlight/src/private/MDCFeatureHighlightAnimationController.h",
"src/components/FeatureHighlight/src/private/MDCFeatureHighlightAnimationController.m", "src/components/FeatureHighlight/src/private/MDCFeatureHighlightAnimationController.m",
"src/components/FeatureHighlight/src/private/MDCFeatureHighlightDismissGestureRecognizer.h", "src/components/FeatureHighlight/src/private/MDCFeatureHighlightDismissGestureRecognizer.h",
...@@ -1712,7 +1708,6 @@ _components = [ ...@@ -1712,7 +1708,6 @@ _components = [
"CollectionCells", "CollectionCells",
"Collections", "Collections",
"Dialogs", "Dialogs",
"FeatureHighlight",
"PageControl", "PageControl",
"Snackbar", "Snackbar",
"Tabs", "Tabs",
......
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