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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
603 'conditions': [ | 603 'conditions': [ |
604 ['internal_pdf', { | 604 ['internal_pdf', { |
605 'dependencies': [ | 605 'dependencies': [ |
606 '../pdf/pdf.gyp:pdf', | 606 '../pdf/pdf.gyp:pdf', |
607 ], | 607 ], |
608 }], # internal_pdf | 608 }], # internal_pdf |
609 ['component != "shared_library" and wix_exists == "True" and \ | 609 ['component != "shared_library" and wix_exists == "True" and \ |
610 sas_dll_exists == "True"', { | 610 sas_dll_exists == "True"', { |
611 'dependencies': [ | 611 'dependencies': [ |
612 '../remoting/remoting.gyp:remoting_host_installation', | 612 '../remoting/remoting.gyp:remoting_host_installation', |
613 '../remoting/remoting.gyp:remoting_host_installation_unittes
t', | |
614 ], | 613 ], |
615 }], # component != "shared_library" | 614 }], # component != "shared_library" |
616 ] | 615 ] |
617 }, | 616 }, |
618 ], # targets | 617 ], # targets |
619 }], # branding=="Chrome" | 618 }], # branding=="Chrome" |
620 ], # conditions | 619 ], # conditions |
621 }], # OS="win" | 620 }], # OS="win" |
622 ['use_aura==1', { | 621 ['use_aura==1', { |
623 'targets': [ | 622 'targets': [ |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
696 '../base/base.gyp:base_unittests_run', | 695 '../base/base.gyp:base_unittests_run', |
697 '../chrome/chrome.gyp:browser_tests_run', | 696 '../chrome/chrome.gyp:browser_tests_run', |
698 '../chrome/chrome.gyp:unit_tests_run', | 697 '../chrome/chrome.gyp:unit_tests_run', |
699 '../net/net.gyp:net_unittests_run', | 698 '../net/net.gyp:net_unittests_run', |
700 ], | 699 ], |
701 }, # target_name: chromium_swarm_tests | 700 }, # target_name: chromium_swarm_tests |
702 ], | 701 ], |
703 }], | 702 }], |
704 ], # conditions | 703 ], # conditions |
705 } | 704 } |
OLD | NEW |