blob: 4826f48dab0a32391ae0b923eb0184fc08d0ac71 [file] [log] [blame]
epoger@google.comce47fec2012-03-16 19:01:38 +00001# Copyright 2012 The Android Open Source Project
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6# Depend on this wrapper to pick up libjpeg from third_party
7
8{
9 'targets': [
10 {
11 'target_name': 'libjpeg',
12 'type': 'none',
13 'dependencies': [
14 '../third_party/externals/libjpeg/libjpeg.gyp:libjpeg',
15 ],
epoger@google.comce47fec2012-03-16 19:01:38 +000016 },
17 ],
18}
19
20# Local Variables:
21# tab-width:2
22# indent-tabs-mode:nil
23# End:
24# vim: set expandtab tabstop=2 shiftwidth=2: