diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-29 10:05:54 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-29 10:05:54 +0000 |
commit | f9dec56132dffbf5d3aacf4a6af4491dcd87856d (patch) | |
tree | 8fe3173f5439eaf8b10270d9bb5a3699696d6eef /base | |
parent | b492eae3b74de8a1258ec4331f61ec4ea124826e (diff) | |
download | chromium_src-f9dec56132dffbf5d3aacf4a6af4491dcd87856d.zip chromium_src-f9dec56132dffbf5d3aacf4a6af4491dcd87856d.tar.gz chromium_src-f9dec56132dffbf5d3aacf4a6af4491dcd87856d.tar.bz2 |
Fix SCons-based webkit build on Windows (broken by the Linux
command-line changes) by using portable SCons idioms:
* Side-step command-line differences by using a Python function as a
build action to generate a .h file by surrounding the contents of
the yacc-generated .hpp file with a #ifndef-#define-#endif guard.
* Use the pre-defined Delete() ActionFactory to let SCons delete the
.hpp file directly, instead of calling "rm" to do it.
TBR: evanm
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1523 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
0 files changed, 0 insertions, 0 deletions