| 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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 '../chrome/chrome.gyp:performance_ui_tests', | 498 '../chrome/chrome.gyp:performance_ui_tests', |
| 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:webapp_it2me', | 508 '../remoting/remoting.gyp:remoting_webapp', |
| 509 '../third_party/adobe/flash/flash_player.gyp:flash_player', | 509 '../third_party/adobe/flash/flash_player.gyp:flash_player', |
| 510 ], | 510 ], |
| 511 'conditions': [ | 511 'conditions': [ |
| 512 ['internal_pdf', { | 512 ['internal_pdf', { |
| 513 'dependencies': [ | 513 'dependencies': [ |
| 514 '../pdf/pdf.gyp:pdf', | 514 '../pdf/pdf.gyp:pdf', |
| 515 ], | 515 ], |
| 516 }], # internal_pdf | 516 }], # internal_pdf |
| 517 ] | 517 ] |
| 518 }, | 518 }, |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 '../sql/sql.gyp:sql_unittests', | 604 '../sql/sql.gyp:sql_unittests', |
| 605 '../ui/ui.gyp:gfx_unittests', | 605 '../ui/ui.gyp:gfx_unittests', |
| 606 ], | 606 ], |
| 607 }], | 607 }], |
| 608 ], | 608 ], |
| 609 }, | 609 }, |
| 610 ], # targets | 610 ], # targets |
| 611 }], # "use_aura==1" | 611 }], # "use_aura==1" |
| 612 ], # conditions | 612 ], # conditions |
| 613 } | 613 } |
| OLD | NEW |