| 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 'variables': { | 6 'variables': { |
| 7 'conditions': [ | 7 'conditions': [ |
| 8 ['OS!="win"', { | 8 ['OS!="win"', { |
| 9 'all_gyps%': 1, | 9 'all_gyps%': 1, |
| 10 },{ # else OS=="win" | 10 },{ # else OS=="win" |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 'type': 'none', | 21 'type': 'none', |
| 22 'dependencies': [ | 22 'dependencies': [ |
| 23 '../base/base.gyp:*', | 23 '../base/base.gyp:*', |
| 24 '../media/media.gyp:*', | 24 '../media/media.gyp:*', |
| 25 '../net/net.gyp:*', | 25 '../net/net.gyp:*', |
| 26 '../printing/printing.gyp:*', | 26 '../printing/printing.gyp:*', |
| 27 '../sdch/sdch.gyp:*', | 27 '../sdch/sdch.gyp:*', |
| 28 '../skia/skia.gyp:*', | 28 '../skia/skia.gyp:*', |
| 29 '../testing/gtest.gyp:*', | 29 '../testing/gtest.gyp:*', |
| 30 '../third_party/bzip2/bzip2.gyp:*', | 30 '../third_party/bzip2/bzip2.gyp:*', |
| 31 '../third_party/codesighs/codesighs.gyp:*', |
| 31 '../third_party/ffmpeg/ffmpeg.gyp:*', | 32 '../third_party/ffmpeg/ffmpeg.gyp:*', |
| 32 '../third_party/icu38/icu38.gyp:*', | 33 '../third_party/icu38/icu38.gyp:*', |
| 33 '../third_party/libjpeg/libjpeg.gyp:*', | 34 '../third_party/libjpeg/libjpeg.gyp:*', |
| 34 '../third_party/libpng/libpng.gyp:*', | 35 '../third_party/libpng/libpng.gyp:*', |
| 35 '../third_party/libxml/libxml.gyp:*', | 36 '../third_party/libxml/libxml.gyp:*', |
| 36 '../third_party/libxslt/libxslt.gyp:*', | 37 '../third_party/libxslt/libxslt.gyp:*', |
| 37 '../third_party/modp_b64/modp_b64.gyp:*', | 38 '../third_party/modp_b64/modp_b64.gyp:*', |
| 38 '../third_party/npapi/npapi.gyp:*', | 39 '../third_party/npapi/npapi.gyp:*', |
| 39 '../third_party/sqlite/sqlite.gyp:*', | 40 '../third_party/sqlite/sqlite.gyp:*', |
| 40 '../third_party/zlib/zlib.gyp:*', | 41 '../third_party/zlib/zlib.gyp:*', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 69 '../chrome/chrome.gyp:*', | 70 '../chrome/chrome.gyp:*', |
| 70 '../webkit/tools/test_shell/test_shell.gyp:*', | 71 '../webkit/tools/test_shell/test_shell.gyp:*', |
| 71 '../webkit/webkit.gyp:*', | 72 '../webkit/webkit.gyp:*', |
| 72 ], | 73 ], |
| 73 }], | 74 }], |
| 74 ], | 75 ], |
| 75 }, | 76 }, |
| 76 ], | 77 ], |
| 77 } | 78 } |
| 78 | 79 |
| OLD | NEW |