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

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

Issue 42044: Adding fixed guids to some modules to facilitate incremental switch to gyp. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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/libpng/libpng.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 ['OS=="linux"', {'os_include': 'linux'}], 8 ['OS=="linux"', {'os_include': 'linux'}],
9 ['OS=="mac"', {'os_include': 'mac'}], 9 ['OS=="mac"', {'os_include': 'mac'}],
10 ['OS=="win"', {'os_include': 'win32'}], 10 ['OS=="win"', {'os_include': 'win32'}],
11 ], 11 ],
12 }, 12 },
13 'includes': [ 13 'includes': [
14 '../../build/common.gypi', 14 '../../build/common.gypi',
15 ], 15 ],
16 'targets': [ 16 'targets': [
17 { 17 {
18 'target_name': 'libxml', 18 'target_name': 'libxml',
19 'type': 'static_library', 19 'type': 'static_library',
20 'msvs_guid': 'F9810DE8-CBC3-4605-A7B1-ECA2D5292FD7',
20 'sources': [ 21 'sources': [
21 'include/libxml/c14n.h', 22 'include/libxml/c14n.h',
22 'include/libxml/catalog.h', 23 'include/libxml/catalog.h',
23 'include/libxml/chvalid.h', 24 'include/libxml/chvalid.h',
24 'include/libxml/debugXML.h', 25 'include/libxml/debugXML.h',
25 'include/libxml/dict.h', 26 'include/libxml/dict.h',
26 'include/libxml/DOCBparser.h', 27 'include/libxml/DOCBparser.h',
27 'include/libxml/encoding.h', 28 'include/libxml/encoding.h',
28 'include/libxml/entities.h', 29 'include/libxml/entities.h',
29 'include/libxml/globals.h', 30 'include/libxml/globals.h',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 ], 182 ],
182 'include_dirs': [ 183 'include_dirs': [
183 '<(os_include)', 184 '<(os_include)',
184 ], 185 ],
185 'dependencies': [ 186 'dependencies': [
186 'libxml', 187 'libxml',
187 ], 188 ],
188 }, 189 },
189 ], 190 ],
190 } 191 }
OLDNEW
« no previous file with comments | « third_party/libpng/libpng.gyp ('k') | third_party/libxslt/libxslt.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698