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 19 matching lines...) Expand all Loading... | |
30 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', | 30 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', |
31 '../third_party/cld/cld.gyp:*', | 31 '../third_party/cld/cld.gyp:*', |
32 '../third_party/codesighs/codesighs.gyp:*', | 32 '../third_party/codesighs/codesighs.gyp:*', |
33 '../third_party/ffmpeg/ffmpeg.gyp:*', | 33 '../third_party/ffmpeg/ffmpeg.gyp:*', |
34 '../third_party/icu/icu.gyp:*', | 34 '../third_party/icu/icu.gyp:*', |
35 '../third_party/libjpeg/libjpeg.gyp:*', | 35 '../third_party/libjpeg/libjpeg.gyp:*', |
36 '../third_party/libpng/libpng.gyp:*', | 36 '../third_party/libpng/libpng.gyp:*', |
37 '../third_party/libxml/libxml.gyp:*', | 37 '../third_party/libxml/libxml.gyp:*', |
38 '../third_party/libxslt/libxslt.gyp:*', | 38 '../third_party/libxslt/libxslt.gyp:*', |
39 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 39 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
40 '../third_party/mesa/mesa.gyp:*', | |
Ken Russell (switch to Gerrit)
2010/07/15 03:27:48
Would it be better to depend explicitly on the osm
apatrick_chromium
2010/07/15 19:26:21
The convention for the All target is to depend on
| |
40 '../third_party/modp_b64/modp_b64.gyp:*', | 41 '../third_party/modp_b64/modp_b64.gyp:*', |
41 '../third_party/npapi/npapi.gyp:*', | 42 '../third_party/npapi/npapi.gyp:*', |
42 '../third_party/ppapi/ppapi.gyp:*', | 43 '../third_party/ppapi/ppapi.gyp:*', |
43 '../third_party/ots/ots.gyp:*', | 44 '../third_party/ots/ots.gyp:*', |
44 '../third_party/sqlite/sqlite.gyp:*', | 45 '../third_party/sqlite/sqlite.gyp:*', |
45 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', | 46 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', |
46 '../third_party/zlib/zlib.gyp:*', | 47 '../third_party/zlib/zlib.gyp:*', |
47 '../webkit/support/webkit_support.gyp:*', | 48 '../webkit/support/webkit_support.gyp:*', |
48 '../webkit/webkit.gyp:*', | 49 '../webkit/webkit.gyp:*', |
49 'util/build_util.gyp:*', | 50 'util/build_util.gyp:*', |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
256 # 1) not be the case. OR. | 257 # 1) not be the case. OR. |
257 # 2) be expressed in the ui tests dependencies. | 258 # 2) be expressed in the ui tests dependencies. |
258 '../webkit/webkit.gyp:test_shell_common', | 259 '../webkit/webkit.gyp:test_shell_common', |
259 'temp_gyp/googleurl.gyp:googleurl_unittests', | 260 'temp_gyp/googleurl.gyp:googleurl_unittests', |
260 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | 261 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', |
261 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | 262 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', |
262 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', | 263 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', |
263 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | 264 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
264 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 265 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
265 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 266 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
266 # Only build OSMesa on buildbots. It builds a software GL renderer | |
267 # that can be used where native GL is not available. | |
268 '../third_party/angle/src/build_angle.gyp:*', | 267 '../third_party/angle/src/build_angle.gyp:*', |
269 '../third_party/mesa/mesa.gyp:osmesa', | |
270 ], | 268 ], |
271 }, | 269 }, |
272 { | 270 { |
273 'target_name': 'chromium_builder_dbg_tsan_win', | 271 'target_name': 'chromium_builder_dbg_tsan_win', |
274 'type': 'none', | 272 'type': 'none', |
275 'dependencies': [ | 273 'dependencies': [ |
276 '../app/app.gyp:app_unittests', | 274 '../app/app.gyp:app_unittests', |
277 # TODO(bradnelson): app_unittests should depend on locales. | 275 # TODO(bradnelson): app_unittests should depend on locales. |
278 # However, we can't add dependencies on chrome/ to app/ | 276 # However, we can't add dependencies on chrome/ to app/ |
279 # See http://crbug.com/43603 | 277 # See http://crbug.com/43603 |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
334 ], # targets | 332 ], # targets |
335 }], # "chromeos==1" | 333 }], # "chromeos==1" |
336 ], # conditions | 334 ], # conditions |
337 } | 335 } |
338 | 336 |
339 # Local Variables: | 337 # Local Variables: |
340 # tab-width:2 | 338 # tab-width:2 |
341 # indent-tabs-mode:nil | 339 # indent-tabs-mode:nil |
342 # End: | 340 # End: |
343 # vim: set expandtab tabstop=2 shiftwidth=2: | 341 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |