Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: test/win/linker-flags/target-machine.gyp

Issue 521693002: Added Windows 8.1/Windows Phone 8.1 minimal support for creating projects that compile modules that… (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Reverted msvs_emulation.py and update existing code to match proper coding style Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« pylib/gyp/generator/msvs.py ('K') | « test/win/gyptest-link-target-machine.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
+ },
]
}
« pylib/gyp/generator/msvs.py ('K') | « test/win/gyptest-link-target-machine.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698