OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 '../chrome/chrome.gyp:unit_tests', | 307 '../chrome/chrome.gyp:unit_tests', |
308 '../content/content.gyp:content_browsertests', | 308 '../content/content.gyp:content_browsertests', |
309 '../content/content.gyp:content_unittests', | 309 '../content/content.gyp:content_unittests', |
310 '../ui/ui.gyp:gfx_unittests', | 310 '../ui/ui.gyp:gfx_unittests', |
311 '../gpu/gpu.gyp:gpu_unittests', | 311 '../gpu/gpu.gyp:gpu_unittests', |
312 '../ipc/ipc.gyp:ipc_tests', | 312 '../ipc/ipc.gyp:ipc_tests', |
313 '../jingle/jingle.gyp:jingle_unittests', | 313 '../jingle/jingle.gyp:jingle_unittests', |
314 '../media/media.gyp:media_unittests', | 314 '../media/media.gyp:media_unittests', |
315 '../printing/printing.gyp:printing_unittests', | 315 '../printing/printing.gyp:printing_unittests', |
316 '../remoting/remoting.gyp:remoting_unittests', | 316 '../remoting/remoting.gyp:remoting_unittests', |
| 317 '../rlz/rlz.gyp:*', |
317 '../sql/sql.gyp:sql_unittests', | 318 '../sql/sql.gyp:sql_unittests', |
318 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 319 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
319 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 320 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
320 'temp_gyp/googleurl.gyp:googleurl_unittests', | 321 'temp_gyp/googleurl.gyp:googleurl_unittests', |
321 ], | 322 ], |
322 }, | 323 }, |
323 { | 324 { |
324 'target_name': 'chromium_builder_rel', | 325 'target_name': 'chromium_builder_rel', |
325 'type': 'none', | 326 'type': 'none', |
326 'dependencies': [ | 327 'dependencies': [ |
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
617 '../chrome/chrome.gyp:ui_tests', | 618 '../chrome/chrome.gyp:ui_tests', |
618 '../ui/views/views.gyp:views_unittests', | 619 '../ui/views/views.gyp:views_unittests', |
619 ], | 620 ], |
620 }], | 621 }], |
621 ], | 622 ], |
622 }, | 623 }, |
623 ], # targets | 624 ], # targets |
624 }], # "use_aura==1" | 625 }], # "use_aura==1" |
625 ], # conditions | 626 ], # conditions |
626 } | 627 } |
OLD | NEW |