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, |
11 'dependencies': [ | 11 'dependencies': [ |
12 '../app/app.gyp:*', | 12 '../app/app.gyp:*', |
13 '../base/base.gyp:*', | 13 '../base/base.gyp:*', |
14 '../chrome/browser/sync/tools/sync_tools.gyp:*', | 14 '../chrome/browser/sync/tools/sync_tools.gyp:*', |
15 '../chrome/chrome.gyp:*', | 15 '../chrome/chrome.gyp:*', |
16 '../gfx/gfx.gyp:*', | 16 '../gfx/gfx.gyp:*', |
17 '../gpu/gpu.gyp:*', | 17 '../gpu/gpu.gyp:*', |
18 '../gpu/demos/demos.gyp:*', | 18 '../gpu/demos/demos.gyp:*', |
19 '../ipc/ipc.gyp:*', | 19 '../ipc/ipc.gyp:*', |
20 '../jingle/jingle.gyp:*', | 20 '../jingle/jingle.gyp:*', |
21 '../media/media.gyp:*', | 21 '../media/media.gyp:*', |
22 '../net/net.gyp:*', | 22 '../net/net.gyp:*', |
23 '../net/third_party/nss/ssl.gyp:*', | 23 '../net/third_party/nss/ssl.gyp:*', |
24 '../printing/printing.gyp:*', | 24 '../printing/printing.gyp:*', |
25 '../sdch/sdch.gyp:*', | 25 '../sdch/sdch.gyp:*', |
26 '../skia/skia.gyp:*', | 26 '../skia/skia.gyp:*', |
27 '../testing/gmock.gyp:*', | 27 '../testing/gmock.gyp:*', |
28 '../testing/gtest.gyp:*', | 28 '../testing/gtest.gyp:*', |
| 29 '../third_party/angle/src/build_angle.gyp:*', |
29 '../third_party/bzip2/bzip2.gyp:*', | 30 '../third_party/bzip2/bzip2.gyp:*', |
30 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', | 31 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', |
31 '../third_party/cld/cld.gyp:*', | 32 '../third_party/cld/cld.gyp:*', |
32 '../third_party/codesighs/codesighs.gyp:*', | 33 '../third_party/codesighs/codesighs.gyp:*', |
33 '../third_party/ffmpeg/ffmpeg.gyp:*', | 34 '../third_party/ffmpeg/ffmpeg.gyp:*', |
34 '../third_party/icu/icu.gyp:*', | 35 '../third_party/icu/icu.gyp:*', |
35 '../third_party/libjpeg/libjpeg.gyp:*', | 36 '../third_party/libjpeg/libjpeg.gyp:*', |
36 '../third_party/libpng/libpng.gyp:*', | 37 '../third_party/libpng/libpng.gyp:*', |
37 '../third_party/libxml/libxml.gyp:*', | 38 '../third_party/libxml/libxml.gyp:*', |
38 '../third_party/libxslt/libxslt.gyp:*', | 39 '../third_party/libxslt/libxslt.gyp:*', |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 # 1) not be the case. OR. | 258 # 1) not be the case. OR. |
258 # 2) be expressed in the ui tests dependencies. | 259 # 2) be expressed in the ui tests dependencies. |
259 '../webkit/webkit.gyp:test_shell_common', | 260 '../webkit/webkit.gyp:test_shell_common', |
260 'temp_gyp/googleurl.gyp:googleurl_unittests', | 261 'temp_gyp/googleurl.gyp:googleurl_unittests', |
261 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | 262 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', |
262 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | 263 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', |
263 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', | 264 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', |
264 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | 265 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
265 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 266 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
266 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 267 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
267 '../third_party/angle/src/build_angle.gyp:*', | |
268 ], | 268 ], |
269 }, | 269 }, |
270 { | 270 { |
271 'target_name': 'chromium_builder_dbg_tsan_win', | 271 'target_name': 'chromium_builder_dbg_tsan_win', |
272 'type': 'none', | 272 'type': 'none', |
273 'dependencies': [ | 273 'dependencies': [ |
274 '../app/app.gyp:app_unittests', | 274 '../app/app.gyp:app_unittests', |
275 # TODO(bradnelson): app_unittests should depend on locales. | 275 # TODO(bradnelson): app_unittests should depend on locales. |
276 # However, we can't add dependencies on chrome/ to app/ | 276 # However, we can't add dependencies on chrome/ to app/ |
277 # See http://crbug.com/43603 | 277 # See http://crbug.com/43603 |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
332 ], # targets | 332 ], # targets |
333 }], # "chromeos==1" | 333 }], # "chromeos==1" |
334 ], # conditions | 334 ], # conditions |
335 } | 335 } |
336 | 336 |
337 # Local Variables: | 337 # Local Variables: |
338 # tab-width:2 | 338 # tab-width:2 |
339 # indent-tabs-mode:nil | 339 # indent-tabs-mode:nil |
340 # End: | 340 # End: |
341 # vim: set expandtab tabstop=2 shiftwidth=2: | 341 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |