Remove ATK_DISABLE_DEPRECATION_WARNINGS.
Change-Id: I27698aa13afe8a065acd8eaf5a89ac6dea762aa4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136467 Reviewed-by: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#756771} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 11154f801fab5123d033326102122d6734d32177
This commit is contained in:
Родитель
86a6257306
Коммит
9247d1cec8
|
@ -30,11 +30,5 @@ pkg_config("atk") {
|
||||||
defines = [
|
defines = [
|
||||||
"ATK_LIB_DIR=\"$atk_lib_dir\"",
|
"ATK_LIB_DIR=\"$atk_lib_dir\"",
|
||||||
"USE_ATK_BRIDGE",
|
"USE_ATK_BRIDGE",
|
||||||
|
|
||||||
# The AtkValue interface methods we implement and test have been deprecated
|
|
||||||
# in favor of new API. But that new API cannot be used until corresponding
|
|
||||||
# support has been added to AT-SPI2 and we stop supporting earlier versions
|
|
||||||
# of ATK (i.e. < 2.12).
|
|
||||||
"ATK_DISABLE_DEPRECATION_WARNINGS",
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче