OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 5 'targets': [ |
6 { | 6 { |
7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 2511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2522 '<(DEPTH)/third_party/wtl/include', | 2522 '<(DEPTH)/third_party/wtl/include', |
2523 ], | 2523 ], |
2524 'sources': [ | 2524 'sources': [ |
2525 # TODO: It would be nice to have these pulled in | 2525 # TODO: It would be nice to have these pulled in |
2526 # automatically from direct_dependent_settings in | 2526 # automatically from direct_dependent_settings in |
2527 # their various targets (net.gyp:net_resources, etc.), | 2527 # their various targets (net.gyp:net_resources, etc.), |
2528 # but that causes errors in other targets when | 2528 # but that causes errors in other targets when |
2529 # resulting .res files get referenced multiple times. | 2529 # resulting .res files get referenced multiple times. |
2530 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 2530 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
2531 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/installer_util_st
rings.rc', | 2531 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/installer_util_st
rings.rc', |
2532 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc
', | 2532 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc', |
2533 ], | 2533 ], |
2534 'link_settings': { | 2534 'link_settings': { |
2535 'libraries': [ | 2535 'libraries': [ |
2536 '-lcomsupp.lib', | 2536 '-lcomsupp.lib', |
2537 '-loleacc.lib', | 2537 '-loleacc.lib', |
2538 '-lrpcrt4.lib', | 2538 '-lrpcrt4.lib', |
2539 '-lurlmon.lib', | 2539 '-lurlmon.lib', |
2540 '-lwinmm.lib', | 2540 '-lwinmm.lib', |
2541 ], | 2541 ], |
2542 }, | 2542 }, |
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2917 'unit_tests.isolate', | 2917 'unit_tests.isolate', |
2918 ], | 2918 ], |
2919 'sources': [ | 2919 'sources': [ |
2920 'unit_tests.isolate', | 2920 'unit_tests.isolate', |
2921 ], | 2921 ], |
2922 }, | 2922 }, |
2923 ], | 2923 ], |
2924 }], | 2924 }], |
2925 ], # 'conditions' | 2925 ], # 'conditions' |
2926 } | 2926 } |
OLD | NEW |