OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'All', | 8 'target_name': 'All', |
9 'type': 'none', | 9 'type': 'none', |
10 'xcode_create_dependents_test_runner': 1, | 10 'xcode_create_dependents_test_runner': 1, |
(...skipping 21 matching lines...) Expand all Loading... |
32 '../testing/gmock.gyp:*', | 32 '../testing/gmock.gyp:*', |
33 '../testing/gtest.gyp:*', | 33 '../testing/gtest.gyp:*', |
34 '../third_party/bzip2/bzip2.gyp:*', | 34 '../third_party/bzip2/bzip2.gyp:*', |
35 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', | 35 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', |
36 '../third_party/cld/cld.gyp:*', | 36 '../third_party/cld/cld.gyp:*', |
37 '../third_party/codesighs/codesighs.gyp:*', | 37 '../third_party/codesighs/codesighs.gyp:*', |
38 '../third_party/ffmpeg/ffmpeg.gyp:*', | 38 '../third_party/ffmpeg/ffmpeg.gyp:*', |
39 '../third_party/iccjpeg/iccjpeg.gyp:*', | 39 '../third_party/iccjpeg/iccjpeg.gyp:*', |
40 '../third_party/icu/icu.gyp:*', | 40 '../third_party/icu/icu.gyp:*', |
41 '../third_party/libpng/libpng.gyp:*', | 41 '../third_party/libpng/libpng.gyp:*', |
| 42 '../third_party/libusb/libusb.gyp:*', |
42 '../third_party/libwebp/libwebp.gyp:*', | 43 '../third_party/libwebp/libwebp.gyp:*', |
43 '../third_party/libxml/libxml.gyp:*', | 44 '../third_party/libxml/libxml.gyp:*', |
44 '../third_party/libxslt/libxslt.gyp:*', | 45 '../third_party/libxslt/libxslt.gyp:*', |
45 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 46 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
46 '../third_party/mesa/mesa.gyp:*', | 47 '../third_party/mesa/mesa.gyp:*', |
47 '../third_party/modp_b64/modp_b64.gyp:*', | 48 '../third_party/modp_b64/modp_b64.gyp:*', |
48 '../third_party/npapi/npapi.gyp:*', | 49 '../third_party/npapi/npapi.gyp:*', |
49 '../third_party/ots/ots.gyp:*', | 50 '../third_party/ots/ots.gyp:*', |
50 '../third_party/qcms/qcms.gyp:*', | 51 '../third_party/qcms/qcms.gyp:*', |
51 '../third_party/sqlite/sqlite.gyp:*', | 52 '../third_party/sqlite/sqlite.gyp:*', |
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
597 'dependencies': [ | 598 'dependencies': [ |
598 '../chromeos/chromeos.gyp:chromeos_unittests', | 599 '../chromeos/chromeos.gyp:chromeos_unittests', |
599 ], | 600 ], |
600 }], | 601 }], |
601 ], | 602 ], |
602 }, | 603 }, |
603 ], # targets | 604 ], # targets |
604 }], # "use_aura==1" | 605 }], # "use_aura==1" |
605 ], # conditions | 606 ], # conditions |
606 } | 607 } |
OLD | NEW |