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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 '../chrome/chrome.gyp:pyautolib', | 395 '../chrome/chrome.gyp:pyautolib', |
396 '../chrome/chrome.gyp:reliability_tests', | 396 '../chrome/chrome.gyp:reliability_tests', |
397 '../chrome/chrome.gyp:startup_tests', | 397 '../chrome/chrome.gyp:startup_tests', |
398 '../chrome/chrome.gyp:automated_ui_tests', | 398 '../chrome/chrome.gyp:automated_ui_tests', |
399 '../chrome/installer/mini_installer.gyp:mini_installer', | 399 '../chrome/installer/mini_installer.gyp:mini_installer', |
400 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 400 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
401 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 401 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
402 '../courgette/courgette.gyp:courgette', | 402 '../courgette/courgette.gyp:courgette', |
403 '../pdf/pdf.gyp:pdf', | 403 '../pdf/pdf.gyp:pdf', |
404 '../third_party/adobe/flash/flash_player.gyp:flash_player', | 404 '../third_party/adobe/flash/flash_player.gyp:flash_player', |
405 '../webkit/webkit.gyp:test_shell.gyp', | 405 '../webkit/webkit.gyp:test_shell', |
406 ], | 406 ], |
407 }, | 407 }, |
408 ], # targets | 408 ], # targets |
409 }], # (branding=="Chrome" and buildtype=="Official") | 409 }], # (branding=="Chrome" and buildtype=="Official") |
410 ], # conditions | 410 ], # conditions |
411 }], # OS="win" | 411 }], # OS="win" |
412 ['chromeos==1', { | 412 ['chromeos==1', { |
413 'targets': [ | 413 'targets': [ |
414 { | 414 { |
415 'target_name': 'chromeos_builder', | 415 'target_name': 'chromeos_builder', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 ], # targets | 451 ], # targets |
452 }], # "chromeos==1" | 452 }], # "chromeos==1" |
453 ], # conditions | 453 ], # conditions |
454 } | 454 } |
455 | 455 |
456 # Local Variables: | 456 # Local Variables: |
457 # tab-width:2 | 457 # tab-width:2 |
458 # indent-tabs-mode:nil | 458 # indent-tabs-mode:nil |
459 # End: | 459 # End: |
460 # vim: set expandtab tabstop=2 shiftwidth=2: | 460 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |