1 # Copyright (c) 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.
6 config("expat_config") {
11 public_configs = [ ":expat_config" ]
14 config("expat_config") {
15 include_dirs = [ "files/lib" ]
16 defines = [ "XML_STATIC" ]
19 static_library("expat") {
22 "files/lib/xmlparse.c",
23 "files/lib/xmlrole.c",
27 public_configs = [ ":expat_config" ]
31 defines += [ "COMPILED_FROM_DSP" ]
33 defines += [ "HAVE_EXPAT_CONFIG_H" ]