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

Unified Diff: win8/win8.gyp

Issue 233843003: Remove a few dead MSVS_VERSION checks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more Created 6 years, 8 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 | « win8/util/check_sdk_patch.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/win8.gyp
diff --git a/win8/win8.gyp b/win8/win8.gyp
index dc73584f0e374c8d7f3f4afc8d7035e268b887da..a20509c88dd10805012a60fda451954bcb22ffc8 100644
--- a/win8/win8.gyp
+++ b/win8/win8.gyp
@@ -10,36 +10,6 @@
],
'targets': [
{
- 'target_name': 'check_sdk_patch',
- 'type': 'none',
- 'variables': {
- 'check_sdk_script': 'util/check_sdk_patch.py',
- 'output_path': '<(INTERMEDIATE_DIR)/check_sdk_patch',
- },
- 'conditions': [
- ['MSVS_VERSION=="2010" or MSVS_VERSION=="2010e"', {
- 'actions': [
- {
- 'action_name': 'check_sdk_patch_action',
- 'inputs': [
- '<(check_sdk_script)',
- ],
- 'outputs': [
- # This keeps the ninja build happy and provides a slightly
- # helpful error message if the sdk is missing.
- '<(output_path)'
- ],
- 'action': ['python',
- '<(check_sdk_script)',
- '<(windows_sdk_path)',
- '<(output_path)',
- ],
- },
- ],
- }],
- ],
- },
- {
'target_name': 'win8_util',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « win8/util/check_sdk_patch.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698