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

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

Issue 7051014: Globally replace <(library) with static_library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « third_party/libwebp/libwebp.gyp ('k') | third_party/libxslt/libxslt.gyp » ('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 # Define an "os_include" variable that points at the OS-specific generated 8 # Define an "os_include" variable that points at the OS-specific generated
9 # headers. These were generated by running the configure script offline. 9 # headers. These were generated by running the configure script offline.
10 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 10 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
(...skipping 21 matching lines...) Expand all
32 }, 32 },
33 'link_settings': { 33 'link_settings': {
34 'ldflags': [ 34 'ldflags': [
35 '<!@(pkg-config --libs-only-L --libs-only-other libxml-2.0)', 35 '<!@(pkg-config --libs-only-L --libs-only-other libxml-2.0)',
36 ], 36 ],
37 'libraries': [ 37 'libraries': [
38 '<!@(pkg-config --libs-only-l libxml-2.0)', 38 '<!@(pkg-config --libs-only-l libxml-2.0)',
39 ], 39 ],
40 }, 40 },
41 }, { # else: OS != "linux" or ! use_system_libxml 41 }, { # else: OS != "linux" or ! use_system_libxml
42 'type': '<(library)', 42 'type': 'static_library',
43 'msvs_guid': 'F9810DE8-CBC3-4605-A7B1-ECA2D5292FD7', 43 'msvs_guid': 'F9810DE8-CBC3-4605-A7B1-ECA2D5292FD7',
44 'sources': [ 44 'sources': [
45 'linux/config.h', 45 'linux/config.h',
46 'linux/include/libxml/xmlversion.h', 46 'linux/include/libxml/xmlversion.h',
47 'mac/config.h', 47 'mac/config.h',
48 'mac/include/libxml/xmlversion.h', 48 'mac/include/libxml/xmlversion.h',
49 'src/include/libxml/c14n.h', 49 'src/include/libxml/c14n.h',
50 'src/include/libxml/catalog.h', 50 'src/include/libxml/catalog.h',
51 'src/include/libxml/chvalid.h', 51 'src/include/libxml/chvalid.h',
52 'src/include/libxml/debugXML.h', 52 'src/include/libxml/debugXML.h',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 ], 199 ],
200 }, 200 },
201 ], 201 ],
202 } 202 }
203 203
204 # Local Variables: 204 # Local Variables:
205 # tab-width:2 205 # tab-width:2
206 # indent-tabs-mode:nil 206 # indent-tabs-mode:nil
207 # End: 207 # End:
208 # vim: set expandtab tabstop=2 shiftwidth=2: 208 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « third_party/libwebp/libwebp.gyp ('k') | third_party/libxslt/libxslt.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698