chromium/third_party/libxml/libxml_visibility.gni

# Copyright 2019 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/compiler/compiler.gni")

if (is_ios) {
  declare_args() {
    # iOS requires additional targets added to the libxml visibility list.
    # Entries in this list must be strings relative to //ios_internal.
    ios_libxml_visibility_additions = []
  }
}