Skip to content

Commit

Permalink
Roll src/ios/third_party/material_components_ios/src/ 3a4ccf8e3..7228…
Browse files Browse the repository at this point in the history
…7f831 (5 commits)

https://chromium.googlesource.com/external/github.com/material-components/material-components-ios.git/+log/3a4ccf8e3c9a..72287f8311a8

$ git log 3a4ccf8e3..72287f831 --date=short --no-merges --format='%ad %ae %s'
2022-06-22 wenyuz [Material iOS] Annotate "deprecated" symbols for Tab related components.
2022-06-22 objc Mark symbols to be deprecated
2022-06-21 milagreen Mark symbols to be deprecated
2022-06-21 objc Mark symbols to be deprecated
2022-06-21 objc Mark symbols to be deprecated

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

Disable availability warning (see crbug/1339746)

Change-Id: I47344a01d048acb99309e069ba1242ae2c54d8fd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3721014
Auto-Submit: Olivier Robin <[email protected]>
Reviewed-by: Sylvain Defresne <[email protected]>
Commit-Queue: Sylvain Defresne <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1018157}
  • Loading branch information
robinolivier authored and Chromium LUCI CQ committed Jun 27, 2022
1 parent 4d9afb9 commit 471dafb
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ deps = {
},

'src/ios/third_party/material_components_ios/src': {
'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + '3a4ccf8e3c9a4422efe6b9af0c641e09b4afae2c',
'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + '72287f8311a8a6afda482d451bfc9dbfb9f6c3f4',
'condition': 'checkout_ios',
},

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3918c58906f3b29b2f039c5ad1261a61cc812850
b3be12d1dc7687a0918c420e60105a939d810323
Original file line number Diff line number Diff line change
@@ -1 +1 @@
05585db86d7ebdccf0b37e769d159d618154fa3d
0c641280e4efe1b832246f1c058acfedf4dfde21
Original file line number Diff line number Diff line change
@@ -1 +1 @@
43ca43eaf2bfb0d54475136fdfac95405d0be29a
f7cafb609bfda98f82fa3c7ff08a01f7be9cde41
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a44812257a33aa9cfbd0c60c3cfc78043c104369
730abc018dfb9e451c6d0ecc86b5c373a810116e
Original file line number Diff line number Diff line change
@@ -1 +1 @@
401ee5a99d4a5f25a8187981f3aa3460fd1e2d21
bd7ec7ed6038a31d6d2ccd4e65e437996f56be76
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7a2f7c208252e8f106e06d8f7420877197c72c3d
d3505cc5cf770c62c0c05fae40a7cba3917efbd1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a698e963e21147ecec98633d9130799e83533308
7dd7eba0aaf693ec6671807d36cedb1f2f93eee1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
48049c7a0102cd1894636629087e257f1c7a02b0
57fd4ef18bda74e8627dd7fbcf26e7574a56689b
Original file line number Diff line number Diff line change
@@ -1 +1 @@
474fc1622c4ea789ee2a1a8ad2a8f2ee1b90ad85
8dcee02f88c8aa2eb7d30ac1626f25d0f7a4ad1a
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e435132e3288565833d3ad03e780c7236aa829be
e881e266d8d0ad69fbc17c28e7d211ad3b32caf1
12 changes: 12 additions & 0 deletions ios/third_party/material_components_ios/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -1598,6 +1598,13 @@ config("disable_nullability_completeness") {
cflags = [ "-Wno-nullability-completeness" ]
}

# TODO(crbug.com/1339746): MDCNavigationBar.h has conflicting deprecation
# specification, causing compilation to fail. Disable the warning until this
# is fixed in MDC. Remove this once fixed.
config("disable_availability") {
cflags = [ "-Wno-availability" ]
}

ios_framework_bundle("material_components_ios") {
sources = _mdc_sources

Expand Down Expand Up @@ -1640,6 +1647,11 @@ ios_framework_bundle("material_components_ios") {
# nullability specification, causing compilation to fail. Disable
# the warning until this is fixed in MDC. Remove this once fixed.
":disable_nullability_completeness",

# TODO(crbug.com/1339746): MDCNavigationBar.h has conflicting deprecation
# specification, causing compilation to fail. Disable the warning until this
# is fixed in MDC. Remove this once fixed.
":disable_availability",
]
}

Expand Down

0 comments on commit 471dafb

Please sign in to comment.