Commit 8acc0e1d authored by Elly Fong-Jones's avatar Elly Fong-Jones Committed by Commit Bot

gtm: reenable deprecation warnings

The roll to gtm 51863009 fixed these.

Bug: 386671
Change-Id: I868b7bb711dd3871af7b9d5f812dcf66c5db1439
Reviewed-on: https://chromium-review.googlesource.com/c/1482556
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#634663}
parent 89dc570e
...@@ -39,11 +39,6 @@ component("google_toolbox_for_mac") { ...@@ -39,11 +39,6 @@ component("google_toolbox_for_mac") {
"Cocoa.framework", "Cocoa.framework",
"QuartzCore.framework", "QuartzCore.framework",
] ]
# TODO(crbug.com/841631): GTM uses accessibility APIs that are deprecated as
# of 10.10. These can't yet be compiled out, so for now, ignore deprecated
# declarations in GTM altogether.
cflags = [ "-Wno-deprecated-declarations" ]
} else { # is_ios } else { # is_ios
sources += [ sources += [
"src/DebugUtils/GTMMethodCheck.h", "src/DebugUtils/GTMMethodCheck.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