Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Side by Side Diff: third_party/libxslt/libxslt.gyp

Issue 661058: libxslt update (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/libxslt/libexslt/strings.c ('k') | third_party/libxslt/libxslt.spec » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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:
OLDNEW
« no previous file with comments | « third_party/libxslt/libexslt/strings.c ('k') | third_party/libxslt/libxslt.spec » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698