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

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

Issue 596023003: Revert "I need this change to create Windows 8.1/Windows Phone 8.1 projects that compile modules th… (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: 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
« no previous file with comments | « 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 73719994b0dff609342ba1d4c388844b11e8e870..30271926c9f2262066344a5f4ec5bc91f4b6c282 100644
--- a/test/win/linker-flags/target-machine.gyp
+++ b/test/win/linker-flags/target-machine.gyp
@@ -44,15 +44,5 @@
},
'sources': ['hello.cc'],
},
- {
- 'target_name': 'test_target_lib_arm',
- 'type': 'static_library',
- 'msvs_settings': {
- 'VCLibrarianTool': {
- 'TargetMachine': '3',
- },
- },
- 'sources': ['hello.cc'],
- },
]
}
« no previous file with comments | « 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