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

Unified Diff: third_party/iccjpeg/iccjpeg.gyp

Issue 4244005: iccjpeg library (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/iccjpeg/iccjpeg.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/iccjpeg/iccjpeg.gyp
===================================================================
--- third_party/iccjpeg/iccjpeg.gyp (revision 0)
+++ third_party/iccjpeg/iccjpeg.gyp (revision 0)
@@ -0,0 +1,26 @@
+# Copyright (c) 2010 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'iccjpeg',
+ 'product_name': 'iccjpeg',
+ 'type': '<(library)',
+ 'dependencies': [
+ '../libjpeg/libjpeg.gyp:libjpeg',
+ ],
+ 'sources': [
+ 'iccjpeg.c',
+ 'iccjpeg.h',
+ ],
+ },
+ ],
+}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
Property changes on: third_party\iccjpeg\iccjpeg.gyp
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « third_party/iccjpeg/iccjpeg.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698