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

Issue 8229003: Convert 'msvs_prebuild' and 'msvs_postbuild' for MSBuild (Visual C++ 2010). (Closed)

Created:
9 years, 2 months ago by yukawa_g
Modified:
7 years, 5 months ago
Reviewers:
jeanluc, M-A Ruel
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

Translate 'msvs_prebuild' and 'msvs_postbuild' for MSBuild (Visual C++ 2010). Currently 'msvs_prebuild' and 'msvs_postbuild' settings in the gyp file are ignored when -G msvs_version=2010 is specified. This CL allows the msvs generator to translate these settings into <PreBuildEvent> and <PostBuildEvent> respectively.

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -4 lines) Patch
M pylib/gyp/generator/msvs.py View 3 chunks +7 lines, -4 lines 0 comments Download
A test/msvs/buildevents/buildevents.gyp View 1 chunk +14 lines, -0 lines 0 comments Download
A test/msvs/buildevents/gyptest-all.py View 1 chunk +23 lines, -0 lines 0 comments Download
A test/msvs/buildevents/main.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
yukawa_g
Hi Jean-Luc, Currently 'msvs_prebuild' and 'msvs_postbuild' settings in the gyp file are ignored when -G ...
9 years, 2 months ago (2011-10-11 08:45:23 UTC) #1
M-A Ruel
9 years, 2 months ago (2011-10-11 13:57:07 UTC) #2
On 2011/10/11 08:45:23, yukawa wrote:
> Currently 'msvs_prebuild' and 'msvs_postbuild' settings in the gyp file are
> ignored when -G msvs_version=2010 is specified.
> Can we use <PreBuildEvent> and <PostBuildEvent> element to support them?

These two functionality are really bad and are a maintenance burden. I'd prefer
them to not be implemented. I'd prefer you to use actions instead.

Powered by Google App Engine
This is Rietveld 408576698