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 2346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2357 # resulting .res files get referenced multiple times. | 2357 # resulting .res files get referenced multiple times. |
2358 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 2358 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
2359 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 2359 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
2360 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', | 2360 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', |
2361 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 2361 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
2362 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', | 2362 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', |
2363 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/installer_util_st rings.rc', | 2363 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/installer_util_st rings.rc', |
2364 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 2364 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
2365 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc ', | 2365 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc ', |
2366 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.rc', | 2366 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.rc', |
2367 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | |
tfarina
2013/08/02 22:15:28
this should have been added when I rebased but did
| |
2368 ], | 2367 ], |
2369 'link_settings': { | 2368 'link_settings': { |
2370 'libraries': [ | 2369 'libraries': [ |
2371 '-lcomsupp.lib', | 2370 '-lcomsupp.lib', |
2372 '-loleacc.lib', | 2371 '-loleacc.lib', |
2373 '-lrpcrt4.lib', | 2372 '-lrpcrt4.lib', |
2374 '-lurlmon.lib', | 2373 '-lurlmon.lib', |
2375 '-lwinmm.lib', | 2374 '-lwinmm.lib', |
2376 ], | 2375 ], |
2377 }, | 2376 }, |
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2682 # more details. | 2681 # more details. |
2683 'DebugInformationFormat': '3', | 2682 'DebugInformationFormat': '3', |
2684 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2683 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2685 }, | 2684 }, |
2686 }, | 2685 }, |
2687 }, | 2686 }, |
2688 ], | 2687 ], |
2689 }], | 2688 }], |
2690 ], # 'conditions' | 2689 ], # 'conditions' |
2691 } | 2690 } |
OLD | NEW |