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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
275 '../remoting/remoting.gyp:remoting_host_installation', | 275 '../remoting/remoting.gyp:remoting_host_installation', |
276 ], | 276 ], |
277 }], | 277 }], |
278 ], | 278 ], |
279 }], | 279 }], |
280 ['OS=="linux"', { | 280 ['OS=="linux"', { |
281 'dependencies': [ | 281 'dependencies': [ |
282 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 282 '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
283 ], | 283 ], |
284 }], | 284 }], |
| 285 ['OS=="mac"', { |
| 286 'dependencies': [ |
| 287 '../ui/app_list/app_list.gyp:app_list_unittests', |
| 288 ], |
| 289 }], |
285 ], | 290 ], |
286 }, # target_name: chromium_builder_tests | 291 }, # target_name: chromium_builder_tests |
287 { | 292 { |
288 'target_name': 'chromium_2010_builder_tests', | 293 'target_name': 'chromium_2010_builder_tests', |
289 'type': 'none', | 294 'type': 'none', |
290 'dependencies': [ | 295 'dependencies': [ |
291 'chromium_builder_tests', | 296 'chromium_builder_tests', |
292 ], | 297 ], |
293 }, # target_name: chromium_2010_builder_tests | 298 }, # target_name: chromium_2010_builder_tests |
294 ], | 299 ], |
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
809 '../chrome/chrome.gyp:browser_tests_run', | 814 '../chrome/chrome.gyp:browser_tests_run', |
810 '../chrome/chrome.gyp:sync_integration_tests_run', | 815 '../chrome/chrome.gyp:sync_integration_tests_run', |
811 '../chrome/chrome.gyp:unit_tests_run', | 816 '../chrome/chrome.gyp:unit_tests_run', |
812 '../net/net.gyp:net_unittests_run', | 817 '../net/net.gyp:net_unittests_run', |
813 ], | 818 ], |
814 }, # target_name: chromium_swarm_tests | 819 }, # target_name: chromium_swarm_tests |
815 ], | 820 ], |
816 }], | 821 }], |
817 ], # conditions | 822 ], # conditions |
818 } | 823 } |
OLD | NEW |