1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
8 'target_name': 'libxml',
9 'type': 'static_library',
11 'chromium/libxml_utils.h',
12 'chromium/libxml_utils.cc',
15 '<!@(pkg-config --cflags libxml-2.0)',
20 'direct_dependent_settings': {
22 '<!@(pkg-config --cflags libxml-2.0)',
30 '<!@(pkg-config --libs-only-L --libs-only-other libxml-2.0)',
33 '<!@(pkg-config --libs-only-l libxml-2.0)',