| OLD | NEW |
| 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 '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 18 matching lines...) Expand all Loading... |
| 29 '../third_party/codesighs/codesighs.gyp:*', | 29 '../third_party/codesighs/codesighs.gyp:*', |
| 30 '../third_party/ffmpeg/ffmpeg.gyp:*', | 30 '../third_party/ffmpeg/ffmpeg.gyp:*', |
| 31 '../third_party/icu/icu.gyp:*', | 31 '../third_party/icu/icu.gyp:*', |
| 32 '../third_party/libjpeg/libjpeg.gyp:*', | 32 '../third_party/libjpeg/libjpeg.gyp:*', |
| 33 '../third_party/libpng/libpng.gyp:*', | 33 '../third_party/libpng/libpng.gyp:*', |
| 34 '../third_party/libxml/libxml.gyp:*', | 34 '../third_party/libxml/libxml.gyp:*', |
| 35 '../third_party/libxslt/libxslt.gyp:*', | 35 '../third_party/libxslt/libxslt.gyp:*', |
| 36 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 36 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
| 37 '../third_party/modp_b64/modp_b64.gyp:*', | 37 '../third_party/modp_b64/modp_b64.gyp:*', |
| 38 '../third_party/npapi/npapi.gyp:*', | 38 '../third_party/npapi/npapi.gyp:*', |
| 39 '../third_party/ppapi/ppapi.gyp:*', |
| 39 '../third_party/ots/ots.gyp:*', | 40 '../third_party/ots/ots.gyp:*', |
| 40 '../third_party/sqlite/sqlite.gyp:*', | 41 '../third_party/sqlite/sqlite.gyp:*', |
| 41 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', | 42 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', |
| 42 '../third_party/WebKit/WebKitTools/DumpRenderTree/DumpRenderTree.gyp/Dum
pRenderTree.gyp:*', | 43 '../third_party/WebKit/WebKitTools/DumpRenderTree/DumpRenderTree.gyp/Dum
pRenderTree.gyp:*', |
| 43 '../third_party/zlib/zlib.gyp:*', | 44 '../third_party/zlib/zlib.gyp:*', |
| 44 '../webkit/webkit.gyp:*', | 45 '../webkit/webkit.gyp:*', |
| 45 'util/build_util.gyp:*', | 46 'util/build_util.gyp:*', |
| 46 'temp_gyp/googleurl.gyp:*', | 47 'temp_gyp/googleurl.gyp:*', |
| 47 ], | 48 ], |
| 48 'conditions': [ | 49 'conditions': [ |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 ], # targets | 315 ], # targets |
| 315 }], # "chromeos==1" | 316 }], # "chromeos==1" |
| 316 ], # conditions | 317 ], # conditions |
| 317 } | 318 } |
| 318 | 319 |
| 319 # Local Variables: | 320 # Local Variables: |
| 320 # tab-width:2 | 321 # tab-width:2 |
| 321 # indent-tabs-mode:nil | 322 # indent-tabs-mode:nil |
| 322 # End: | 323 # End: |
| 323 # vim: set expandtab tabstop=2 shiftwidth=2: | 324 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |