| 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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 '../cloud_print/virtual_driver/virtual_driver.gyp:virtual_driver
', | 526 '../cloud_print/virtual_driver/virtual_driver.gyp:virtual_driver
', |
| 527 '../remoting/remoting.gyp:remoting_webapp', | 527 '../remoting/remoting.gyp:remoting_webapp', |
| 528 '../third_party/adobe/flash/flash_player.gyp:flash_player', | 528 '../third_party/adobe/flash/flash_player.gyp:flash_player', |
| 529 ], | 529 ], |
| 530 'conditions': [ | 530 'conditions': [ |
| 531 ['internal_pdf', { | 531 ['internal_pdf', { |
| 532 'dependencies': [ | 532 'dependencies': [ |
| 533 '../pdf/pdf.gyp:pdf', | 533 '../pdf/pdf.gyp:pdf', |
| 534 ], | 534 ], |
| 535 }], # internal_pdf | 535 }], # internal_pdf |
| 536 ['component != "shared_library" and wix_exists == "True" and \ |
| 537 platformsdk_exists == "True"', { |
| 538 'dependencies': [ |
| 539 '../remoting/remoting.gyp:remoting_host_installation', |
| 540 ], |
| 541 }], # component != "shared_library" |
| 536 ] | 542 ] |
| 537 }, | 543 }, |
| 538 ], # targets | 544 ], # targets |
| 539 }], # branding=="Chrome" | 545 }], # branding=="Chrome" |
| 540 ], # conditions | 546 ], # conditions |
| 541 }], # OS="win" | 547 }], # OS="win" |
| 542 ['use_aura==1', { | 548 ['use_aura==1', { |
| 543 'targets': [ | 549 'targets': [ |
| 544 { | 550 { |
| 545 'target_name': 'aura_builder', | 551 'target_name': 'aura_builder', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 'dependencies': [ | 604 'dependencies': [ |
| 599 '../chromeos/chromeos.gyp:chromeos_unittests', | 605 '../chromeos/chromeos.gyp:chromeos_unittests', |
| 600 ], | 606 ], |
| 601 }], | 607 }], |
| 602 ], | 608 ], |
| 603 }, | 609 }, |
| 604 ], # targets | 610 ], # targets |
| 605 }], # "use_aura==1" | 611 }], # "use_aura==1" |
| 606 ], # conditions | 612 ], # conditions |
| 607 } | 613 } |
| OLD | NEW |