Closed GoogleCodeExporter closed 9 years ago
This is already kind of supportable (?) by specifying 'configurations' with
different 'configuration_platform'
settings. See the 'Win32' settings in build/common.gypi, for example. We
should be able to support x64 right
now by setting up an additional configuration.
However, this isn't a very convenient interface because configurations can't
inherit from each other, so we'd end
up with a lot of duplication. Closing this as WontFix right now on the
assumption that setting up a new 'x64'
configuration is at least sufficient to not block 64-bit Windows development.
If you'd like to re-open this issue
to emphasize trying to improve the interface (or because we misunderstood the
intent), please do so.
Original comment by sgk@chromium.org
on 21 Oct 2009 at 6:24
Original comment by jschuh@chromium.org
on 2 Oct 2012 at 4:17
The comments here are somewhat obsolete.
Since this got marked won't fix, we've added inheritance to configurations are
building many components of chromium as 64-bit.
In fact there's a change coming from an outside contributor to add support for
other target platforms like game system dev kits.
There would be some changes required in common.gypi, but gyp should ready.
Marking Fixed.
Original comment by bradnelson@google.com
on 2 Oct 2012 at 4:28
Original comment by jschuh@chromium.org
on 21 Dec 2012 at 5:50
Original issue reported on code.google.com by
maruel@chromium.org
on 8 Oct 2009 at 8:02