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