| 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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 '../jingle/jingle.gyp:notifier_unit_tests', | 312 '../jingle/jingle.gyp:notifier_unit_tests', |
| 313 '../media/media.gyp:media_unittests', | 313 '../media/media.gyp:media_unittests', |
| 314 '../net/net.gyp:net_unittests', | 314 '../net/net.gyp:net_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 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 317 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 318 'temp_gyp/googleurl.gyp:googleurl_unittests', | 318 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 319 ], | 319 ], |
| 320 }, | 320 }, |
| 321 ], # targets | 321 ], # targets |
| 322 'conditions': [ |
| 323 ['(branding=="Chrome" and buildtype=="Official")', { |
| 324 'targets': [ |
| 325 { |
| 326 'target_name': 'chrome_official_builder', |
| 327 'type': 'none', |
| 328 'dependencies': [ |
| 329 '../chrome/app/locales/locales.gyp:*', |
| 330 '../chrome/chrome.gyp:crash_service', |
| 331 '../chrome/chrome.gyp:page_cycler_tests', |
| 332 '../chrome/chrome.gyp:pyautolib', |
| 333 '../chrome/chrome.gyp:reliability_tests', |
| 334 '../chrome/chrome.gyp:startup_tests', |
| 335 '../chrome/chrome.gyp:automated_ui_tests', |
| 336 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 337 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
| 338 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
| 339 '../courgette/courgette.gyp:courgette', |
| 340 '../pdf/pdf.gyp:pdf', |
| 341 '../third_party/adobe/flash/flash_player.gyp:flash_player', |
| 342 '../webkit/webkit.gyp:test_shell.gyp', |
| 343 ], |
| 344 }, |
| 345 ], # targets |
| 346 }], # (branding=="Chrome" and buildtype=="Official") |
| 347 ], # conditions |
| 322 }], # OS="win" | 348 }], # OS="win" |
| 323 ['chromeos==1', { | 349 ['chromeos==1', { |
| 324 'targets': [ | 350 'targets': [ |
| 325 { | 351 { |
| 326 'target_name': 'chromeos_builder', | 352 'target_name': 'chromeos_builder', |
| 327 'type': 'none', | 353 'type': 'none', |
| 328 'sources': [ | 354 'sources': [ |
| 329 # TODO(bradnelson): This is here to work around gyp issue 137. | 355 # TODO(bradnelson): This is here to work around gyp issue 137. |
| 330 # Remove this sources list when that issue has been fixed. | 356 # Remove this sources list when that issue has been fixed. |
| 331 'all.gyp', | 357 'all.gyp', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 362 ], # targets | 388 ], # targets |
| 363 }], # "chromeos==1" | 389 }], # "chromeos==1" |
| 364 ], # conditions | 390 ], # conditions |
| 365 } | 391 } |
| 366 | 392 |
| 367 # Local Variables: | 393 # Local Variables: |
| 368 # tab-width:2 | 394 # tab-width:2 |
| 369 # indent-tabs-mode:nil | 395 # indent-tabs-mode:nil |
| 370 # End: | 396 # End: |
| 371 # vim: set expandtab tabstop=2 shiftwidth=2: | 397 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |