Commit 7d94fa99 authored by Rohit Rao's avatar Rohit Rao Committed by Commit Bot

Roll src/ios/third_party/earl_grey/src/ 498c79453..ff524fb64 (1 commit)

https://chromium.googlesource.com/external/github.com/google/EarlGrey.git/+log/498c7945364e..ff524fb64625

$ git log 498c79453..ff524fb64 --date=short --no-merges --format='%ad %ae %s'
2019-10-23 rohitrao UIWebView deprecation.

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

BUG=None

Change-Id: I75e3ad30e3d9ff6534fe8ebc4d1a0b17bb9670f1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888101
Auto-Submit: Rohit Rao <rohitrao@chromium.org>
Reviewed-by: default avatarJustin Cohen <justincohen@chromium.org>
Commit-Queue: Rohit Rao <rohitrao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710734}
parent 52fed16a
...@@ -489,7 +489,7 @@ deps = { ...@@ -489,7 +489,7 @@ deps = {
Var('chromium_git') + '/external/github.com/toji/webvr.info.git' + '@' + 'c58ae99b9ff9e2aa4c524633519570bf33536248', Var('chromium_git') + '/external/github.com/toji/webvr.info.git' + '@' + 'c58ae99b9ff9e2aa4c524633519570bf33536248',
'src/ios/third_party/earl_grey/src': { 'src/ios/third_party/earl_grey/src': {
'url': Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + '498c7945364ed83c9edd46a81b64ebcb06a2fdb9', 'url': Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + 'ff524fb646253b0cbc05aa6d0b327b6b3ddd0385',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
......
...@@ -296,10 +296,6 @@ ios_framework_bundle("earl_grey") { ...@@ -296,10 +296,6 @@ ios_framework_bundle("earl_grey") {
"//ios/third_party/ochamcrest:ochamcrest+link", "//ios/third_party/ochamcrest:ochamcrest+link",
] ]
# EG1 is no longer maintained and will be dropped once the migration to EG2
# is complete.
cflags_objc = [ "-Wno-deprecated-declarations" ]
libs = [ libs = [
"CoreData.framework", "CoreData.framework",
"CoreGraphics.framework", "CoreGraphics.framework",
......
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