OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'conditions': [ | 7 'conditions': [ |
8 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { | 8 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { |
9 'os_include': 'linux' | 9 'os_include': 'linux' |
10 }], | 10 }], |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 'libxslt/trio.h', | 69 'libxslt/trio.h', |
70 'libxslt/triodef.h', | 70 'libxslt/triodef.h', |
71 'libxslt/variables.c', | 71 'libxslt/variables.c', |
72 'libxslt/variables.h', | 72 'libxslt/variables.h', |
73 'libxslt/win32config.h', | 73 'libxslt/win32config.h', |
74 'libxslt/xslt.c', | 74 'libxslt/xslt.c', |
75 'libxslt/xslt.h', | 75 'libxslt/xslt.h', |
76 'libxslt/xsltconfig.h', | 76 'libxslt/xsltconfig.h', |
77 'libxslt/xsltexports.h', | 77 'libxslt/xsltexports.h', |
78 'libxslt/xsltInternals.h', | 78 'libxslt/xsltInternals.h', |
| 79 'libxslt/xsltlocale.c', |
| 80 'libxslt/xsltlocale.h', |
79 'libxslt/xsltutils.c', | 81 'libxslt/xsltutils.c', |
80 'libxslt/xsltutils.h', | 82 'libxslt/xsltutils.h', |
81 'libxslt/xsltwin32config.h', | 83 'libxslt/xsltwin32config.h', |
82 'linux/config.h', | 84 'linux/config.h', |
83 'mac/config.h', | 85 'mac/config.h', |
84 # TODO(port): Need a pregenerated win32/config.h? | 86 # TODO(port): Need a pregenerated win32/config.h? |
85 ], | 87 ], |
86 'defines': [ | 88 'defines': [ |
87 'LIBXSLT_STATIC', | 89 'LIBXSLT_STATIC', |
88 ], | 90 ], |
(...skipping 19 matching lines...) Expand all Loading... |
108 ], | 110 ], |
109 }, | 111 }, |
110 ], | 112 ], |
111 } | 113 } |
112 | 114 |
113 # Local Variables: | 115 # Local Variables: |
114 # tab-width:2 | 116 # tab-width:2 |
115 # indent-tabs-mode:nil | 117 # indent-tabs-mode:nil |
116 # End: | 118 # End: |
117 # vim: set expandtab tabstop=2 shiftwidth=2: | 119 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |