OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
534 '../chrome/chrome.gyp:crash_service', | 534 '../chrome/chrome.gyp:crash_service', |
535 '../chrome/chrome.gyp:crash_service_win64', | 535 '../chrome/chrome.gyp:crash_service_win64', |
536 '../chrome/chrome.gyp:policy_templates', | 536 '../chrome/chrome.gyp:policy_templates', |
537 '../chrome/chrome.gyp:pyautolib', | 537 '../chrome/chrome.gyp:pyautolib', |
538 '../chrome/chrome.gyp:reliability_tests', | 538 '../chrome/chrome.gyp:reliability_tests', |
539 '../chrome/chrome.gyp:automated_ui_tests', | 539 '../chrome/chrome.gyp:automated_ui_tests', |
540 '../chrome/installer/mini_installer.gyp:mini_installer', | 540 '../chrome/installer/mini_installer.gyp:mini_installer', |
541 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 541 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
542 '../courgette/courgette.gyp:courgette', | 542 '../courgette/courgette.gyp:courgette', |
543 '../courgette/courgette.gyp:courgette64', | 543 '../courgette/courgette.gyp:courgette64', |
| 544 '../cloud_print/virtual_driver/virtual_driver.gyp:virtual_driver
', |
544 '../remoting/remoting.gyp:webapp_it2me', | 545 '../remoting/remoting.gyp:webapp_it2me', |
545 '../third_party/adobe/flash/flash_player.gyp:flash_player', | 546 '../third_party/adobe/flash/flash_player.gyp:flash_player', |
546 ], | 547 ], |
547 'conditions': [ | 548 'conditions': [ |
548 ['internal_pdf', { | 549 ['internal_pdf', { |
549 'dependencies': [ | 550 'dependencies': [ |
550 '../pdf/pdf.gyp:pdf', | 551 '../pdf/pdf.gyp:pdf', |
551 ], | 552 ], |
552 }], # internal_pdf | 553 }], # internal_pdf |
553 ] | 554 ] |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
640 '../sql/sql.gyp:sql_unittests', | 641 '../sql/sql.gyp:sql_unittests', |
641 '../ui/ui.gyp:gfx_unittests', | 642 '../ui/ui.gyp:gfx_unittests', |
642 ], | 643 ], |
643 }], | 644 }], |
644 ], | 645 ], |
645 }, | 646 }, |
646 ], # targets | 647 ], # targets |
647 }], # "use_aura==1" | 648 }], # "use_aura==1" |
648 ], # conditions | 649 ], # conditions |
649 } | 650 } |
OLD | NEW |