Commit 9638a733 authored by Olivier Robin's avatar Olivier Robin Committed by Commit Bot

[MDC iOS] Add MDCCardCollectionCell

This is needed by internal classes.

Bug: 950898
Change-Id: I50f784c8656b3e330f412c741acfc3625cc8590b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1559957
Auto-Submit: Olivier Robin <olivierrobin@chromium.org>
Commit-Queue: Peter Lee <pkl@chromium.org>
Reviewed-by: default avatarPeter Lee <pkl@chromium.org>
Cr-Commit-Position: refs/heads/master@{#649190}
parent 1f308464
...@@ -184,6 +184,8 @@ source_set("material_components_ios") { ...@@ -184,6 +184,8 @@ source_set("material_components_ios") {
"src/components/Cards/src/ColorThemer/MDCCardsColorThemer.m", "src/components/Cards/src/ColorThemer/MDCCardsColorThemer.m",
"src/components/Cards/src/MDCCard.h", "src/components/Cards/src/MDCCard.h",
"src/components/Cards/src/MDCCard.m", "src/components/Cards/src/MDCCard.m",
"src/components/Cards/src/MDCCardCollectionCell.h",
"src/components/Cards/src/MDCCardCollectionCell.m",
"src/components/CollectionCells/src/MDCCollectionViewCell.h", "src/components/CollectionCells/src/MDCCollectionViewCell.h",
"src/components/CollectionCells/src/MDCCollectionViewCell.m", "src/components/CollectionCells/src/MDCCollectionViewCell.m",
"src/components/CollectionCells/src/MDCCollectionViewTextCell.h", "src/components/CollectionCells/src/MDCCollectionViewTextCell.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