| 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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 '../jingle/jingle.gyp:notifier_unit_tests', | 375 '../jingle/jingle.gyp:notifier_unit_tests', |
| 376 '../media/media.gyp:media_unittests', | 376 '../media/media.gyp:media_unittests', |
| 377 '../net/net.gyp:net_unittests', | 377 '../net/net.gyp:net_unittests', |
| 378 '../printing/printing.gyp:printing_unittests', | 378 '../printing/printing.gyp:printing_unittests', |
| 379 '../remoting/remoting.gyp:remoting_unittests', | 379 '../remoting/remoting.gyp:remoting_unittests', |
| 380 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 380 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 381 'temp_gyp/googleurl.gyp:googleurl_unittests', | 381 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 382 ], | 382 ], |
| 383 }, | 383 }, |
| 384 ], # targets | 384 ], # targets |
| 385 'conditions': [ |
| 386 ['(branding=="Chrome" and buildtype=="Official")', { |
| 387 'targets': [ |
| 388 { |
| 389 'target_name': 'chrome_official_builder', |
| 390 'type': 'none', |
| 391 'dependencies': [ |
| 392 '../chrome/app/locales/locales.gyp:*', |
| 393 '../chrome/chrome.gyp:crash_service', |
| 394 '../chrome/chrome.gyp:page_cycler_tests', |
| 395 '../chrome/chrome.gyp:pyautolib', |
| 396 '../chrome/chrome.gyp:reliability_tests', |
| 397 '../chrome/chrome.gyp:startup_tests', |
| 398 '../chrome/chrome.gyp:automated_ui_tests', |
| 399 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 400 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
| 401 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
| 402 '../courgette/courgette.gyp:courgette', |
| 403 '../pdf/pdf.gyp:pdf', |
| 404 '../third_party/adobe/flash/flash_player.gyp:flash_player', |
| 405 '../webkit/webkit.gyp:test_shell.gyp', |
| 406 ], |
| 407 }, |
| 408 ], # targets |
| 409 }], # (branding=="Chrome" and buildtype=="Official") |
| 410 ], # conditions |
| 385 }], # OS="win" | 411 }], # OS="win" |
| 386 ['chromeos==1', { | 412 ['chromeos==1', { |
| 387 'targets': [ | 413 'targets': [ |
| 388 { | 414 { |
| 389 'target_name': 'chromeos_builder', | 415 'target_name': 'chromeos_builder', |
| 390 'type': 'none', | 416 'type': 'none', |
| 391 'sources': [ | 417 'sources': [ |
| 392 # TODO(bradnelson): This is here to work around gyp issue 137. | 418 # TODO(bradnelson): This is here to work around gyp issue 137. |
| 393 # Remove this sources list when that issue has been fixed. | 419 # Remove this sources list when that issue has been fixed. |
| 394 'all.gyp', | 420 'all.gyp', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 425 ], # targets | 451 ], # targets |
| 426 }], # "chromeos==1" | 452 }], # "chromeos==1" |
| 427 ], # conditions | 453 ], # conditions |
| 428 } | 454 } |
| 429 | 455 |
| 430 # Local Variables: | 456 # Local Variables: |
| 431 # tab-width:2 | 457 # tab-width:2 |
| 432 # indent-tabs-mode:nil | 458 # indent-tabs-mode:nil |
| 433 # End: | 459 # End: |
| 434 # vim: set expandtab tabstop=2 shiftwidth=2: | 460 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |