Chromium Code Reviews| Index: test/win/linker-flags/target-machine.gyp |
| diff --git a/test/win/linker-flags/target-machine.gyp b/test/win/linker-flags/target-machine.gyp |
| index 30271926c9f2262066344a5f4ec5bc91f4b6c282..73719994b0dff609342ba1d4c388844b11e8e870 100644 |
| --- a/test/win/linker-flags/target-machine.gyp |
| +++ b/test/win/linker-flags/target-machine.gyp |
| @@ -44,5 +44,15 @@ |
| }, |
| 'sources': ['hello.cc'], |
| }, |
| + { |
| + 'target_name': 'test_target_lib_arm', |
| + 'type': 'static_library', |
| + 'msvs_settings': { |
| + 'VCLibrarianTool': { |
| + 'TargetMachine': '3', |
| + }, |
| + }, |
| + 'sources': ['hello.cc'], |
| + }, |
| ] |
| } |