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 'xcode_create_dependents_test_runner': 1, | 22 'xcode_create_dependents_test_runner': 1, |
23 'dependencies': [ | 23 'dependencies': [ |
24 '../app/app.gyp:*', | 24 '../app/app.gyp:*', |
25 '../base/base.gyp:*', | 25 '../base/base.gyp:*', |
26 '../media/media.gyp:*', | 26 '../media/media.gyp:*', |
27 '../net/net.gyp:*', | 27 '../net/net.gyp:*', |
28 '../printing/printing.gyp:*', | 28 '../printing/printing.gyp:*', |
29 '../sdch/sdch.gyp:*', | 29 '../sdch/sdch.gyp:*', |
30 '../skia/skia.gyp:*', | 30 '../skia/skia.gyp:*', |
| 31 '../testing/gmock.gyp:*', |
31 '../testing/gtest.gyp:*', | 32 '../testing/gtest.gyp:*', |
32 '../third_party/bzip2/bzip2.gyp:*', | 33 '../third_party/bzip2/bzip2.gyp:*', |
33 '../third_party/codesighs/codesighs.gyp:*', | 34 '../third_party/codesighs/codesighs.gyp:*', |
34 '../third_party/ffmpeg/ffmpeg.gyp:*', | 35 '../third_party/ffmpeg/ffmpeg.gyp:*', |
35 '../third_party/icu38/icu38.gyp:*', | 36 '../third_party/icu38/icu38.gyp:*', |
36 '../third_party/libjpeg/libjpeg.gyp:*', | 37 '../third_party/libjpeg/libjpeg.gyp:*', |
37 '../third_party/libpng/libpng.gyp:*', | 38 '../third_party/libpng/libpng.gyp:*', |
38 '../third_party/libxml/libxml.gyp:*', | 39 '../third_party/libxml/libxml.gyp:*', |
39 '../third_party/libxslt/libxslt.gyp:*', | 40 '../third_party/libxslt/libxslt.gyp:*', |
40 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 41 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 'type': 'none', | 107 'type': 'none', |
107 'dependencies': [ | 108 'dependencies': [ |
108 'All', | 109 'All', |
109 '../chrome/chrome.gyp:build_app_dmg', | 110 '../chrome/chrome.gyp:build_app_dmg', |
110 ], | 111 ], |
111 }, | 112 }, |
112 ], | 113 ], |
113 }], | 114 }], |
114 ], | 115 ], |
115 } | 116 } |
OLD | NEW |