Descriptionthird_party/iaccessible2: Fix BUILD.gn for a third-party library.
We want to enable a warning that fires on unused variables
(-Wno-unused-variable). It's currently globally disabled. Since it
fires on many third-party libraries, we want to disable it for
no_chromium_code instead.
iaccessible2 is a third-party library but currently uses the config
"chromium_code". Remove config "chromium_code" and
add config "no_chromium_code" so that iaccessible2 gets
-Wno-unused-variable.
BUG=506486, 505319
Committed: https://crrev.com/63b0670cbe0ed69c852552ac1d4a5d02505a4b89
Cr-Commit-Position: refs/heads/master@{#337416}
Patch Set 1 #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 16 (5 generated)
|