OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
499 '../chrome/chrome.gyp:policy_templates', | 499 '../chrome/chrome.gyp:policy_templates', |
500 '../chrome/chrome.gyp:pyautolib', | 500 '../chrome/chrome.gyp:pyautolib', |
501 '../chrome/chrome.gyp:reliability_tests', | 501 '../chrome/chrome.gyp:reliability_tests', |
502 '../chrome/chrome.gyp:automated_ui_tests', | 502 '../chrome/chrome.gyp:automated_ui_tests', |
503 '../chrome/installer/mini_installer.gyp:mini_installer', | 503 '../chrome/installer/mini_installer.gyp:mini_installer', |
504 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 504 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
505 '../courgette/courgette.gyp:courgette', | 505 '../courgette/courgette.gyp:courgette', |
506 '../courgette/courgette.gyp:courgette64', | 506 '../courgette/courgette.gyp:courgette64', |
507 '../cloud_print/virtual_driver/virtual_driver.gyp:virtual_driver
', | 507 '../cloud_print/virtual_driver/virtual_driver.gyp:virtual_driver
', |
508 '../remoting/remoting.gyp:remoting_webapp', | 508 '../remoting/remoting.gyp:remoting_webapp', |
509 '../remoting/remoting.gyp:webapp_it2me', | |
510 '../third_party/adobe/flash/flash_player.gyp:flash_player', | 509 '../third_party/adobe/flash/flash_player.gyp:flash_player', |
511 ], | 510 ], |
512 'conditions': [ | 511 'conditions': [ |
513 ['internal_pdf', { | 512 ['internal_pdf', { |
514 'dependencies': [ | 513 'dependencies': [ |
515 '../pdf/pdf.gyp:pdf', | 514 '../pdf/pdf.gyp:pdf', |
516 ], | 515 ], |
517 }], # internal_pdf | 516 }], # internal_pdf |
518 ] | 517 ] |
519 }, | 518 }, |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
605 '../sql/sql.gyp:sql_unittests', | 604 '../sql/sql.gyp:sql_unittests', |
606 '../ui/ui.gyp:gfx_unittests', | 605 '../ui/ui.gyp:gfx_unittests', |
607 ], | 606 ], |
608 }], | 607 }], |
609 ], | 608 ], |
610 }, | 609 }, |
611 ], # targets | 610 ], # targets |
612 }], # "use_aura==1" | 611 }], # "use_aura==1" |
613 ], # conditions | 612 ], # conditions |
614 } | 613 } |
OLD | NEW |