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 2507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2518 '<(DEPTH)/third_party/wtl/include', | 2518 '<(DEPTH)/third_party/wtl/include', |
2519 ], | 2519 ], |
2520 'sources': [ | 2520 'sources': [ |
2521 # TODO: It would be nice to have these pulled in | 2521 # TODO: It would be nice to have these pulled in |
2522 # automatically from direct_dependent_settings in | 2522 # automatically from direct_dependent_settings in |
2523 # their various targets (net.gyp:net_resources, etc.), | 2523 # their various targets (net.gyp:net_resources, etc.), |
2524 # but that causes errors in other targets when | 2524 # but that causes errors in other targets when |
2525 # resulting .res files get referenced multiple times. | 2525 # resulting .res files get referenced multiple times. |
2526 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 2526 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
2527 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/installer_util_st
rings.rc', | 2527 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/installer_util_st
rings.rc', |
2528 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc
', | 2528 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc', |
2529 ], | 2529 ], |
2530 'link_settings': { | 2530 'link_settings': { |
2531 'libraries': [ | 2531 'libraries': [ |
2532 '-lcomsupp.lib', | 2532 '-lcomsupp.lib', |
2533 '-loleacc.lib', | 2533 '-loleacc.lib', |
2534 '-lrpcrt4.lib', | 2534 '-lrpcrt4.lib', |
2535 '-lurlmon.lib', | 2535 '-lurlmon.lib', |
2536 '-lwinmm.lib', | 2536 '-lwinmm.lib', |
2537 ], | 2537 ], |
2538 }, | 2538 }, |
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2906 'unit_tests.isolate', | 2906 'unit_tests.isolate', |
2907 ], | 2907 ], |
2908 'sources': [ | 2908 'sources': [ |
2909 'unit_tests.isolate', | 2909 'unit_tests.isolate', |
2910 ], | 2910 ], |
2911 }, | 2911 }, |
2912 ], | 2912 ], |
2913 }], | 2913 }], |
2914 ], # 'conditions' | 2914 ], # 'conditions' |
2915 } | 2915 } |
OLD | NEW |