summaryrefslogtreecommitdiff
path: root/chromium/ios/third_party/earl_grey/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ios/third_party/earl_grey/BUILD.gn')
-rw-r--r--chromium/ios/third_party/earl_grey/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/ios/third_party/earl_grey/BUILD.gn b/chromium/ios/third_party/earl_grey/BUILD.gn
index 5b1c3ec5574..710332d1ad4 100644
--- a/chromium/ios/third_party/earl_grey/BUILD.gn
+++ b/chromium/ios/third_party/earl_grey/BUILD.gn
@@ -295,6 +295,10 @@ ios_framework_bundle("earl_grey") {
"//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 = [
"CoreData.framework",
"CoreGraphics.framework",