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

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

Issue 27158: Import .gyp files into the Chromium tree (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/libevent/libevent.gyp ('k') | third_party/libpng/libpng.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'includes': [
7 '../../build/common.gypi',
8 ],
9 'targets': [
10 {
11 'target_name': 'libjpeg',
12 'type': 'static_library',
13 'sources': [
14 'jcapimin.c',
15 'jcapistd.c',
16 'jccoefct.c',
17 'jccolor.c',
18 'jcdctmgr.c',
19 'jchuff.c',
20 'jchuff.h',
21 'jcinit.c',
22 'jcmainct.c',
23 'jcmarker.c',
24 'jcmaster.c',
25 'jcomapi.c',
26 'jconfig.h',
27 'jcparam.c',
28 'jcphuff.c',
29 'jcprepct.c',
30 'jcsample.c',
31 'jdapimin.c',
32 'jdapistd.c',
33 'jdatadst.c',
34 'jdatasrc.c',
35 'jdcoefct.c',
36 'jdcolor.c',
37 'jdct.h',
38 'jddctmgr.c',
39 'jdhuff.c',
40 'jdhuff.h',
41 'jdinput.c',
42 'jdmainct.c',
43 'jdmarker.c',
44 'jdmaster.c',
45 'jdmerge.c',
46 'jdphuff.c',
47 'jdpostct.c',
48 'jdsample.c',
49 'jerror.c',
50 'jerror.h',
51 'jfdctflt.c',
52 'jfdctfst.c',
53 'jfdctint.c',
54 'jidctflt.c',
55 'jidctfst.c',
56 'jidctint.c',
57 'jinclude.h',
58 'jmemmgr.c',
59 'jmemnobs.c',
60 'jmemsys.h',
61 'jmorecfg.h',
62 'jpegint.h',
63 'jpeglib.h',
64 'jquant1.c',
65 'jquant2.c',
66 'jutils.c',
67 'jversion.h',
68 ],
69 'direct_dependent_settings': {
70 'include_dirs': [
71 '.',
72 ],
73 },
74 'conditions': [
75 ['OS!="win"', {'product_name': 'jpeg'}],
76 ],
77 },
78 ],
79 }
OLDNEW
« no previous file with comments | « third_party/libevent/libevent.gyp ('k') | third_party/libpng/libpng.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698