Commit 218268af authored by Rohit Rao's avatar Rohit Rao Committed by Commit Bot

[ios] Rolls EarlGrey1 to 25fc49c5e57b8d25e4011efdd6a96024d3e6b96e.

Fixes a call to an NS_UNAVAILABLE inititalizer.

BUG=917351

Change-Id: I3c1471f3fe0764c8e03d026b28bf7b90e44fe9f5
Reviewed-on: https://chromium-review.googlesource.com/c/1394390
Commit-Queue: Rohit Rao <rohitrao@chromium.org>
Commit-Queue: Justin Cohen <justincohen@chromium.org>
Reviewed-by: default avatarJustin Cohen <justincohen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#619665}
parent f3765552
...@@ -327,7 +327,7 @@ deps = { ...@@ -327,7 +327,7 @@ deps = {
Var('chromium_git') + '/external/github.com/immersive-web/webxr-samples.git' + '@' + 'cf02f19c4ff6894705a9407722ab52551e010c60', Var('chromium_git') + '/external/github.com/immersive-web/webxr-samples.git' + '@' + 'cf02f19c4ff6894705a9407722ab52551e010c60',
'src/ios/third_party/earl_grey/src': { 'src/ios/third_party/earl_grey/src': {
'url': Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + '3102ef3b137f05a179628b1b9768856e5feea90e', 'url': Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + '25fc49c5e57b8d25e4011efdd6a96024d3e6b96e',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
......
...@@ -301,6 +301,7 @@ ios_framework_bundle("earl_grey") { ...@@ -301,6 +301,7 @@ ios_framework_bundle("earl_grey") {
"IOKit.framework", "IOKit.framework",
"QuartzCore.framework", "QuartzCore.framework",
"UIKit.framework", "UIKit.framework",
"WebKit.framework",
"XCTest.framework", "XCTest.framework",
] ]
public_configs = [ ":config" ] public_configs = [ ":config" ]
......
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