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

Issue 1267703004: Added msvs_target_platform_version and msvs_target_platform_minversion for winrt compilation (Closed)

Created:
5 years, 4 months ago by coop
Modified:
5 years, 4 months ago
Reviewers:
*scottmg
CC:
gyp-developer_googlegroups.com
Base URL:
https://chromium.googlesource.com/external/gyp.git@master
Target Ref:
refs/heads/master
Project:
gyp
Visibility:
Public.

Description

Added msvs_target_platform_version and msvs_target_platform_minversion for winrt compilation With the introduction of Windows 10 Universal applications, winrt app projects require target platform version information. This change allows this value to customized in the GYP. Patch from coopp@microsoft.com. R=scottmg@chromium.org Committed: https://chromium.googlesource.com/external/gyp/+/81c2e5ff92af29bab61c982808076ddce3d200a2

Patch Set 1 #

Total comments: 10

Patch Set 2 : Applied code review feedback #

Total comments: 4

Patch Set 3 : Updated with more code review feedback on formatting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -1 line) Patch
M pylib/gyp/generator/msvs.py View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
A test/win/gyptest-link-enable-winrt-target-platform-version.py View 1 1 chunk +45 lines, -0 lines 0 comments Download
A + test/win/winrt-target-platform-version/dllmain.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A test/win/winrt-target-platform-version/winrt-target-platform-version.gyp View 1 1 chunk +49 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
coop
5 years, 4 months ago (2015-08-03 20:08:54 UTC) #3
coop
Just re-pinging to keep this visible in your mailbox. I know that you just got ...
5 years, 4 months ago (2015-08-12 00:01:47 UTC) #4
scottmg
https://codereview.chromium.org/1267703004/diff/1/pylib/gyp/generator/msvs.py File pylib/gyp/generator/msvs.py (right): https://codereview.chromium.org/1267703004/diff/1/pylib/gyp/generator/msvs.py#newcode2650 pylib/gyp/generator/msvs.py:2650: tar_plat_ver = spec.get('msvs_target_platform_version') I don't like "tar" and "plat", ...
5 years, 4 months ago (2015-08-12 04:12:20 UTC) #5
coop
Updated with feedback. https://codereview.chromium.org/1267703004/diff/1/pylib/gyp/generator/msvs.py File pylib/gyp/generator/msvs.py (right): https://codereview.chromium.org/1267703004/diff/1/pylib/gyp/generator/msvs.py#newcode2650 pylib/gyp/generator/msvs.py:2650: tar_plat_ver = spec.get('msvs_target_platform_version') On 2015/08/12 04:12:20, ...
5 years, 4 months ago (2015-08-12 16:47:21 UTC) #6
scottmg
otherwise lgtm https://codereview.chromium.org/1267703004/diff/20001/pylib/gyp/generator/msvs.py File pylib/gyp/generator/msvs.py (right): https://codereview.chromium.org/1267703004/diff/20001/pylib/gyp/generator/msvs.py#newcode2651 pylib/gyp/generator/msvs.py:2651: properties[0].append(['WindowsTargetPlatformVersion', target_platform_version]) you still need to maintain ...
5 years, 4 months ago (2015-08-12 17:05:54 UTC) #7
coop
Formatted to meet 80 col requirements. https://codereview.chromium.org/1267703004/diff/20001/pylib/gyp/generator/msvs.py File pylib/gyp/generator/msvs.py (right): https://codereview.chromium.org/1267703004/diff/20001/pylib/gyp/generator/msvs.py#newcode2651 pylib/gyp/generator/msvs.py:2651: properties[0].append(['WindowsTargetPlatformVersion', target_platform_version]) On ...
5 years, 4 months ago (2015-08-12 20:03:44 UTC) #8
scottmg
5 years, 4 months ago (2015-08-12 20:13:55 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
81c2e5ff92af29bab61c982808076ddce3d200a2.

Powered by Google App Engine
This is Rietveld 408576698