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 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
548 '../remoting/remoting.gyp:remoting_webapp', | 548 '../remoting/remoting.gyp:remoting_webapp', |
549 '../third_party/adobe/flash/flash_player.gyp:flash_player', | 549 '../third_party/adobe/flash/flash_player.gyp:flash_player', |
550 ], | 550 ], |
551 'conditions': [ | 551 'conditions': [ |
552 ['internal_pdf', { | 552 ['internal_pdf', { |
553 'dependencies': [ | 553 'dependencies': [ |
554 '../pdf/pdf.gyp:pdf', | 554 '../pdf/pdf.gyp:pdf', |
555 ], | 555 ], |
556 }], # internal_pdf | 556 }], # internal_pdf |
557 ['component != "shared_library" and wix_exists == "True" and \ | 557 ['component != "shared_library" and wix_exists == "True" and \ |
558 platformsdk_exists == "True"', { | 558 sas_dll_exists == "True"', { |
559 'dependencies': [ | 559 'dependencies': [ |
560 '../remoting/remoting.gyp:remoting_host_installation', | 560 '../remoting/remoting.gyp:remoting_host_installation', |
561 '../remoting/remoting.gyp:remoting_host_installation_unittes
t', | 561 '../remoting/remoting.gyp:remoting_host_installation_unittes
t', |
562 ], | 562 ], |
563 }], # component != "shared_library" | 563 }], # component != "shared_library" |
564 ] | 564 ] |
565 }, | 565 }, |
566 ], # targets | 566 ], # targets |
567 }], # branding=="Chrome" | 567 }], # branding=="Chrome" |
568 ], # conditions | 568 ], # conditions |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
627 'dependencies': [ | 627 'dependencies': [ |
628 '../chromeos/chromeos.gyp:chromeos_unittests', | 628 '../chromeos/chromeos.gyp:chromeos_unittests', |
629 ], | 629 ], |
630 }], | 630 }], |
631 ], | 631 ], |
632 }, | 632 }, |
633 ], # targets | 633 ], # targets |
634 }], # "use_aura==1" | 634 }], # "use_aura==1" |
635 ], # conditions | 635 ], # conditions |
636 } | 636 } |
OLD | NEW |