| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 'temp_gyp/googleurl.gyp:googleurl_unittests', | 327 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 328 '../ipc/ipc.gyp:ipc_tests', | 328 '../ipc/ipc.gyp:ipc_tests', |
| 329 '../media/media.gyp:media_unittests', | 329 '../media/media.gyp:media_unittests', |
| 330 '../net/net.gyp:net_unittests', | 330 '../net/net.gyp:net_unittests', |
| 331 '../printing/printing.gyp:printing_unittests', | 331 '../printing/printing.gyp:printing_unittests', |
| 332 '../remoting/remoting.gyp:remoting_unittests', | 332 '../remoting/remoting.gyp:remoting_unittests', |
| 333 '../chrome/chrome.gyp:safe_browsing_tests', | 333 '../chrome/chrome.gyp:safe_browsing_tests', |
| 334 '../chrome/chrome.gyp:sync_unit_tests', | 334 '../chrome/chrome.gyp:sync_unit_tests', |
| 335 '../chrome/chrome.gyp:unit_tests', | 335 '../chrome/chrome.gyp:unit_tests', |
| 336 '../chrome/chrome.gyp:ui_tests', | 336 '../chrome/chrome.gyp:ui_tests', |
| 337 '../ui/gfx/gfx.gyp:gfx_unittests', |
| 337 '../jingle/jingle.gyp:notifier_unit_tests', | 338 '../jingle/jingle.gyp:notifier_unit_tests', |
| 338 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 339 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 339 ], | 340 ], |
| 340 }, | 341 }, |
| 341 ], # targets | 342 ], # targets |
| 342 }], # OS="mac" | 343 }], # OS="mac" |
| 343 ['OS=="win"', { | 344 ['OS=="win"', { |
| 344 'targets': [ | 345 'targets': [ |
| 345 # These targets are here so the build bots can use them to build | 346 # These targets are here so the build bots can use them to build |
| 346 # subsets of a full tree for faster cycle times. | 347 # subsets of a full tree for faster cycle times. |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 494 ], # targets | 495 ], # targets |
| 495 }], # "chromeos==1" | 496 }], # "chromeos==1" |
| 496 ], # conditions | 497 ], # conditions |
| 497 } | 498 } |
| 498 | 499 |
| 499 # Local Variables: | 500 # Local Variables: |
| 500 # tab-width:2 | 501 # tab-width:2 |
| 501 # indent-tabs-mode:nil | 502 # indent-tabs-mode:nil |
| 502 # End: | 503 # End: |
| 503 # vim: set expandtab tabstop=2 shiftwidth=2: | 504 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |